@@ -7,13 +7,13 @@ Here you can find the recent changes to tmuxp.
7
7
-------
8
8
9
9
2013-11-21
10
- ''''''''''
10
+ """"""""""
11
11
12
12
- [internal] :meth: `Session.show_options `, :meth: `Session.show_option ` now
13
13
accept ``g `` to pass in ``-g ``.
14
14
15
15
2013-11-20
16
- ''''''''''
16
+ """"""""""
17
17
18
18
- [internal] :meth: `Window.show_window_options `,
19
19
: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.
27
27
.. _Issue #21 : https://github.com/tony/tmuxp/issues/21
28
28
29
29
2013-11-17
30
- ''''''''''
30
+ """"""""""
31
31
32
32
- [cli] fix a bug where missing tmux didn't show correct warning.
33
33
34
34
2013-11-15
35
- ''''''''''
35
+ """"""""""
36
36
37
37
- [tests] Travis now tests python 2.6 as requirement and not allowed to
38
38
fail.
39
39
40
40
2013-11-13
41
- ''''''''''
41
+ """"""""""
42
42
43
43
- [cli] accept ``-y `` argument to answer yes to questions. `#19 `_
44
44
- [cli] :meth: `cli.SessionCompleter ` no longer allows a duplicate session
@@ -49,7 +49,7 @@ Here you can find the recent changes to tmuxp.
49
49
.. _#20 : https://github.com/tony/tmuxp/issues/19
50
50
51
51
2013-11-09
52
- ''''''''''
52
+ """"""""""
53
53
54
54
- [docs] [translation] `documentation in Chinese `_ from `wrongwaycn `_.
55
55
- [docs] More work done on the :ref: `about_tmux ` page.
@@ -60,7 +60,7 @@ Here you can find the recent changes to tmuxp.
60
60
.. _wrongwaycn : https://github.com/wrongwaycn
61
61
62
62
2013-11-08
63
- ''''''''''
63
+ """"""""""
64
64
65
65
- [cli] [freeze] - ``$ tmuxp freeze `` will now freeze a window with a
66
66
``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.
81
81
This will improve ``$ tmuxp freeze``
82
82
83
83
2013-11-07
84
- ''''''''''
84
+ """"""""""
85
85
86
86
- [internal] Remove old logger (based on `tornado's log.py `_), replace
87
87
with new, simpler one.
@@ -92,7 +92,7 @@ Here you can find the recent changes to tmuxp.
92
92
.. _tornado's log.py : https://github.com/facebook/tornado/blob/master/tornado/log.py
93
93
94
94
2013-11-06
95
- ''''''''''
95
+ """"""""""
96
96
97
97
- [cli] [tests] tagged v0.0.37. Many fixes. Python 2.6 support. Will
98
98
switch to per-version changelog after 0.1 release..
@@ -104,7 +104,7 @@ Here you can find the recent changes to tmuxp.
104
104
interpreter.
105
105
106
106
2013-11-05
107
- ''''''''''
107
+ """"""""""
108
108
109
109
- [cli] Support for ``[-L socket-name] `` and ``[-S socket-path] `` in
110
110
autocompletion and when loading. Note, switching client into another
@@ -114,13 +114,13 @@ Here you can find the recent changes to tmuxp.
114
114
- `pep257 `_, `pep8 `_.
115
115
116
116
2013-11-04
117
- ''''''''''
117
+ """"""""""
118
118
119
119
- [internal] [docs] - `pep257 `_, `pep8 `_.
120
120
- tagged version ``v0.0.36 ``.
121
121
122
122
2013-11-02
123
- ''''''''''
123
+ """"""""""
124
124
125
125
- [docs] Many documentation, `pep257 `_, `pep8 `_ fixes
126
126
- [internal] move old :class: `Server ` methods ``__list_panes() ``,
@@ -132,7 +132,7 @@ Here you can find the recent changes to tmuxp.
132
132
update config in *Start Directory * on :ref: `examples `.
133
133
134
134
2013-11-01
135
- ''''''''''
135
+ """"""""""
136
136
137
137
- [internal] [tests] New servers for :class: `Server ` arguments ``socket_name ``,
138
138
``socket_path ``, ``config_file ``.
@@ -148,7 +148,7 @@ Here you can find the recent changes to tmuxp.
148
148
- [cli] Allow saving with ``~ `` in file destination.
149
149
150
150
2013-10-31
151
- ''''''''''
151
+ """"""""""
152
152
153
153
- [internal] :meth: `util.is_version() `
154
154
- [config] [tests]: correctly :meth: `config.trickle() ` the ``start_directory ``.
@@ -161,7 +161,7 @@ Here you can find the recent changes to tmuxp.
161
161
- [docs] major doc overhaul. front page, renamed orm_al.rst to internals.rst.
162
162
163
163
2013-10-30
164
- ''''''''''
164
+ """"""""""
165
165
166
166
- [cli] fix bug where if inside tmux, loading a workspace via switch_client
167
167
wouldn't work.
@@ -174,7 +174,7 @@ Here you can find the recent changes to tmuxp.
174
174
- [internal] support for ``start_directory `` (work in progress)
175
175
176
176
2013-10-29
177
- ''''''''''
177
+ """"""""""
178
178
179
179
- [internal] :meth: `Window.select_pane ` now accepts ``-l ``, ``-U ``, ``-D ``,
180
180
``-L ``, ``-R ``.
@@ -199,7 +199,7 @@ Here you can find the recent changes to tmuxp.
199
199
- [cli] [config] support loading ``.yml ``.
200
200
201
201
2013-10-28
202
- ''''''''''
202
+ """"""""""
203
203
204
204
- [cli] fix ``tmuxp load . `` fixed
205
205
- [cli] fix ``tmuxp convert <file> `` fixed.
@@ -212,15 +212,15 @@ Here you can find the recent changes to tmuxp.
212
212
their ``{window/pane}_id `` if one isn't specific.
213
213
214
214
2013-10-27
215
- ''''''''''
215
+ """"""""""
216
216
217
217
- [cli] `argcomplete `_ overhaul for CLI bash completion.
218
218
- [cli] ``tmuxp load ``, ``tmuxp convert `` and ``tmuxp import `` now support
219
219
relative and full filenames in addition to searching the config
220
220
directory.
221
221
222
222
2013-10-26
223
- ''''''''''
223
+ """"""""""
224
224
225
225
- [import] [tests] initial version of `tmuxinator `_ and `teamocil `_
226
226
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.
233
233
``$ tmuxp load filename ``.
234
234
235
235
2013-10-25
236
- ''''''''''
236
+ """"""""""
237
237
238
238
- [cli] fix bug where ``-v `` and ``--version `` wouldn't print version.
239
239
- [cli] property handle case where no tmux server exists when
@@ -242,7 +242,7 @@ Here you can find the recent changes to tmuxp.
242
242
`tmuxinator `_ and `teamocil `_ configs
243
243
244
244
2013-10-24
245
- ''''''''''
245
+ """"""""""
246
246
247
247
- [internal] clean out old code for ``automatic-rename `` option. it will
248
248
be reimplemented fresh.
@@ -260,7 +260,7 @@ Here you can find the recent changes to tmuxp.
260
260
261
261
262
262
2013-10-23
263
- ''''''''''
263
+ """"""""""
264
264
265
265
- [cli] zsh/bash/tcsh completion improvements for tab-completion options
266
266
- [cli] tmuxp ``kill-session `` with tab-completion.
@@ -270,7 +270,7 @@ Here you can find the recent changes to tmuxp.
270
270
- [tests] unit test fixes.
271
271
272
272
2013-10-21
273
- ''''''''''
273
+ """"""""""
274
274
275
275
- [cli] Make 1.8 the official minimym version, give warning notice to
276
276
upgrade tmux if out of date
@@ -281,7 +281,7 @@ Here you can find the recent changes to tmuxp.
281
281
- [cli] [internal] ``$ tmuxp -v `` will print the version info.
282
282
283
283
2013-10-19
284
- ''''''''''
284
+ """"""""""
285
285
286
286
- [internal] tmuxp will now give warning and sys.exit() with a message if
287
287
``tmux `` not found in system PATH
@@ -307,7 +307,7 @@ Here you can find the recent changes to tmuxp.
307
307
to return a list of dicts without making objects.
308
308
309
309
2013-10-18
310
- ''''''''''
310
+ """"""""""
311
311
312
312
- [internal] major internal overhaul of :class: `Server `, :class: `Session `,
313
313
:class: `Window `, and :class: `Pane `.
@@ -326,7 +326,7 @@ Here you can find the recent changes to tmuxp.
326
326
- [internal] python 3 support
327
327
328
328
2013-10-17
329
- ''''''''''
329
+ """"""""""
330
330
331
331
- [docs] updated README docs with new project details, screenshots
332
332
- [dev] [docs] - new example ``.tmuxp.yaml `` file updated to include
@@ -336,7 +336,7 @@ Here you can find the recent changes to tmuxp.
336
336
after the the session is built and if session already exists.
337
337
338
338
2013-10-16
339
- ''''''''''
339
+ """"""""""
340
340
341
341
- [cli] use :meth: `util.which() ` from salt.util to find tmux binary.
342
342
- [pypi / packaging] add MANIFEST.in, fix issue where package would not
@@ -366,7 +366,7 @@ Here you can find the recent changes to tmuxp.
366
366
.. _.findWhere() : http://underscorejs.org/#findWhere
367
367
368
368
2013-10-15
369
- ''''''''''
369
+ """"""""""
370
370
371
371
- [docs] new theme
372
372
- [docs] initial examples, misc. updates, front page update.
@@ -387,7 +387,7 @@ Here you can find the recent changes to tmuxp.
387
387
- [cli] If session name is already exists, prompt to attach.
388
388
389
389
2013-10-14
390
- ''''''''''
390
+ """"""""""
391
391
392
392
- [cli] can now -l to list configs in current directory and $HOME/.tmuxp
393
393
- [cli] tmuxp can now launch configs and build sessions
@@ -400,7 +400,7 @@ Here you can find the recent changes to tmuxp.
400
400
- [config] [tests] :meth: `config.in_cwd() `
401
401
402
402
2013-10-13
403
- ''''''''''
403
+ """"""""""
404
404
405
405
- [cli] [tests] :meth: `config.inline() ` to produce far far better looking
406
406
config exports and tests.
@@ -412,7 +412,7 @@ Here you can find the recent changes to tmuxp.
412
412
:meth: `Window.find() `.
413
413
414
414
2013-10-12
415
- ''''''''''
415
+ """"""""""
416
416
417
417
- [tests] Test documentation updates
418
418
- [internal] [tests] Builder is now :class: `WorkspaceBuilder ` + tests.
@@ -424,7 +424,7 @@ Here you can find the recent changes to tmuxp.
424
424
:meth: `Session.show_option() `, :meth: `Session.set_option() `
425
425
426
426
2013-10-11
427
- ''''''''''
427
+ """"""""""
428
428
429
429
- [builder] More preparation for builder / session maker utility.
430
430
- [tests] Major test runner and test suite overhaul.
@@ -437,23 +437,17 @@ Here you can find the recent changes to tmuxp.
437
437
- [cli] move beginnings of cli to tmuxp.cli
438
438
439
439
2013-10-09
440
- ''''''''''
440
+ """"""""""
441
441
442
442
- New logging module
443
443
- Removed dependency logutils
444
444
- Removed dependency sh
445
445
446
446
2013-10-08
447
- ''''''''''
447
+ """"""""""
448
448
449
449
- switch to semver
450
450
451
- born
452
- ''''
453
-
454
- - changedlog added
455
- - sphinx documentation
456
-
457
451
.. _tmuxinator : https://github.com/aziz/tmuxinator
458
452
.. _teamocil : https://github.com/remiprev/teamocil
459
453
.. _argcomplete : https://github.com/kislyuk/argcomplete
0 commit comments