Skip to content

Commit b2dc31f

Browse files
committed
Tag v1.22.0 (tmuxp shell improvement from #854)
1 parent 8c8c786 commit b2dc31f

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGES

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,19 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1515
// Usage: tmuxp@next load yoursession
1616
```
1717

18-
## tmuxp 1.22.x (unreleased)
18+
## tmuxp 1.23.x (unreleased)
1919

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

22-
- `tmuxp shell` now detects current `server` via `TMUX` (#854)
22+
## tmuxp 1.22.0 (2022-12-27)
23+
24+
### Improvement
25+
26+
- `tmuxp shell`: now detects current `server` via `TMUX` (#854)
2327

2428
## tmuxp 1.21.0 (2022-12-27)
2529

26-
*Maintenance only, no bug fixes or features*
30+
_Maintenance only, no bug fixes or features_
2731

2832
- libtmux 0.17.2 -> 0.18.0
2933

@@ -35,15 +39,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3539

3640
## tmuxp 1.20.2 (2022-12-27)
3741

38-
*Internal update only*
42+
_Internal update only_
3943

4044
- libtmux 0.17.1 -> 0.17.2
4145

4246
More deprecation warnings
4347

4448
## tmuxp 1.20.1 (2022-12-27)
4549

46-
*Internal update only*
50+
_Internal update only_
4751

4852
- libtmux 0.17.0 -> ~0.17.1
4953

@@ -114,6 +118,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
114118
- Support for environmental variables
115119
- Remove reliance on `distutils.version.LooseVersion` for
116120
`libtmux._compat.LegacyVersion`
121+
117122
- Fix distutil warnings by using libtmux 0.16.0's `LegacyVersion` (#727)
118123

119124
## tmuxp 1.18.2 (2022-11-06)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tmuxp"
3-
version = "1.21.0"
3+
version = "1.22.0"
44
description = "tmux session manager"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

src/tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "tmuxp"
22
__package_name__ = "tmuxp"
3-
__version__ = "1.21.0"
3+
__version__ = "1.22.0"
44
__description__ = "tmux session manager"
55
__email__ = "tony@git-pull.com"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)