All Versions
75
Latest Version
Avg Release Cycle
56 days
Latest Release
1177 days ago

Changelog History
Page 5

  • v1.0.1 Changes

    May 25, 2016
    • ๐Ÿ“„ switch to readthedocs.io for docs
    • :issue:157 bump libtmux to 0.4.1
  • v1.0.0 Changes

    May 25, 2016
    • ๐Ÿ”– version jump 0.11.1 to 1.0
    • ๐Ÿšš tests moved to py.test framework
    • libtmux_ core split into its own project
    • :issue:145 Add new-window command functionality, @ikirudennis
    • :issue:146 Optionally disable shell history suppression, @kmactavish
    • โœ… :issue:147 Patching unittest timing for shell history suppression
    • ๐Ÿ— move doc building, tests and watcher to Makefile
    • โšก๏ธ update .tmuxp.yaml and .tmuxp.json for Makefile change
    • overhaul README
  • v1.0.0-rc1 Changes

    May 25, 2016
    • ๐Ÿ”– version jump 0.11.1 to 1.0
    • ๐Ÿšš tests moved to py.test framework
    • libtmux_ core split into its own project
    • :issue:145 Add new-window command functionality, @ikirudennis
    • :issue:146 Optionally disable shell history suppression, @kmactavish
    • โœ… :issue:147 Patching unittest timing for shell history suppression
    • ๐Ÿ— move doc building, tests and watcher to Makefile
    • โšก๏ธ update .tmuxp.yaml and .tmuxp.json for Makefile change
    • overhaul README
  • v0.11.0 Changes

    February 29, 2016
    • ๐Ÿ‘ :issue:137 Support for environment settings in configs, thanks @tasdomas
    • Spelling correction, thanks @sehe_.
  • v0.10.0 Changes

    January 30, 2016
    • :issue:135 Load multiple tmux sessions at once, thanks @madprog_.
    • ๐Ÿ“š :issue:131 :issue:133 README and Documentation fixes
  • v0.9.3 Changes

    January 06, 2016
    • switch to .venv for virtualenv directory to not conflict with .env (used by autoenv_).
    • โšก๏ธ :issue:130 move to entr(1)_ for file watching in tests. update docs.
    • ๐Ÿ‘ [compatibility] Support Anaconda Python_ 2 and 3
  • v0.9.2 Changes

    October 21, 2015
    • โšก๏ธ :issue:122 Update to support tmux 2.1, thank you @estin_.
    • โœ… use travis container infrastructure for faster tests
    • ๐Ÿ”„ change test in workspace builder test to use top(1) instead of man(1). man(1) caused errors on some systems where PAGER is set.
  • v0.9.1 Changes

    August 23, 2015
    • :issue:119 Add fix python 3 for sysutils/pytmuxp_ on FreeBSD ports. See GH issue 119 and #201564_ @ FreeBSD Bugzilla. Thanks Ruslan Makhmatkhanov.
  • v0.9.0 Changes

    July 08, 2015
    • ๐Ÿ“‡ Renamed config.expandpath to config.expandshell.
    • compat 2.7/3.3 wrapper for EnvironmentVarGuard for testing.
    • You can now use environment variables inside of start_directory, before_script, shell_command_before, session_name and window_name.
    • [examples]: add example for environmental variables, examples/env-variables.json and examples/env-variables.yaml.
    • :issue:110 de-vendorize colorama. Thanks @marbu.
    • :issue:109 fix failure of test_pane_order on fedora machines from @marbu_
    • :issue:105 append .txt extension to manuals (repo ony) from @yegortimoshenko_.
    • :issue:107 Fix Server.attached_sessions return type by @thomasballinger_.
    • โšก๏ธ update travis to use new tmux git repository.
  • v0.8.1 Changes

    May 09, 2015
    • โœ… [testing]: fix sniffer test runner in python 3
    • ๐Ÿ†• new animated image demo for RTD and README