@@ -18,24 +18,24 @@ Here you can find the recent changes to tmuxp
18
18
- :support: `- ` Spelling correction, thanks `@sehe `_.
19
19
20
20
- :release: `0.10.0 <2016-01-30> `
21
- - :support: `- ` Load multiple tmux sessions at once, thanks `@madprog `_, ` #135 `_.
21
+ - :support: `135 ` Load multiple tmux sessions at once, thanks `@madprog `_.
22
22
- :support: `131 ` :support: `133 ` README and Documentation fixes
23
23
24
24
- :release: `0.9.3 <2016-01-06> `
25
25
- :support: `- ` switch to ``.venv `` for virtualenv directory to not conflict
26
26
with ``.env `` (used by `autoenv `_).
27
- - :support: `- ` move to `entr(1) `_ for file watching in tests. update docs.
28
- - [compatibility] Support `Anaconda Python `_ 2 and 3, see ` #130 `_.
27
+ - :support: `130 ` move to `entr(1) `_ for file watching in tests. update docs.
28
+ - [compatibility] Support `Anaconda Python `_ 2 and 3
29
29
30
30
- :release: `0.9.2 <2015-10-21> `
31
- - :support: `- ` Update to support tmux 2.1 via ` #122 `_ , thank you `@estin `_.
31
+ - :support: `122 ` Update to support tmux 2.1, thank you `@estin `_.
32
32
- :support: `- ` use travis container infrastructure for faster tests
33
33
- :support: `- ` change test in workspace builder test to use ``top(1) `` instead of
34
34
``man(1) ``. ``man(1) `` caused errors on some systems where ``PAGER `` is set.
35
35
36
36
- :release: `0.9.1 <2015-08-23> `
37
- - :support: `- ` Add fix python 3 for `sysutils/pytmuxp `_ on FreeBSD ports.
38
- See ` #119 `_ GH and `#201564 `_ @ FreeBSD Bugzilla. Thanks Ruslan
37
+ - :support: `119 ` Add fix python 3 for `sysutils/pytmuxp `_ on FreeBSD ports.
38
+ See GH issue 119 and `#201564 `_ @ FreeBSD Bugzilla. Thanks Ruslan
39
39
Makhmatkhanov.
40
40
41
41
- :release: `0.9.0 <2015-07-08> `
@@ -47,12 +47,12 @@ Here you can find the recent changes to tmuxp
47
47
``session_name `` and ``window_name ``.
48
48
- :support: `- ` [examples]: add example for environmental variables,
49
49
``examples/env-variables.json `` and ``examples/env-variables.yaml ``.
50
- - :support: `- ` de-vendorize `colorama `_. Thanks `@marbu `_. ` #110 `_
51
- - :support: `- ` fix failure of test_pane_order on fedora machines ` #109 `_ from
50
+ - :support: `110 ` de-vendorize `colorama `_. Thanks `@marbu `_.
51
+ - :support: `109 ` fix failure of test_pane_order on fedora machines from
52
52
`@marbu `_
53
- - [manuals]: append ``.txt `` extension to manuals (repo ony) ` #105 `_
53
+ - :support: ` 105 `: append ``.txt `` extension to manuals (repo ony)
54
54
from `@yegortimoshenko `_.
55
- - :support: `- ` Fix Server.attached_sessions return type ` #107 `_ by
55
+ - :support: `107 ` Fix Server.attached_sessions return type by
56
56
`@thomasballinger `_.
57
57
- :support: `- ` update travis to use new tmux git repository.
58
58
@@ -122,43 +122,43 @@ Here you can find the recent changes to tmuxp
122
122
- :release: `0.1.10 <2014-04-02> `
123
123
- 2 bug fixes and allow panes with no shell commands to accept options,
124
124
thanks for these 3 patches, `@ThiefMaster `_:
125
- - [builder]: ` Issue # 73 `_: Fix an error caused by spaces in
125
+ - :bug: ` 73 ` Fix an error caused by spaces in
126
126
``start_directory ``.
127
- - [builder]: ` Issue # 77 `_: Fix bug where having a ``- `` in a
127
+ - :bug: ` 77 ` Fix bug where having a ``- `` in a
128
128
``shell_command `` would cauesd a build error.
129
- - [config]: ` Issue # 76 `_: Don't require ``shell_command `` to
129
+ - :bug: ` 76 ` Don't require ``shell_command `` to
130
130
pass options to panes (like ``focus: true ``).
131
131
132
132
- :release: `0.1.9 <2014-04-01> `
133
133
- The ``--force `` was not with us.
134
134
135
135
- :release: `0.1.8 <2014-03-30> `
136
- - :support: `- ` [freezer]: ` Issue # 72 `_: Create destination directory if it
137
- doesn't exist. Thanks `@ThiefMaster `_.
136
+ - :support: `72 ` Create destination directory if it doesn't exist. Thanks
137
+ `@ThiefMaster `_.
138
138
- :support: `- ` New context manager for tests, ``temp_session ``.
139
139
- :support: `- ` New testsuite, ``testsuite.test_utils `` for testing testsuite
140
140
tools.
141
- - [config] [builder]: New command, ``before_script ``, which is a file to
141
+ - :support: ` - ` New command, ``before_script ``, which is a file to
142
142
be executed with a return code. It can be a bash, perl, python etc.
143
143
script.
144
- - [docs]: :ref: `python_api_quickstart ` per ` Issue #56 `_.
144
+ - :support: ` 56 ` :ref: `python_api_quickstart `
145
145
146
146
- :release: `0.1.7 <2014-02-25> `
147
- - :support: `- ` [test]: Fix ` Issue # 55 `_ where tmuxp would crash with letter
148
- numbers in version. Write tests.
147
+ - :support: `55 ` where tmuxp would crash with letter numbers in version.
148
+ Write tests.
149
149
150
150
- :release: `0.1.6 <2014-02-08> `
151
151
- :support: `- ` :meth: `Window.split_window() ` now allows ``-c
152
152
start_directory ``.
153
- - :support: `- ` ` Issue # 35 `_ - Builder will now use ``-c start_directory `` to
153
+ - :support: `35 ` Builder will now use ``-c start_directory `` to
154
154
create new windows and panes.
155
155
156
156
This removes a hack where ``default-path `` would be set for new pane and
157
157
window creations. This would bleed into tmux user sessions after
158
158
creations.
159
159
160
160
- :release: `0.1.5-1 <2014-02-05> `
161
- - :support: ` - ` fix ` Issue # 49 `_ bug where ``package_manifest.py `` missing
161
+ - :bug: ` 49 ` bug where ``package_manifest.py `` missing
162
162
from ``MANIFEST.in `` would cause error installing.
163
163
164
164
- :release: `0.1.5 <2014-02-05> `
@@ -173,19 +173,19 @@ Here you can find the recent changes to tmuxp
173
173
- :support: `- ` Fix extra space in `PEP 263 `_.
174
174
175
175
- :release: `0.1.3 <2014-01-29> `
176
- - :support: ` - ` Fix Python 3 CLI issue. ` Issue #48 `_ .
177
- - :support: ` - ` ``$ tmuxp `` without option raises an error. ` Issue #48 `_ .
176
+ - :bug: ` 48 ` Fix Python 3 CLI issue.
177
+ - :bug: ` 48 ` ``$ tmuxp `` without option raises an error.
178
178
- :support: `- ` - Add space before send-keys to not populate bash and zsh
179
179
history.
180
180
181
181
- :release: `0.1.2 <2014-01-08> `
182
182
- :support: `- ` now using werkzeug / flask style testsuites.
183
- - :support: `- ` Merge ` Issue # 43 `_ - ``tmuxp -d `` for loading in detached mode.
183
+ - :support: `43 ` Merge ``tmuxp -d `` for loading in detached mode.
184
184
Thanks `roxit `_.
185
185
186
186
- :release: `0.1.1 <2013-12-25> `
187
- - :support: ` - ` [freezer] : bug: `- ` Fix ` Issue #32 `_ where special characters
188
- caused unicode caused unexpected outcomes loading and freezing sessions.
187
+ - :bug: `32 ` Fix bug where special characters caused unicode caused
188
+ unexpected outcomes loading and freezing sessions.
189
189
190
190
- :release: `0.1.0 <2013-12-18> `
191
191
- :support: `- ` fix duplicate print out of filename with using ``tmuxp load . ``.
@@ -196,36 +196,33 @@ Here you can find the recent changes to tmuxp
196
196
- :support: `- ` Move py2/py3 compliancy code to ``_compat ``.
197
197
198
198
- :release: `0.1-rc7 <2013-12-07> `
199
- - :bug: `- ` `Issue #33 `_ bug. Partial rewrite of
200
- :meth: `config.expand `.
199
+ - :bug: `33 ` Partial rewrite of :meth: `config.expand `.
201
200
- :support: `- ` tmuxp will exit silently with ``Ctrl-c ``.
202
201
203
202
- :release: `0.1-rc6 <2013-12-06> `
204
- - [config] :support: `- ` [examples] Add ` Issue #31 `_ from stratoukos -
205
- `` window_index `` option, and add example.
203
+ - :support: `31 ` [examples] from stratoukos add `` window_index `` option,
204
+ and example.
206
205
207
206
- :release: `0.1-rc5 <2013-12-04> `
208
- - :support: `- ` [config] :support: `- ` Fix `Issue #28 `_ - shell_command_before in
209
- session scope of config causing duplication. New test.
210
- - :bug: `- ` Fix `Issue #26 `_ and `Issue #29 `_ for OS X tests. Thanks
211
- stratoukos.
212
- - :bug: `- ` Fix `Issue #27 `_ where ``$ tmuxp freeze `` raises unhelpful message
213
- if session doesn't exist.
207
+ - :support: `28 ` shell_command_before in session scope of config causing
208
+ duplication. New test.
209
+ - :bug: `26 ` :bug: `29 ` for OS X tests. Thanks stratoukos.
210
+ - :bug: `27 ` ``$ tmuxp freeze `` raises unhelpful message if session doesn't
211
+ exist.
214
212
215
213
- :release: `0.1-rc4 <2013-12-03> `
216
214
- :bug: `- ` fix bug were ``focus: true `` would not launch sessions when using
217
215
``$ tmuxp load `` in a tmux session.
218
216
219
217
- :release: `0.1-rc3 <2013-12-03> `
220
- - :bug: `- ` ` Issue # 25 `_ - ``focus: true `` not working in panes. Add
218
+ - :bug: `25 ` ``focus: true `` not working in panes. Add
221
219
tests for focusing panes in config.
222
220
- :support: `- ` :meth: `Pane.select_pane() `.
223
221
- :support: `- ` add new example for ``focus: true ``.
224
222
225
223
- :release: `0.1-rc2 <2013-11-23> `
226
- - :bug: `- ` fix `Issue #23 `_ where workspace would not build with
227
- pane-base-index set to 1. Update tests to fix if ``pane-base-index `` is
228
- not 0.
224
+ - :bug: `23 ` fix bug where workspace would not build with pane-base-index
225
+ set to 1. Update tests to fix if ``pane-base-index `` is not 0.
229
226
- :support: `- ` - removed ``$ tmuxp load --list `` functionality. Update
230
227
:ref: `quickstart ` accordingly.
231
228
@@ -241,10 +238,10 @@ Here you can find the recent changes to tmuxp
241
238
- :release: `0.1-dev <2013-11-20> `
242
239
- :support: `- ` :meth: `Window.show_window_options `,
243
240
:meth: `Window.show_window_option ` now accept ``g `` to pass in ``-g ``.
244
- - :bug: `- ` Behavioral changes in the WorkspaceBuilder to fix pane
245
- ordering ` Issue #15 `_ .
246
- - :bug: `- ` ` Issue # 21 `_ - Error with unit testing python 2.6
247
- python configuration tests. Use :py:mod: `tempfile ` instead.
241
+ - :bug: `15 ` Behavioral changes in the WorkspaceBuilder to fix pane
242
+ ordering.
243
+ - :bug: `21 ` Error with unit testing python 2.6 python configuration tests.
244
+ Use :py:mod: `tempfile ` instead.
248
245
- :support: `- ` WorkspaceBuilder tests have been improved to use async better.
249
246
250
247
@@ -256,7 +253,7 @@ Here you can find the recent changes to tmuxp
256
253
fail.
257
254
258
255
- :release: `0.1-dev <2013-11-13> `
259
- - :support: `- ` accept ``-y `` argument to answer yes to questions. ` #19 `_
256
+ - :support: `19 ` accept ``-y `` argument to answer yes to questions.
260
257
- :support: `- ` :meth: `cli.SessionCompleter ` no longer allows a duplicate session
261
258
after one is added.
262
259
- :support: `- ` ongoing work on :ref: `about_tmux `.
@@ -319,7 +316,7 @@ Here you can find the recent changes to tmuxp
319
316
- :support: `- ` Many documentation, `pep257 `_, `pep8 `_ fixes
320
317
- :support: `- ` move old :class: `Server ` methods ``__list_panes() ``,
321
318
``__list_windows `` and ``__list_sessions `` into the single underscore.
322
- - :support: `- ` #12 bug fix for ``$ tmuxp freeze `` by @finder.
319
+ - :support: `12 ` fix for ``$ tmuxp freeze `` by @finder.
323
320
- :support: `- ` Support for spaces in ``$ tmuxp attach-session `` and
324
321
``$ tmuxp kill-session ``, and ``$ tmuxp freeze ``.
325
322
- [config] :support: `- ` support for relative paths of ``start_directory ``. Add an
@@ -600,33 +597,20 @@ Here you can find the recent changes to tmuxp
600
597
.. _tony/cookiecutter-pypackage : https://github.com/tony/cookiecutter-pypackage
601
598
602
599
.. _@tasdomas : https://github.com/tasdomas
603
- .. _#137 : https://github.com/tony/tmuxp/pull/137
604
600
.. _@sehe : https://github.com/sehe
605
-
606
- .. _#131 : https://github.com/tony/tmuxp/pull/131
607
- .. _#133 : https://github.com/tony/tmuxp/pull/133
608
- .. _#135 : https://github.com/tony/tmuxp/pull/135
609
601
.. _@madprog : https://github.com/madprog
610
602
611
603
.. _autoenv : https://github.com/kennethreitz/autoenv
612
604
.. _entr(1) : http://entrproject.org/
613
- .. _#130 : https://github.com/tony/tmuxp/pull/130
614
605
.. _Anaconda Python : http://docs.continuum.io/anaconda/index
615
606
616
-
617
- .. _#122 : https://github.com/tony/tmuxp/issues/122
618
607
.. _@estin : https://github.com/estin
619
608
620
609
.. _sysutils/pytmuxp : http://www.freshports.org/sysutils/py-tmuxp/
621
- .. _#119 : https://github.com/tony/tmuxp/pull/119#discussion_r37709814
622
610
.. _#201564 : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201564
623
611
624
612
.. _colorama : https://pypi.python.org/pypi/colorama
625
613
.. _@marbu : https://github.com/marbu
626
- .. _#110 : https://github.com/tony/tmuxp/pull/110
627
- .. _#109 : https://github.com/tony/tmuxp/pull/109
628
- .. _#105 : https://github.com/tony/tmuxp/pull/105
629
- .. _#107 : https://github.com/tony/tmuxp/pull/107
630
614
.. _@yegortimoshenko : https://github.com/yegortimoshenko
631
615
.. _@thomasballinger : https://github.com/thomasballinger
632
616
@@ -636,54 +620,12 @@ Here you can find the recent changes to tmuxp
636
620
.. _@thomasballinger : https://github.com/thomasballinger
637
621
.. _@techtonik : https://github.com/techtonik
638
622
639
- .. _Issue #73 : https://github.com/tony/tmuxp/issues/73
640
- .. _Issue #76 : https://github.com/tony/tmuxp/issues/76
641
- .. _Issue #77 : https://github.com/tony/tmuxp/issues/77
642
-
643
- .. _Issue #56 : https://github.com/tony/tmuxp/issues/56
644
- .. _Issue #72 : https://github.com/tony/tmuxp/issues/72
645
623
.. _@ThiefMaster : https://github.com/ThiefMaster
646
624
647
-
648
- .. _Issue #35 : https://github.com/tony/tmuxp/issues/35
649
-
650
-
651
- .. _Issue #55 : https://github.com/tony/tmuxp/issues/55
652
-
653
- .. _Issue #49 : https://github.com/tony/tmuxp/issues/49
654
-
655
-
656
625
.. _PEP 263 : http://www.python.org/dev/peps/pep-0263/
657
626
658
- .. _Issue #48 : https://github.com/tony/tmuxp/issues/43
659
-
660
- .. _Issue #43 : https://github.com/tony/tmuxp/issues/43
661
627
.. _roxit : https://github.com/roxit
662
628
663
- .. _Issue #32 : https://github.com/tony/tmuxp/issues/32
664
-
665
- .. _Issue #33 : https://github.com/tony/tmuxp/issues/33
666
- .. _Issue #31 : https://github.com/tony/tmuxp/issues/31
667
-
668
- .. _Issue #26 : https://github.com/tony/tmuxp/issues/26
669
- .. _Issue #27 : https://github.com/tony/tmuxp/issues/27
670
- .. _Issue #28 : https://github.com/tony/tmuxp/issues/28
671
- .. _Issue #29 : https://github.com/tony/tmuxp/issues/29
672
-
673
-
674
- .. _Issue #25 : https://github.com/tony/tmuxp/issues/25
675
-
676
-
677
- .. _Issue #23 : https://github.com/tony/tmuxp/issues/23
678
-
679
-
680
- .. _Issue #15 : https://github.com/tony/tmuxp/issues/15
681
- .. _Issue #21 : https://github.com/tony/tmuxp/issues/21
682
-
683
-
684
- .. _#19 : https://github.com/tony/tmuxp/pull/19
685
- .. _#20 : https://github.com/tony/tmuxp/issues/19
686
-
687
629
.. _documentation in Chinese : http://tmuxp-zh.readthedocs.org
688
630
.. _wrongwaycn : https://github.com/wrongwaycn
689
631
0 commit comments