Skip to content

Releases: jaclu/tmux-conf

v0.20.0

26 Feb 10:55
Compare
Choose a tag to compare

moved plugin handler after local overrides

v0.19.0

09 Feb 16:16
Compare
Choose a tag to compare

supports the post new post 0.16 asdf tools

v0.17.3

08 Oct 22:58
Compare
Choose a tag to compare
  • Added version to init.py
  • Removed some obsolete code

v0.17.2

08 Oct 18:56
Compare
Choose a tag to compare

Better handling of Plugins for tmux < 1.8

local_overrides() called after plugin definitions, so can override essentially everything from parent classes now

primary install method pip install -U tmux-conf

pypi 0.16.0

10 Jul 16:59
Compare
Choose a tag to compare

if tmux vers < 1.9 plugin_handler will be switched to manual (if defined), since tpm cant be used on older versions.

pypi 0.15.10

07 Jan 22:41
5a36cb5
Compare
Choose a tag to compare

Changes:

  • If no tmux bin is specified, uses env var TMUX_BIN if defined, otherwise defaults to "tmux"

pypi v0.15.9

15 Dec 19:16
Compare
Choose a tag to compare

Improved coverage of pytest now at 95%
As a result fixed some issues that turned up

pypi v0.15.8

12 Dec 03:35
Compare
Choose a tag to compare

Checking for unused and not installed plugins

pypi v0.15.7

09 Nov 17:51
Compare
Choose a tag to compare

casts plugin min_version to string before using it

pypi v0.15.6

08 Nov 21:31
2047a4d
Compare
Choose a tag to compare

Expanded on tests and docs, tweaked a few glitches