File tree 2 files changed +34
-2
lines changed
2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,26 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
17
17
18
18
## tmuxp 1.17.x (unreleased)
19
19
20
- - _ Insert changes/features/fixes for next release here_
20
+ - Notes on upcoming releases will be added here
21
+
22
+ <!-- Maintainers, insert changes / features for the next release here -->
23
+
24
+ ### Breaking changes
25
+
26
+ - ** Completions have changed** (#830 )
27
+
28
+ Completions now use a different tool: [ shtab] . See the [ completions page] for more information.
29
+
30
+ If you were using earlier versions of tmuxp (earlier than 1.17.0), you may need to uninstall the old completions, first.
31
+
32
+ [ completions page ] : https://tmuxp.git-pull.com/cli/completion.html
33
+ [ shtab ] : https://docs.iterative.ai/shtab/
34
+
35
+ - Deprecate ` click ` in favor of {mod}` argparse ` (#830 )
36
+
37
+ ### Packages
38
+
39
+ - Remove ` click ` dependency
21
40
22
41
## tmuxp 1.16.2 (2022-10-08)
23
42
Original file line number Diff line number Diff line change 21
21
22
22
## Next release
23
23
24
- _ Add migration notes here_
24
+ _ Notes on the upcoming release will be added here_
25
+
26
+ <!-- Maintainers, insert changes / features for the next release here -->
27
+
28
+ ## 1.17.x (unreleased)
29
+
30
+ ** Completions have changed** (#830 )
31
+
32
+ Completions now use a different tool: [ shtab] . See the [ completions page] for more information.
33
+
34
+ If you were using earlier versions of tmuxp (earlier than 1.17.0), you may need to uninstall the old completions, first.
35
+
36
+ [ completions page ] : https://tmuxp.git-pull.com/cli/completion.html
37
+ [ shtab ] : https://docs.iterative.ai/shtab/
25
38
26
39
<!-- -
27
40
# vim: set filetype=markdown:
You can’t perform that action at this time.
0 commit comments