Skip to content

Commit f626d11

Browse files
committed
midway commit update to release-style changelog
1 parent 8514a56 commit f626d11

File tree

1 file changed

+101
-89
lines changed

1 file changed

+101
-89
lines changed

CHANGES

Lines changed: 101 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -4,72 +4,36 @@ Changelog
44

55
Here you can find the recent changes to tmuxp
66

7-
CURRENT
8-
-------
9-
107
- [internal] move doc building, tests and watcher to Makefile
118
- [internal] update .tmuxp.yaml and .tmuxp.json for Makefile change
129

13-
0.11.0
14-
------
15-
10+
- :release:`0.11.0 <2016-02-29>`
1611
- [cli] [internal] Support for environment settings in configs,
1712
thanks `@tasdomas`_ (`#137`_)
1813
- [docs] Spelling correction, thanks `@sehe`_.
1914

20-
.. _@tasdomas: https://github.com/tasdomas
21-
.. _#137: https://github.com/tony/tmuxp/pull/137
22-
.. _@sehe: https://github.com/sehe
23-
24-
0.10.0
25-
------
26-
15+
- :release:`0.10.0 <2016-01-30>`
2716
- [cli] Load multiple tmux sessions at once, thanks `@madprog`_, `#135`_.
2817
- [docs] README and Documentation fixes `#133`_ `#131`_.
2918

30-
.. _#131: https://github.com/tony/tmuxp/pull/131
31-
.. _#133: https://github.com/tony/tmuxp/pull/133
32-
.. _#135: https://github.com/tony/tmuxp/pull/135
33-
.. _@madprog: https://github.com/madprog
34-
35-
0.9.3
36-
-----
37-
19+
- :release:`0.9.3 <2016-01-06>`
3820
- [internal] switch to ``.venv`` for virtualenv directory to not conflict
3921
with ``.env`` (used by `autoenv`_).
4022
- [internal] move to `entr(1)`_ for file watching in tests. update docs.
4123
- [compatibility] Support `Anaconda Python`_ 2 and 3, see `#130`_.
4224

43-
.. _autoenv: https://github.com/kennethreitz/autoenv
44-
.. _entr(1): http://entrproject.org/
45-
.. _#130: https://github.com/tony/tmuxp/pull/130
46-
.. _Anaconda Python: http://docs.continuum.io/anaconda/index
47-
48-
0.9.2
49-
-----
50-
25+
- :release:`0.9.2 <2015-10-21>`
5126
- [internal] Update to support tmux 2.1 via `#122`_, thank you `@estin`_.
5227
- [internal] use travis container infrastructure for faster tests
5328
- [tests] change test in workspace builder test to use ``top(1)`` instead of
5429
``man(1)``. ``man(1)`` caused errors on some systems where ``PAGER`` is set.
5530

56-
.. _#122: https://github.com/tony/tmuxp/issues/122
57-
.. _@estin: https://github.com/estin
58-
59-
0.9.1
60-
-----
61-
31+
- :release:`0.9.1 <2015-08-23>`
6232
- [packaging] Add fix python 3 for `sysutils/pytmuxp`_ on FreeBSD ports.
6333
See `#119`_ GH and `#201564`_ @ FreeBSD Bugzilla. Thanks Ruslan
6434
Makhmatkhanov.
6535

66-
.. _sysutils/pytmuxp: http://www.freshports.org/sysutils/py-tmuxp/
67-
.. _#119: https://github.com/tony/tmuxp/pull/119#discussion_r37709814
68-
.. _#201564: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201564
69-
70-
0.9.0
71-
-----
72-
36+
- :release:`0.9.0 <2015-07-08>`
7337
- [internal]: Renamed ``config.expandpath`` to ``config.expandshell``.
7438
- [internal] [tests]: compat 2.7/3.3 wrapper for ``EnvironmentVarGuard`` for
7539
testing.
@@ -87,15 +51,6 @@ CURRENT
8751
`@thomasballinger`_.
8852
- [internal]: update travis to use new tmux git repository.
8953

90-
.. _colorama: https://pypi.python.org/pypi/colorama
91-
.. _@marbu: https://github.com/marbu
92-
.. _#110: https://github.com/tony/tmuxp/pull/110
93-
.. _#109: https://github.com/tony/tmuxp/pull/109
94-
.. _#105: https://github.com/tony/tmuxp/pull/105
95-
.. _#107: https://github.com/tony/tmuxp/pull/107
96-
.. _@yegortimoshenko: https://github.com/yegortimoshenko
97-
.. _@thomasballinger: https://github.com/thomasballinger
98-
9954
0.8.1
10055
-----
10156

@@ -139,11 +94,6 @@ CURRENT
13994
from `@thomasballinger`_.
14095
- [docs] Update about page from teamocil and erb support from `@raine`_.
14196

142-
.. _sniffer: https://github.com/jeffh/sniffer
143-
.. _watchingtestrunner: https://pypi.python.org/pypi/watching_testrunner/1.0
144-
.. _@raine: https://github.com/raine
145-
.. _@thomasballinger: https://github.com/thomasballinger
146-
.. _@techtonik: https://github.com/techtonik
14797

14898
0.1.12
14999
------
@@ -188,9 +138,6 @@ thanks for these 3 patches, `@ThiefMaster`_:
188138
- [config]: `Issue #76`_: Don't require ``shell_command`` to
189139
pass options to panes (like ``focus: true``).
190140

191-
.. _Issue #73: https://github.com/tony/tmuxp/issues/73
192-
.. _Issue #76: https://github.com/tony/tmuxp/issues/76
193-
.. _Issue #77: https://github.com/tony/tmuxp/issues/77
194141

195142
0.1.9
196143
-----
@@ -210,17 +157,13 @@ The ``--force`` was not with us.
210157
script.
211158
- [docs]: :ref:`python_api_quickstart` per `Issue #56`_.
212159

213-
.. _Issue #56: https://github.com/tony/tmuxp/issues/56
214-
.. _Issue #72: https://github.com/tony/tmuxp/issues/72
215-
.. _@ThiefMaster: https://github.com/ThiefMaster
216160

217161
0.1.7
218162
-----
219163

220164
- [cli] [test]: Fix `Issue #55`_ where tmuxp would crash with letter
221165
numbers in version. Write tests.
222166

223-
.. _Issue #55: https://github.com/tony/tmuxp/issues/55
224167

225168
0.1.6
226169
-----
@@ -234,15 +177,13 @@ The ``--force`` was not with us.
234177
window creations. This would bleed into tmux user sessions after
235178
creations.
236179

237-
.. _Issue #35: https://github.com/tony/tmuxp/issues/35
238180

239181
0.1.5.1
240182
-------
241183

242184
- [packaging] fix `Issue #49`_ bug where ``package_manifest.py`` missing
243185
from ``MANIFEST.in`` would cause error installing.
244186

245-
.. _Issue #49: https://github.com/tony/tmuxp/issues/49
246187

247188
0.1.5
248189
-----
@@ -259,7 +200,6 @@ The ``--force`` was not with us.
259200
- [internals] Update ``_compat`` support module.
260201
- [internals] Fix extra space in `PEP 263`_.
261202

262-
.. _PEP 263: http://www.python.org/dev/peps/pep-0263/
263203

264204
0.1.3
265205
-----
@@ -269,7 +209,6 @@ The ``--force`` was not with us.
269209
- [builder] - Add space before send-keys to not populate bash and zsh
270210
history.
271211

272-
.. _Issue #48: https://github.com/tony/tmuxp/issues/43
273212

274213
0.1.2
275214
-----
@@ -278,16 +217,13 @@ The ``--force`` was not with us.
278217
- [cli] Merge `Issue #43`_ - ``tmuxp -d`` for loading in detached mode.
279218
Thanks `roxit`_.
280219

281-
.. _Issue #43: https://github.com/tony/tmuxp/issues/43
282-
.. _roxit: https://github.com/roxit
283220

284221
0.1.1
285222
-----
286223

287224
- [builder] [freezer] [bug] Fix `Issue #32`_ where special characters
288225
caused unicode caused unexpected outcomes loading and freezing sessions.
289226

290-
.. _Issue #32: https://github.com/tony/tmuxp/issues/32
291227

292228
0.1
293229
---
@@ -308,7 +244,6 @@ The ``--force`` was not with us.
308244
:meth:`config.expand`.
309245
- [cli] tmuxp will exit silently with ``Ctrl-c``.
310246

311-
.. _Issue #33: https://github.com/tony/tmuxp/issues/33
312247

313248
0.1-rc6
314249
"""""""
@@ -328,10 +263,6 @@ The ``--force`` was not with us.
328263
- [bug] Fix `Issue #27`_ where ``$ tmuxp freeze`` raises unhelpful message
329264
if session doesn't exist.
330265

331-
.. _Issue #26: https://github.com/tony/tmuxp/issues/26
332-
.. _Issue #27: https://github.com/tony/tmuxp/issues/27
333-
.. _Issue #28: https://github.com/tony/tmuxp/issues/28
334-
.. _Issue #29: https://github.com/tony/tmuxp/issues/29
335266

336267
0.1-rc4
337268
"""""""
@@ -347,7 +278,6 @@ The ``--force`` was not with us.
347278
- [internal] :meth:`Pane.select_pane()`.
348279
- [docs] add new example for ``focus: true``.
349280

350-
.. _Issue #25: https://github.com/tony/tmuxp/issues/25
351281

352282
0.1-rc2
353283
"""""""
@@ -358,7 +288,6 @@ The ``--force`` was not with us.
358288
- [cli] - removed ``$ tmuxp load --list`` functionality. Update
359289
:ref:`quickstart` accordingly.
360290

361-
.. _Issue #23: https://github.com/tony/tmuxp/issues/23
362291

363292
0.1-rc1
364293
"""""""
@@ -387,8 +316,6 @@ The ``--force`` was not with us.
387316
python configuration tests. Use :py:mod:`tempfile` instead.
388317
- [tests] WorkspaceBuilder tests have been improved to use async better.
389318

390-
.. _Issue #15: https://github.com/tony/tmuxp/issues/15
391-
.. _Issue #21: https://github.com/tony/tmuxp/issues/21
392319

393320
2013-11-17
394321
""""""""""
@@ -409,8 +336,6 @@ The ``--force`` was not with us.
409336
after one is added.
410337
- [docs] ongoing work on :ref:`about_tmux`.
411338

412-
.. _#19: https://github.com/tony/tmuxp/pull/19
413-
.. _#20: https://github.com/tony/tmuxp/issues/19
414339

415340
2013-11-09
416341
""""""""""
@@ -420,8 +345,6 @@ The ``--force`` was not with us.
420345
- [cli] :meth:`Pane.split_window()` for splitting :class:`Window` at
421346
``target-pane`` location.
422347

423-
.. _documentation in Chinese: http://tmuxp-zh.readthedocs.org
424-
.. _wrongwaycn: https://github.com/wrongwaycn
425348

426349
2013-11-08
427350
""""""""""
@@ -453,7 +376,6 @@ The ``--force`` was not with us.
453376
- [import] [tests]: support import teamocil ``root`` to
454377
``start_directory``.
455378

456-
.. _tornado's log.py: https://github.com/facebook/tornado/blob/master/tornado/log.py
457379

458380
2013-11-06
459381
""""""""""
@@ -723,11 +645,6 @@ The ``--force`` was not with us.
723645
- [internal] :class:`Server`, :class:`Session`, :class:`Window`,
724646
:class:`Pane` now explicitly mixin subclasses.
725647

726-
.. _underscore.js: http://underscorejs.org/
727-
.. _backbone.js: http://backbonejs.org/
728-
.. _.get(): http://backbonejs.org/#Collection-get
729-
.. _.where(): http://underscorejs.org/#where
730-
.. _.findWhere(): http://underscorejs.org/#findWhere
731648

732649
2013-10-15
733650
""""""""""
@@ -820,4 +737,99 @@ The ``--force`` was not with us.
820737
.. _pep440: http://www.python.org/dev/peps/pep-0440/
821738
.. _tony/cookiecutter-pypackage: https://github.com/tony/cookiecutter-pypackage
822739

740+
.. _@tasdomas: https://github.com/tasdomas
741+
.. _#137: https://github.com/tony/tmuxp/pull/137
742+
.. _@sehe: https://github.com/sehe
743+
744+
.. _#131: https://github.com/tony/tmuxp/pull/131
745+
.. _#133: https://github.com/tony/tmuxp/pull/133
746+
.. _#135: https://github.com/tony/tmuxp/pull/135
747+
.. _@madprog: https://github.com/madprog
748+
749+
.. _autoenv: https://github.com/kennethreitz/autoenv
750+
.. _entr(1): http://entrproject.org/
751+
.. _#130: https://github.com/tony/tmuxp/pull/130
752+
.. _Anaconda Python: http://docs.continuum.io/anaconda/index
753+
754+
755+
.. _#122: https://github.com/tony/tmuxp/issues/122
756+
.. _@estin: https://github.com/estin
757+
758+
.. _sysutils/pytmuxp: http://www.freshports.org/sysutils/py-tmuxp/
759+
.. _#119: https://github.com/tony/tmuxp/pull/119#discussion_r37709814
760+
.. _#201564: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201564
761+
762+
.. _colorama: https://pypi.python.org/pypi/colorama
763+
.. _@marbu: https://github.com/marbu
764+
.. _#110: https://github.com/tony/tmuxp/pull/110
765+
.. _#109: https://github.com/tony/tmuxp/pull/109
766+
.. _#105: https://github.com/tony/tmuxp/pull/105
767+
.. _#107: https://github.com/tony/tmuxp/pull/107
768+
.. _@yegortimoshenko: https://github.com/yegortimoshenko
769+
.. _@thomasballinger: https://github.com/thomasballinger
770+
771+
.. _sniffer: https://github.com/jeffh/sniffer
772+
.. _watchingtestrunner: https://pypi.python.org/pypi/watching_testrunner/1.0
773+
.. _@raine: https://github.com/raine
774+
.. _@thomasballinger: https://github.com/thomasballinger
775+
.. _@techtonik: https://github.com/techtonik
776+
777+
.. _Issue #73: https://github.com/tony/tmuxp/issues/73
778+
.. _Issue #76: https://github.com/tony/tmuxp/issues/76
779+
.. _Issue #77: https://github.com/tony/tmuxp/issues/77
780+
781+
.. _Issue #56: https://github.com/tony/tmuxp/issues/56
782+
.. _Issue #72: https://github.com/tony/tmuxp/issues/72
783+
.. _@ThiefMaster: https://github.com/ThiefMaster
784+
785+
786+
.. _Issue #35: https://github.com/tony/tmuxp/issues/35
787+
788+
789+
.. _Issue #55: https://github.com/tony/tmuxp/issues/55
790+
791+
.. _Issue #49: https://github.com/tony/tmuxp/issues/49
792+
793+
794+
.. _PEP 263: http://www.python.org/dev/peps/pep-0263/
795+
796+
.. _Issue #48: https://github.com/tony/tmuxp/issues/43
797+
798+
.. _Issue #43: https://github.com/tony/tmuxp/issues/43
799+
.. _roxit: https://github.com/roxit
800+
801+
.. _Issue #32: https://github.com/tony/tmuxp/issues/32
802+
803+
.. _Issue #33: https://github.com/tony/tmuxp/issues/33
804+
805+
.. _Issue #26: https://github.com/tony/tmuxp/issues/26
806+
.. _Issue #27: https://github.com/tony/tmuxp/issues/27
807+
.. _Issue #28: https://github.com/tony/tmuxp/issues/28
808+
.. _Issue #29: https://github.com/tony/tmuxp/issues/29
809+
810+
811+
.. _Issue #25: https://github.com/tony/tmuxp/issues/25
812+
813+
814+
.. _Issue #23: https://github.com/tony/tmuxp/issues/23
815+
816+
817+
.. _Issue #15: https://github.com/tony/tmuxp/issues/15
818+
.. _Issue #21: https://github.com/tony/tmuxp/issues/21
819+
820+
821+
.. _#19: https://github.com/tony/tmuxp/pull/19
822+
.. _#20: https://github.com/tony/tmuxp/issues/19
823+
824+
.. _documentation in Chinese: http://tmuxp-zh.readthedocs.org
825+
.. _wrongwaycn: https://github.com/wrongwaycn
826+
827+
.. _tornado's log.py: https://github.com/facebook/tornado/blob/master/tornado/log.py
828+
829+
.. _underscore.js: http://underscorejs.org/
830+
.. _backbone.js: http://backbonejs.org/
831+
.. _.get(): http://backbonejs.org/#Collection-get
832+
.. _.where(): http://underscorejs.org/#where
833+
.. _.findWhere(): http://underscorejs.org/#findWhere
834+
823835
.. todo:: # vim: set filetype=rst:

0 commit comments

Comments
 (0)