Skip to content

Commit 7e25f60

Browse files
committed
docs: CHANGES in history
1 parent 186a334 commit 7e25f60

File tree

1 file changed

+34
-40
lines changed

1 file changed

+34
-40
lines changed

CHANGES

Lines changed: 34 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Here you can find the recent changes to tmuxp.
77
-------
88

99
2013-11-21
10-
''''''''''
10+
""""""""""
1111

1212
- [internal] :meth:`Session.show_options`, :meth:`Session.show_option` now
1313
accept ``g`` to pass in ``-g``.
1414

1515
2013-11-20
16-
''''''''''
16+
""""""""""
1717

1818
- [internal] :meth:`Window.show_window_options`,
1919
:meth:`Window.show_window_option` now accept ``g`` to pass in ``-g``.
@@ -27,18 +27,18 @@ Here you can find the recent changes to tmuxp.
2727
.. _Issue #21: https://github.com/tony/tmuxp/issues/21
2828

2929
2013-11-17
30-
''''''''''
30+
""""""""""
3131

3232
- [cli] fix a bug where missing tmux didn't show correct warning.
3333

3434
2013-11-15
35-
''''''''''
35+
""""""""""
3636

3737
- [tests] Travis now tests python 2.6 as requirement and not allowed to
3838
fail.
3939

4040
2013-11-13
41-
''''''''''
41+
""""""""""
4242

4343
- [cli] accept ``-y`` argument to answer yes to questions. `#19`_
4444
- [cli] :meth:`cli.SessionCompleter` no longer allows a duplicate session
@@ -49,7 +49,7 @@ Here you can find the recent changes to tmuxp.
4949
.. _#20: https://github.com/tony/tmuxp/issues/19
5050

5151
2013-11-09
52-
''''''''''
52+
""""""""""
5353

5454
- [docs] [translation] `documentation in Chinese`_ from `wrongwaycn`_.
5555
- [docs] More work done on the :ref:`about_tmux` page.
@@ -60,7 +60,7 @@ Here you can find the recent changes to tmuxp.
6060
.. _wrongwaycn: https://github.com/wrongwaycn
6161

6262
2013-11-08
63-
''''''''''
63+
""""""""""
6464

6565
- [cli] [freeze] - ``$ tmuxp freeze`` will now freeze a window with a
6666
``start_directory`` when all panes in a window are inside the same
@@ -81,7 +81,7 @@ Here you can find the recent changes to tmuxp.
8181
This will improve ``$ tmuxp freeze``
8282
8383
2013-11-07
84-
''''''''''
84+
""""""""""
8585

8686
- [internal] Remove old logger (based on `tornado's log.py`_), replace
8787
with new, simpler one.
@@ -92,7 +92,7 @@ Here you can find the recent changes to tmuxp.
9292
.. _tornado's log.py: https://github.com/facebook/tornado/blob/master/tornado/log.py
9393

9494
2013-11-06
95-
''''''''''
95+
""""""""""
9696

9797
- [cli] [tests] tagged v0.0.37. Many fixes. Python 2.6 support. Will
9898
switch to per-version changelog after 0.1 release..
@@ -104,7 +104,7 @@ Here you can find the recent changes to tmuxp.
104104
interpreter.
105105

106106
2013-11-05
107-
''''''''''
107+
""""""""""
108108

109109
- [cli] Support for ``[-L socket-name]`` and ``[-S socket-path]`` in
110110
autocompletion and when loading. Note, switching client into another
@@ -114,13 +114,13 @@ Here you can find the recent changes to tmuxp.
114114
- `pep257`_, `pep8`_.
115115

116116
2013-11-04
117-
''''''''''
117+
""""""""""
118118

119119
- [internal] [docs] - `pep257`_, `pep8`_.
120120
- tagged version ``v0.0.36``.
121121

122122
2013-11-02
123-
''''''''''
123+
""""""""""
124124

125125
- [docs] Many documentation, `pep257`_, `pep8`_ fixes
126126
- [internal] move old :class:`Server` methods ``__list_panes()``,
@@ -132,7 +132,7 @@ Here you can find the recent changes to tmuxp.
132132
update config in *Start Directory* on :ref:`examples`.
133133

134134
2013-11-01
135-
''''''''''
135+
""""""""""
136136

137137
- [internal] [tests] New servers for :class:`Server` arguments ``socket_name``,
138138
``socket_path``, ``config_file``.
@@ -148,7 +148,7 @@ Here you can find the recent changes to tmuxp.
148148
- [cli] Allow saving with ``~`` in file destination.
149149

150150
2013-10-31
151-
''''''''''
151+
""""""""""
152152

153153
- [internal] :meth:`util.is_version()`
154154
- [config] [tests]: correctly :meth:`config.trickle()` the ``start_directory``.
@@ -161,7 +161,7 @@ Here you can find the recent changes to tmuxp.
161161
- [docs] major doc overhaul. front page, renamed orm_al.rst to internals.rst.
162162

163163
2013-10-30
164-
''''''''''
164+
""""""""""
165165

166166
- [cli] fix bug where if inside tmux, loading a workspace via switch_client
167167
wouldn't work.
@@ -174,7 +174,7 @@ Here you can find the recent changes to tmuxp.
174174
- [internal] support for ``start_directory`` (work in progress)
175175

176176
2013-10-29
177-
''''''''''
177+
""""""""""
178178

179179
- [internal] :meth:`Window.select_pane` now accepts ``-l``, ``-U``, ``-D``,
180180
``-L``, ``-R``.
@@ -199,7 +199,7 @@ Here you can find the recent changes to tmuxp.
199199
- [cli] [config] support loading ``.yml``.
200200

201201
2013-10-28
202-
''''''''''
202+
""""""""""
203203

204204
- [cli] fix ``tmuxp load .`` fixed
205205
- [cli] fix ``tmuxp convert <file>`` fixed.
@@ -212,15 +212,15 @@ Here you can find the recent changes to tmuxp.
212212
their ``{window/pane}_id`` if one isn't specific.
213213

214214
2013-10-27
215-
''''''''''
215+
""""""""""
216216

217217
- [cli] `argcomplete`_ overhaul for CLI bash completion.
218218
- [cli] ``tmuxp load``, ``tmuxp convert`` and ``tmuxp import`` now support
219219
relative and full filenames in addition to searching the config
220220
directory.
221221

222222
2013-10-26
223-
''''''''''
223+
""""""""""
224224

225225
- [import] [tests] initial version of `tmuxinator`_ and `teamocil`_
226226
config importer. it does not support all options and it not guaranteed
@@ -233,7 +233,7 @@ Here you can find the recent changes to tmuxp.
233233
``$ tmuxp load filename``.
234234

235235
2013-10-25
236-
''''''''''
236+
""""""""""
237237

238238
- [cli] fix bug where ``-v`` and ``--version`` wouldn't print version.
239239
- [cli] property handle case where no tmux server exists when
@@ -242,7 +242,7 @@ Here you can find the recent changes to tmuxp.
242242
`tmuxinator`_ and `teamocil`_ configs
243243

244244
2013-10-24
245-
''''''''''
245+
""""""""""
246246

247247
- [internal] clean out old code for ``automatic-rename`` option. it will
248248
be reimplemented fresh.
@@ -260,7 +260,7 @@ Here you can find the recent changes to tmuxp.
260260

261261

262262
2013-10-23
263-
''''''''''
263+
""""""""""
264264

265265
- [cli] zsh/bash/tcsh completion improvements for tab-completion options
266266
- [cli] tmuxp ``kill-session`` with tab-completion.
@@ -270,7 +270,7 @@ Here you can find the recent changes to tmuxp.
270270
- [tests] unit test fixes.
271271

272272
2013-10-21
273-
''''''''''
273+
""""""""""
274274

275275
- [cli] Make 1.8 the official minimym version, give warning notice to
276276
upgrade tmux if out of date
@@ -281,7 +281,7 @@ Here you can find the recent changes to tmuxp.
281281
- [cli] [internal] ``$ tmuxp -v`` will print the version info.
282282

283283
2013-10-19
284-
''''''''''
284+
""""""""""
285285

286286
- [internal] tmuxp will now give warning and sys.exit() with a message if
287287
``tmux`` not found in system PATH
@@ -307,7 +307,7 @@ Here you can find the recent changes to tmuxp.
307307
to return a list of dicts without making objects.
308308

309309
2013-10-18
310-
''''''''''
310+
""""""""""
311311

312312
- [internal] major internal overhaul of :class:`Server`, :class:`Session`,
313313
:class:`Window`, and :class:`Pane`.
@@ -326,7 +326,7 @@ Here you can find the recent changes to tmuxp.
326326
- [internal] python 3 support
327327

328328
2013-10-17
329-
''''''''''
329+
""""""""""
330330

331331
- [docs] updated README docs with new project details, screenshots
332332
- [dev] [docs] - new example ``.tmuxp.yaml`` file updated to include
@@ -336,7 +336,7 @@ Here you can find the recent changes to tmuxp.
336336
after the the session is built and if session already exists.
337337

338338
2013-10-16
339-
''''''''''
339+
""""""""""
340340

341341
- [cli] use :meth:`util.which()` from salt.util to find tmux binary.
342342
- [pypi / packaging] add MANIFEST.in, fix issue where package would not
@@ -366,7 +366,7 @@ Here you can find the recent changes to tmuxp.
366366
.. _.findWhere(): http://underscorejs.org/#findWhere
367367

368368
2013-10-15
369-
''''''''''
369+
""""""""""
370370

371371
- [docs] new theme
372372
- [docs] initial examples, misc. updates, front page update.
@@ -387,7 +387,7 @@ Here you can find the recent changes to tmuxp.
387387
- [cli] If session name is already exists, prompt to attach.
388388

389389
2013-10-14
390-
''''''''''
390+
""""""""""
391391

392392
- [cli] can now -l to list configs in current directory and $HOME/.tmuxp
393393
- [cli] tmuxp can now launch configs and build sessions
@@ -400,7 +400,7 @@ Here you can find the recent changes to tmuxp.
400400
- [config] [tests] :meth:`config.in_cwd()`
401401

402402
2013-10-13
403-
''''''''''
403+
""""""""""
404404

405405
- [cli] [tests] :meth:`config.inline()` to produce far far better looking
406406
config exports and tests.
@@ -412,7 +412,7 @@ Here you can find the recent changes to tmuxp.
412412
:meth:`Window.find()`.
413413

414414
2013-10-12
415-
''''''''''
415+
""""""""""
416416

417417
- [tests] Test documentation updates
418418
- [internal] [tests] Builder is now :class:`WorkspaceBuilder` + tests.
@@ -424,7 +424,7 @@ Here you can find the recent changes to tmuxp.
424424
:meth:`Session.show_option()`, :meth:`Session.set_option()`
425425

426426
2013-10-11
427-
''''''''''
427+
""""""""""
428428

429429
- [builder] More preparation for builder / session maker utility.
430430
- [tests] Major test runner and test suite overhaul.
@@ -437,23 +437,17 @@ Here you can find the recent changes to tmuxp.
437437
- [cli] move beginnings of cli to tmuxp.cli
438438

439439
2013-10-09
440-
''''''''''
440+
""""""""""
441441

442442
- New logging module
443443
- Removed dependency logutils
444444
- Removed dependency sh
445445

446446
2013-10-08
447-
''''''''''
447+
""""""""""
448448

449449
- switch to semver
450450

451-
born
452-
''''
453-
454-
- changedlog added
455-
- sphinx documentation
456-
457451
.. _tmuxinator: https://github.com/aziz/tmuxinator
458452
.. _teamocil: https://github.com/remiprev/teamocil
459453
.. _argcomplete: https://github.com/kislyuk/argcomplete

0 commit comments

Comments
 (0)