Skip to content

Releases: tmux-python/tmuxp

Anaconda support, entr(1) file watcher, better env compatbility

06 Jan 14:07
Compare
Choose a tag to compare

v0.9.2 - support for tmux 2.1

21 Oct 19:57
Compare
Choose a tag to compare
Update README to include tmux 2.1 support

v0.9.1

23 Aug 20:14
Compare
Choose a tag to compare
v0.9.1

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…