We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4c8da commit 07b2a84Copy full SHA for 07b2a84
CHANGES
@@ -4,6 +4,14 @@ Changelog
4
5
Here you can find the recent changes to tmuxp.
6
7
+0.1.3
8
+-----
9
+
10
+- [cli] Fix Python 3 CLI issue. `Issue #48`_.
11
+- [cli] ``$ tmuxp`` without option raises an error. `Issue #48`_.
12
+- [builder] - Add space before send-keys to not populate bash and zsh
13
+ history.
14
15
0.1.2
16
-----
17
tmuxp/__init__.py
@@ -12,7 +12,7 @@
with_statement, unicode_literals
__title__ = 'tmuxp'
-__version__ = '0.1.2'
+__version__ = '0.1.3'
__author__ = 'Tony Narlock'
__license__ = 'BSD'
18
__copyright__ = 'Copyright 2013 Tony Narlock'
0 commit comments