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
19
19
20
20
<!-- Maintainers, insert changes / features for the next release here -->
21
21
22
+ ## tmuxp 1.52.2 (2025-02-02)
23
+
22
24
### Bug fixes
23
25
24
26
- ` run_before_script() ` : Additional output capturing improvements (#960 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tmuxp"
3
- version = " 1.52.1 "
3
+ version = " 1.52.2 "
4
4
description = " Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
5
5
requires-python = " >=3.9,<4.0"
6
6
authors = [
Original file line number Diff line number Diff line change 4
4
5
5
__title__ = "tmuxp"
6
6
__package_name__ = "tmuxp"
7
- __version__ = "1.52.1 "
7
+ __version__ = "1.52.2 "
8
8
__description__ = "tmux session manager"
9
9
__email__ = "tony@git-pull.com"
10
10
__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments