All Versions
75
Latest Version
Avg Release Cycle
56 days
Latest Release
1496 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.4.1 Changes
September 26, 2018- Loosen click restraint to <7
-
v1.4.0 Changes
March 11, 2018- ⬆️ Bump libtmux to 0.8.0
- ⚡️ :issue:
264
Update license from BSD to MIT ⚡️ :issue:
348
Continuous integration updates and fixes for Travis CI- Update builds to use trusty
- Remove older python 3 versions (before 3.6)
- Update pypy versions
:issue:
349
flake8 via continuous integration👌 Improve reliability of time-sensitive tests by using
while True
with a timeout.⚡️ Update sphinx to 1.7.1
⚡️ Update alagitpull (sphinx theme) to 0.0.19. External websites open in new window.
⚡️ Update pytest to 3.4.1
-
v1.3.5 Changes
November 10, 2017👍 :issue:
312
Support for tmux 2.6 layout setting (via hooks) in the following scenarios:- loading outside tmux
- loading inside tmux, via switch-client
- loading inside tmux, with session in background (with -d), and reattaching/switching to after
- loading session outside tmux in background with -d, and reattaching/switching after
:issue:
308
Fix bug where layouts don't correctly set on tmux 2.6⬆️ Upgrade libtmux to 0.7.7
-
v1.3.4 Changes
October 12, 2017before_script
now respectsstart_directory
in the session root. This makes it easier to run things likepipenv install
as abefore_script
.
-
v1.3.3 Changes
October 07, 2017- 🚑 Update libtmux to 0.7.5 for tmux 2.6 hotfix
-
v1.3.2 Changes
August 20, 2017- ⚡️ :issue:
184
- update libtmux to fix environmental variables in the session scope - ⚡️ Update libtmux to 0.7.4
- ⚡️ Updates to pytest and pytest-rerunfailures
- ⚡️ :issue:
-
v1.3.1 Changes
May 29, 2017- :issue:
252
Fix bug where loading a session with a name matching a subset of current session causes undesired behavior. - ⚡️ Update libtmux to 0.7.3
- Switch theme to alagitpull (alabaster subtheme)
- ✂ Remove unneeded doc dependency packages
- :issue:
-
v1.3.0 Changes
April 27, 2017- 👍 :issue:
239
Improve support for formatted options when freezing and using configs with them. - 👍 :issue:
236
Support for symlinked directories, thanks @rafi. - 👍 :issue:
235
Support foroptions_after
, for setting options likesynchronize-panes
. Thanks @sebastianst. - 👍 :issue:
248
Drop python 2.6 support - ⬆️ :issue:
248
Upgrade libtmux to 0.7.1 - ⬆️ Upgrade colorama from 0.3.7 to 0.3.9
- 👍 :issue:
-
v1.2.8 Changes
April 02, 2017- :issue:
229
More helpful error message on systems missing tmux. - ⚡️ Update libtmux from 0.6.4 to 0.6.5.
- :issue:
-
v1.2.7 Changes
March 25, 2017- 👌 Support for OpenBSD.