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 c13bda3 commit e92ce35Copy full SHA for e92ce35
CHANGES
@@ -10,6 +10,13 @@ Here you can find the recent changes to tmuxp.
10
be reimplemented fresh.
11
- [cli] check for ``oh-my-zsh`` when using ``$SHELL`` ``zsh``. Prompt if
12
``DISABLE_AUTO_TITLE`` is unset or set to ``true``.
13
+- [cli] tmuxp can now ``$ tmuxp convert <file>`` from JSON <=> YAML, back
14
+ and forth.
15
+- [docs] New examples in JSON. Update the :ref:`examples` page in the
16
+ docs.
17
+- [dev] ``.tmuxp.json`` now exists as a config for tmuxp development and
18
+ as an example.
19
+
20
21
2013-10-23
22
----------
tmuxp/__init__.py
@@ -20,4 +20,4 @@
import logging
23
-__version__ = '0.0.11-dev'
+__version__ = '0.0.12-dev'
0 commit comments