@@ -34,7 +34,7 @@ _Maintenance only, no bug fixes or new features_
3434
3535- Cut last python 3.7 release (EOL was June 27th, 2023)
3636
37- For security updates, a 0.23.x branch can be maintained for a limited time,
37+ For security updates, a 0.23.x branch can be maintained for a limited time,
3838 if necessary.
3939
4040## libtmux 0.23.1 (2023-09-02)
@@ -655,8 +655,8 @@ across any difficulty please see #346.
655655# # libtmux 0.10.0 (2021-06-16)
656656
657657- # 321: Convert to markdown
658- - # 271: Fix {} `select_window()` by providing the session ID as
659- argument to {} `- t` . Thanks @ Flowdalic
658+ - # 271: Fix `select_window()` by providing the session ID as
659+ argument to `- t` . Thanks @ Flowdalic
660660- Drop python 3.5 support
661661
662662# # libtmux 0.9.0 (2021-06-14)
@@ -760,7 +760,7 @@ Python 2.7 support dropped.
760760
761761# # libtmux 0.7.4 (2017-08-19)
762762
763- - # 65 Add session id to commands, thanks [@askedrelic][@askedrelic]
763+ - # 65 Add session id to commands, thanks [@askedrelic]
764764
765765# # libtmux 0.7.3 (2017-05-29)
766766
@@ -781,9 +781,9 @@ Python 2.7 support dropped.
781781- Add support for tmux 2.4 , pypy and pypy3
782782- Overhaul error handling when setting and showing options
783783
784- - Added {} `handle_option_error` for handling option errors
784+ - Added `handle_option_error` for handling option errors
785785 - Added {exc}`libtmux.exc.OptionError` base exception
786- - Added {exc}`libtmux.exc.InvalidOption` and {} `libtmux.exc.AmbiguousOption`
786+ - Added {exc}`libtmux.exc.InvalidOption` and `libtmux.exc.AmbiguousOption`
787787 - {exc}`libtmux.exc.UnknownOption` now extends {exc}`libtmux.exc.OptionError`
788788
789789- Overhaul version checking
@@ -815,7 +815,7 @@ Python 2.7 support dropped.
815815
816816# # libtmux 0.6.2 (2017-01-19)
817817
818- - # 197 use {} `LooseVersion` instead of {} `StrictVersion` for version
818+ - # 197 use `LooseVersion` instead of `StrictVersion` for version
819819 checks. Thanks @ minijackson.
820820- Pin packages with pyup.io
821821- # 21 Readme fix from @huwenchao.
@@ -870,7 +870,7 @@ Python 2.7 support dropped.
870870
871871# # libtmux 0.1.0 (2016-05-22)
872872
873- - libtmux forked from [tmuxp][tmuxp] .
873+ - libtmux forked from [tmuxp].
874874
875875[tmuxp]: https:// github.com/ tmux- python/ tmuxp
876876[@ askedrelic]: https:// github.com/ askedrelic
0 commit comments