@@ -37,6 +37,14 @@ follows <https://www.conventionalcommits.org/en/v1.0.0/> to track changes.
3737
3838## [ Unreleased]
3939
40+ ## [ 0.5.0] - 2026-01-31
41+
42+ This release includes some fundamental changes to how popup sessions and hooks
43+ are handled. These updates should have been released much earlier if I had found
44+ the right documentation. Now they can only be published as breaking changes 🥲
45+ For each breaking change, you can check the corresponding PR for the detailed
46+ motivation and migration guide.
47+
4048### Added
4149
4250- (** breaking** ) Support expanding arguments of ` @popup-toggle ` as format
@@ -49,16 +57,23 @@ follows <https://www.conventionalcommits.org/en/v1.0.0/> to track changes.
4957
5058- (** breaking** ) Use ` run-shell -C ` to execute hooks. Escape sequences are now
5159 handled by tmux, so ` \; ` can be used directly ([ #60 ] )
60+ - Stop resetting ` default-shell ` when creating popup sessions ([ #61 ] )
5261
5362### Removed
5463
5564- (** breaking** ) Remove placeholder ` {popup_caller_path} ` and
5665 ` {popup_caller_pane_path} ` . Use ` ##{session_path} ` and ` ##{pane_current_path} `
5766 instead ([ #58 ] )
5867
68+ ### Fixed
69+
70+ - Use socket-path in autostart if set ([ #62 ] )
71+
5972[ #58 ] : https://github.com/loichyan/tmux-toggle-popup/pull/58
6073[ #59 ] : https://github.com/loichyan/tmux-toggle-popup/pull/59
6174[ #60 ] : https://github.com/loichyan/tmux-toggle-popup/pull/60
75+ [ #61 ] : https://github.com/loichyan/tmux-toggle-popup/pull/61
76+ [ #62 ] : https://github.com/loichyan/tmux-toggle-popup/pull/62
6277
6378## [ 0.4.4] - 2025-08-30
6479
@@ -248,4 +263,5 @@ for more details.
248263[ 0.4.2 ] : https://github.com/loichyan/tmux-toggle-popup/compare/v0.4.1..v0.4.2
249264[ 0.4.3 ] : https://github.com/loichyan/tmux-toggle-popup/compare/v0.4.2..v0.4.3
250265[ 0.4.4 ] : https://github.com/loichyan/tmux-toggle-popup/compare/v0.4.3..v0.4.4
251- [ Unreleased ] : https://github.com/loichyan/tmux-toggle-popup/compare/v0.4.4..HEAD
266+ [ 0.5.0 ] : https://github.com/loichyan/tmux-toggle-popup/compare/v0.4.4..v0.5.0
267+ [ Unreleased ] : https://github.com/loichyan/tmux-toggle-popup/compare/v0.5.0..HEAD
0 commit comments