Skip to content

Commit e92ce35

Browse files
committed
0.0.12
1 parent c13bda3 commit e92ce35

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Here you can find the recent changes to tmuxp.
1010
be reimplemented fresh.
1111
- [cli] check for ``oh-my-zsh`` when using ``$SHELL`` ``zsh``. Prompt if
1212
``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+
1320

1421
2013-10-23
1522
----------

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
import logging
2222

23-
__version__ = '0.0.11-dev'
23+
__version__ = '0.0.12-dev'

0 commit comments

Comments
 (0)