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 72da62f commit 8b39d2bCopy full SHA for 8b39d2b
CHANGES
@@ -3,6 +3,15 @@ tmuxp Changelog
3
4
Here you can find the recent changes to tmuxp.
5
6
+2013-10-21
7
+----------
8
+
9
+- [cli] Make 1.8 the official minimym version, give warning notice to
10
+ upgrade tmux if out of date
11
+- Fix regression causing unexpected build behavior due to unremoved code
12
+ supporting old tmux versions.
13
+- Added 2 new examples to the :ref:`examples` page.
14
15
2013-10-19
16
----------
17
tmuxp/__init__.py
@@ -20,4 +20,4 @@
20
21
import logging
22
23
-__version__ = '0.0.8-dev'
+__version__ = '0.0.9-dev'
0 commit comments