Skip to content

Releases: tmux-python/tmuxp

Release v0.9.0

08 Jul 12:56
Compare
Choose a tag to compare

[internal]: Renamed config.expandpath to config.expandshell.
[internal] [tests]: compat 2.7/3.3 wrapper for EnvironmentVarGuard for testing.
[shell_command_before]: You can now use environment variables inside of start_directory, before_script, shell_command_before, session_name and window_name.
[docs] [examples]: add example for environmental variables, examples/env-variables.json and examples/env-variables.yaml.
[internal] de-vendorize colorama. Thanks @marbu. #110
[tests] fix failure of test_pane_order on fedora machines #109 from @marbu
[manuals]: append .txt extension to manuals (repo ony) #105 from @yegortimoshenko.
[internal] Fix Server.attached_sessions return type #107 by @thomasballinger.
[internal]: update travis to use new tmux git repository.

v0.8.1

08 Jul 12:56
Compare
Choose a tag to compare
v0.8.1

v0.8.0

08 May 01:29
Compare
Choose a tag to compare
v0.8.0

Support for before_script with arguments

25 Mar 21:02
Compare
Choose a tag to compare
Merge pull request #95 from tony/before_script-arguments

Support for before_script with arguments

Improve support for loading project files outside of cwd

06 Aug 16:29
Compare
Choose a tag to compare

Support for relative start_directory when loading outside of cwd

  • behavior of .expand to honor os.path.expanduser at the time of expansion, rather than when building.
  • expandpath function
  • tests, docs

v0.1.11

06 Apr 19:45
Compare
Choose a tag to compare
v0.1.11

v0.1.10

03 Apr 00:50
Compare
Choose a tag to compare
Testsuite: add a time.sleep(.2) in checking pane_current_path, use TE…

Tag v0.1.8 of tmux with before_script support, fix from #72 for freeze

30 Mar 22:40
Compare
Choose a tag to compare

v0.1.5.1

05 Feb 07:22
Compare
Choose a tag to compare
v0.1.5.1 Pre-release
Pre-release
Fix #49 package_metadata.py missing from MANIFEST.in

v0.1.4

05 Feb 07:22
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
v0.1.4. Update changelog.