Skip to content

Commit 4d756d9

Browse files
committed
Update changelog links
1 parent 1dc2f74 commit 4d756d9

File tree

1 file changed

+43
-101
lines changed

1 file changed

+43
-101
lines changed

CHANGES

Lines changed: 43 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ Here you can find the recent changes to tmuxp
1818
- :support:`-` Spelling correction, thanks `@sehe`_.
1919

2020
- :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`_.
2222
- :support:`131` :support:`133` README and Documentation fixes
2323

2424
- :release:`0.9.3 <2016-01-06>`
2525
- :support:`-` switch to ``.venv`` for virtualenv directory to not conflict
2626
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
2929

3030
- :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`_.
3232
- :support:`-` use travis container infrastructure for faster tests
3333
- :support:`-` change test in workspace builder test to use ``top(1)`` instead of
3434
``man(1)``. ``man(1)`` caused errors on some systems where ``PAGER`` is set.
3535

3636
- :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
3939
Makhmatkhanov.
4040

4141
- :release:`0.9.0 <2015-07-08>`
@@ -47,12 +47,12 @@ Here you can find the recent changes to tmuxp
4747
``session_name`` and ``window_name``.
4848
- :support:`-` [examples]: add example for environmental variables,
4949
``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
5252
`@marbu`_
53-
- [manuals]: append ``.txt`` extension to manuals (repo ony) `#105`_
53+
- :support:`105`: append ``.txt`` extension to manuals (repo ony)
5454
from `@yegortimoshenko`_.
55-
- :support:`-` Fix Server.attached_sessions return type `#107`_ by
55+
- :support:`107` Fix Server.attached_sessions return type by
5656
`@thomasballinger`_.
5757
- :support:`-` update travis to use new tmux git repository.
5858

@@ -122,43 +122,43 @@ Here you can find the recent changes to tmuxp
122122
- :release:`0.1.10 <2014-04-02>`
123123
- 2 bug fixes and allow panes with no shell commands to accept options,
124124
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
126126
``start_directory``.
127-
- [builder]: `Issue #77`_: Fix bug where having a ``-`` in a
127+
- :bug:`77` Fix bug where having a ``-`` in a
128128
``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
130130
pass options to panes (like ``focus: true``).
131131

132132
- :release:`0.1.9 <2014-04-01>`
133133
- The ``--force`` was not with us.
134134

135135
- :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`_.
138138
- :support:`-` New context manager for tests, ``temp_session``.
139139
- :support:`-` New testsuite, ``testsuite.test_utils`` for testing testsuite
140140
tools.
141-
- [config] [builder]: New command, ``before_script``, which is a file to
141+
- :support:`-` New command, ``before_script``, which is a file to
142142
be executed with a return code. It can be a bash, perl, python etc.
143143
script.
144-
- [docs]: :ref:`python_api_quickstart` per `Issue #56`_.
144+
- :support:`56` :ref:`python_api_quickstart`
145145

146146
- :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.
149149

150150
- :release:`0.1.6 <2014-02-08>`
151151
- :support:`-` :meth:`Window.split_window()` now allows ``-c
152152
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
154154
create new windows and panes.
155155

156156
This removes a hack where ``default-path`` would be set for new pane and
157157
window creations. This would bleed into tmux user sessions after
158158
creations.
159159

160160
- :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
162162
from ``MANIFEST.in`` would cause error installing.
163163

164164
- :release:`0.1.5 <2014-02-05>`
@@ -173,19 +173,19 @@ Here you can find the recent changes to tmuxp
173173
- :support:`-` Fix extra space in `PEP 263`_.
174174

175175
- :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.
178178
- :support:`-` - Add space before send-keys to not populate bash and zsh
179179
history.
180180

181181
- :release:`0.1.2 <2014-01-08>`
182182
- :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.
184184
Thanks `roxit`_.
185185

186186
- :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.
189189

190190
- :release:`0.1.0 <2013-12-18>`
191191
- :support:`-` fix duplicate print out of filename with using ``tmuxp load .``.
@@ -196,36 +196,33 @@ Here you can find the recent changes to tmuxp
196196
- :support:`-` Move py2/py3 compliancy code to ``_compat``.
197197

198198
- :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`.
201200
- :support:`-` tmuxp will exit silently with ``Ctrl-c``.
202201

203202
- :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.
206205

207206
- :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.
214212

215213
- :release:`0.1-rc4 <2013-12-03>`
216214
- :bug:`-` fix bug were ``focus: true`` would not launch sessions when using
217215
``$ tmuxp load`` in a tmux session.
218216

219217
- :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
221219
tests for focusing panes in config.
222220
- :support:`-` :meth:`Pane.select_pane()`.
223221
- :support:`-` add new example for ``focus: true``.
224222

225223
- :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.
229226
- :support:`-` - removed ``$ tmuxp load --list`` functionality. Update
230227
:ref:`quickstart` accordingly.
231228

@@ -241,10 +238,10 @@ Here you can find the recent changes to tmuxp
241238
- :release:`0.1-dev <2013-11-20>`
242239
- :support:`-` :meth:`Window.show_window_options`,
243240
: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.
248245
- :support:`-` WorkspaceBuilder tests have been improved to use async better.
249246

250247

@@ -256,7 +253,7 @@ Here you can find the recent changes to tmuxp
256253
fail.
257254

258255
- :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.
260257
- :support:`-` :meth:`cli.SessionCompleter` no longer allows a duplicate session
261258
after one is added.
262259
- :support:`-` ongoing work on :ref:`about_tmux`.
@@ -319,7 +316,7 @@ Here you can find the recent changes to tmuxp
319316
- :support:`-` Many documentation, `pep257`_, `pep8`_ fixes
320317
- :support:`-` move old :class:`Server` methods ``__list_panes()``,
321318
``__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.
323320
- :support:`-` Support for spaces in ``$ tmuxp attach-session`` and
324321
``$ tmuxp kill-session``, and ``$ tmuxp freeze``.
325322
- [config] :support:`-` support for relative paths of ``start_directory``. Add an
@@ -600,33 +597,20 @@ Here you can find the recent changes to tmuxp
600597
.. _tony/cookiecutter-pypackage: https://github.com/tony/cookiecutter-pypackage
601598

602599
.. _@tasdomas: https://github.com/tasdomas
603-
.. _#137: https://github.com/tony/tmuxp/pull/137
604600
.. _@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
609601
.. _@madprog: https://github.com/madprog
610602

611603
.. _autoenv: https://github.com/kennethreitz/autoenv
612604
.. _entr(1): http://entrproject.org/
613-
.. _#130: https://github.com/tony/tmuxp/pull/130
614605
.. _Anaconda Python: http://docs.continuum.io/anaconda/index
615606

616-
617-
.. _#122: https://github.com/tony/tmuxp/issues/122
618607
.. _@estin: https://github.com/estin
619608

620609
.. _sysutils/pytmuxp: http://www.freshports.org/sysutils/py-tmuxp/
621-
.. _#119: https://github.com/tony/tmuxp/pull/119#discussion_r37709814
622610
.. _#201564: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201564
623611

624612
.. _colorama: https://pypi.python.org/pypi/colorama
625613
.. _@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
630614
.. _@yegortimoshenko: https://github.com/yegortimoshenko
631615
.. _@thomasballinger: https://github.com/thomasballinger
632616

@@ -636,54 +620,12 @@ Here you can find the recent changes to tmuxp
636620
.. _@thomasballinger: https://github.com/thomasballinger
637621
.. _@techtonik: https://github.com/techtonik
638622

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
645623
.. _@ThiefMaster: https://github.com/ThiefMaster
646624

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-
656625
.. _PEP 263: http://www.python.org/dev/peps/pep-0263/
657626

658-
.. _Issue #48: https://github.com/tony/tmuxp/issues/43
659-
660-
.. _Issue #43: https://github.com/tony/tmuxp/issues/43
661627
.. _roxit: https://github.com/roxit
662628

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-
687629
.. _documentation in Chinese: http://tmuxp-zh.readthedocs.org
688630
.. _wrongwaycn: https://github.com/wrongwaycn
689631

0 commit comments

Comments
 (0)