tmuxp v0.1.13 Release Notes

Release Date: 2015-03-25 // about 9 years ago
    • ๐Ÿ“‡ Remove package_metadata.py in favor of __about__.py.
    • ๐Ÿ— scent.py for building docs
    • docutils from 0.11 to 0.12
    • ๐Ÿง bootstrap_env.py will check for linux, darwin (OS X) and windows and install the correct sniffer_ file watcher plugin.
    • โœ… testsuite for cli uses :py:func:tempfile.mkdtemp() instead TMP_DIR (which resolved to .tmuxp in the testsuite directory.
    • replace watchingtestrunner_ with sniffer_ in examples. .tmuxp.conf and .tmux.json updated
    • โšก๏ธ updates to doc links
    • make checkbuild for verifying internal / intersphinx doc references.
    • โž• Add Warning tmux versions less than 1.4 from @techtonik_.
    • โž• Add documentation on leading space in send_keys from @thomasballinger_.
    • โšก๏ธ Update about page from teamocil and erb support from @raine_.