File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919
2020<!-- Maintainers, insert changes / features for the next release here -->
2121
22+ ## tmuxp 1.52.2 (2025-02-02)
23+
2224### Bug fixes
2325
2426- ` run_before_script() ` : Additional output capturing improvements (#960 )
Original file line number Diff line number Diff line change 11[project ]
22name = " tmuxp"
3- version = " 1.52.1 "
3+ version = " 1.52.2 "
44description = " Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
55requires-python = " >=3.9,<4.0"
66authors = [
Original file line number Diff line number Diff line change 44
55__title__ = "tmuxp"
66__package_name__ = "tmuxp"
7- __version__ = "1.52.1 "
7+ __version__ = "1.52.2 "
88__description__ = "tmux session manager"
99__email__ = "tony@git-pull.com"
1010__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments