All Versions
75
Latest Version
Avg Release Cycle
56 days
Latest Release
543 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.5.7.post0
October 31, 2020 -
v1.5.6
October 12, 2020 -
v1.5.5 Changes
July 26, 2020#616 (via: #599) New command: tmuxp ls
๐จ List commands available via config directory. If the config is printed, it's loadable via tmuxp load configfilename without needing to type the full filepath. Thank you @pythops!
#480: Fix typo, thanks @jstoja
#578: Fix typo, thanks @mauroporras
#519: Fix typo, thanks @timgates42
#506: Fix Makefile typo, thanks @wolfgangpfnuer
โก๏ธ #619: Update isort to 5.x
Travis: Only run on master and PRs one time
๐ Travis: Add caching for tmux builds
โ Travis: Test 2.9 and 3.0a
๐ #613: Move from Pipenv to Poetry
-
v1.5.4 Changes
November 06, 2019- :issue:
500
: Fix window focus - ๐ Fix travis CI builds for python 3.7
- :issue:
-
v1.5.3 Changes
June 06, 2019- ๐ฆ :issue:
377
: Include examples in source distribution package
- ๐ฆ :issue:
-
v1.5.2 Changes
June 02, 2019- Loosen libtmux version constraint to >0.8 and <0.9 (libtmux 0.8.2 released today)
- :issue:
484
CHANGES converted to plain reStructuredText - :issue:
491
tmuxp freeze
will now infer active session with freezing - :issue:
490
Fix XDG's$XDG_CONFIG_HOME
behavior - ๐ :issue:
483
, :issue:482
, :issue:480
Doc fixes - ๐ :issue:
484
Simplifying handling of configs with no panes (Fixes :issue:470
)
-
v1.5.1 Changes
February 18, 2019- โ Add tests/*.sh scripts to MANIFEST.in to include them in Pypi package.
- ๐ฆ Include twine to dev packages on requirements and Pipfile files.
-
v1.5.0 Changes
October 02, 2018- ๐ Support Click 7.0
- Remove unused
__future__
imports - โก๏ธ :issue:
471
Update libtmux 0.8.0 -> 0.8.1 - Sort imports
- โ Add configuration and make command for isort.
- โ Add sphinxcontrib-napoleon.
- Assure requirements/dev.txt dependencies are in Pipfile
- ๐ Update sphinx, releases to latest version
- Sync requirements/*.txt dependencies with Pipfile.
- ๐ Update docstring style to use numpy-style documentation. This enhances readability and plays nicely with sphinx documentation.
๐ Documentation overhaul.
- Areas like :meth:
tmuxp.cli.load_workspace
are now documented verbosely. This is so contributors helping on the project can more quickly gain situational awareness in this tricky area of code.
- Areas like :meth:
-
v1.5.0.a
October 03, 2018 -
v1.4.2 Changes
September 30, 2018- โ
:issue:
431
Include tests in source distribution
- โ
:issue: