@@ -4,20 +4,28 @@ Changelog
4
4
5
5
Here you can find the recent changes to tmuxp.
6
6
7
+ 0.1.1
8
+ -----
9
+
10
+ - [builder] [freezer] [bug] Fix `Issue #32 `_ where special characters
11
+ caused unicode caused unexpected outcomes loading and freezing sessions.
12
+
13
+ .. _Issue #32 : https://github.com/tony/tmuxp/issues/32
14
+
7
15
0.1
8
16
---
9
17
10
18
- [cli] fix duplicate print out of filename with using ``tmuxp load . ``.
11
19
- version to 0.1. No ``--pre `` needed. Future versions will not use rc.
12
20
13
21
0.1-rc8
14
- -------
22
+ """""""
15
23
16
24
- [internal] ``unicode_literals ``
17
25
- [internal] Move py2/py3 compliancy code to ``_compat ``.
18
26
19
27
0.1-rc7
20
- -------
28
+ """""""
21
29
22
30
- [config] [tests] [bug] `Issue #33 `_ bug. Partial rewrite of
23
31
:meth: `config.expand `.
@@ -26,15 +34,15 @@ Here you can find the recent changes to tmuxp.
26
34
.. _Issue #33 : https://github.com/tony/tmuxp/issues/33
27
35
28
36
0.1-rc6
29
- -------
37
+ """""""
30
38
31
39
- [config] [tests] [examples] Add `Issue #31 `_ from stratoukos -
32
40
``window_index `` option, and add example.
33
41
34
42
.. _Issue #31 : https://github.com/tony/tmuxp/issues/31
35
43
36
44
0.1-rc5
37
- -------
45
+ """""""
38
46
39
47
- [tests] [config] [builder] Fix `Issue #28 `_ - shell_command_before in
40
48
session scope of config causing duplication. New test.
@@ -49,13 +57,13 @@ Here you can find the recent changes to tmuxp.
49
57
.. _Issue #29 : https://github.com/tony/tmuxp/issues/29
50
58
51
59
0.1-rc4
52
- -------
60
+ """""""
53
61
54
62
- [bug] fix bug were ``focus: true `` would not launch sessions when using
55
63
``$ tmuxp load `` in a tmux session.
56
64
57
65
0.1-rc3
58
- -------
66
+ """""""
59
67
60
68
- [bug] [tests] `Issue #25 `_ - ``focus: true `` not working in panes. Add
61
69
tests for focusing panes in config.
@@ -65,7 +73,7 @@ Here you can find the recent changes to tmuxp.
65
73
.. _Issue #25 : https://github.com/tony/tmuxp/issues/25
66
74
67
75
0.1-rc2
68
- -------
76
+ """""""
69
77
70
78
- [cli] [tests] - fix `Issue #23 `_ where workspace would not build with
71
79
pane-base-index set to 1. Update tests to fix if ``pane-base-index `` is
@@ -76,7 +84,7 @@ Here you can find the recent changes to tmuxp.
76
84
.. _Issue #23 : https://github.com/tony/tmuxp/issues/23
77
85
78
86
0.1-rc1
79
- -------
87
+ """""""
80
88
81
89
- [internal] `pep8 `_ and `pep257 `_ in unit tests.
82
90
- Changelog will now be updated on a version basis, use `pep440 `_
0 commit comments