Skip to content

Commit 564192b

Browse files
committed
docs(CHANGES): Fix formatting leftover from pandoc
1 parent f1e9d53 commit 564192b

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

CHANGES

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ _Mostly internal cleanups, no features_
896896
## tmuxp 1.7.0 (2021-01-09)
897897

898898
This will be the last Python 2.7 release of tmuxp. Bug fixes for python
899-
2.7 will live in the [1.7.x branch][1.7.x branch].
899+
2.7 will live in the [1.7.x branch].
900900

901901
- #530 New feature: Plugin system
902902

@@ -957,7 +957,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
957957

958958
## tmuxp 1.6.3 (2020-11-22)
959959

960-
- #647 Adding option to dump {}`load` output to log file, thank you
960+
- #647 Adding option to dump `load` output to log file, thank you
961961
@joseph-flinn!
962962

963963
`tmuxp load file.yaml --log-file yourfile.txt`
@@ -977,7 +977,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
977977

978978
- #641 Improvements to `shell`
979979

980-
Thanks [django-extensions][django-extensions] (licensed MIT) for the shell detection abstraction.
980+
Thanks [django-extensions] (licensed MIT) for the shell detection abstraction.
981981

982982
- Deprecate `shell_plus`
983983
- `tmuxp shell` now detects the best shell available by default
@@ -990,10 +990,10 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
990990
- `--pdb`: Use plain old `breakpoint()` (python 3.7+) or
991991
`pdb.set_trace`
992992
- `--code`: Drop into `code.interact`, accepts `--use-pythonrc`
993-
- `--bpython`: Drop into [bpython][bpython]
994-
- `--ipython`: Drop into [ipython][ipython]
995-
- `--ptpython`: Drop into [ptpython][ptpython], accepts `--use-vi-mode`
996-
- `--ptipython`: Drop into [ipython][ipython] + [ptpython][ptpython], accepts
993+
- `--bpython`: Drop into [bpython]
994+
- `--ipython`: Drop into [ipython]
995+
- `--ptpython`: Drop into [ptpython], accepts `--use-vi-mode`
996+
- `--ptipython`: Drop into [ipython], accepts
997997
`--use-vi-mode`
998998

999999
[django-extensions]: https://github.com/django-extensions/django-extensions
@@ -1002,7 +1002,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
10021002

10031003
- #636 + #638 New command: `tmuxp shell`
10041004

1005-
Automatically preloads session, window, and pane via [libtmux][libtmux]
1005+
Automatically preloads session, window, and pane via [libtmux]
10061006
{ref}`API objects <libtmux:api>` and makes them available in a python
10071007
console.
10081008

@@ -1012,8 +1012,8 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
10121012
```
10131013

10141014
As of {ref}`1.6.1 (above) <v1-6-1>`, `tmuxp shell` will find the most
1015-
feature-rich shell available. If you have [ipython][ipython], [ptpython][ptpython], or
1016-
[bpython][bpython] available, it will be selected automatically. Pass `--pdb`
1015+
feature-rich shell available. If you have [ipython], or
1016+
[bpython] available, it will be selected automatically. Pass `--pdb`
10171017
to use standard library pdb, or `--code` to use `code.interact`.
10181018

10191019
In python 3.7+, supports `PYTHONBREAKPOINT`:
@@ -1189,8 +1189,8 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
11891189

11901190
## tmuxp 1.3.4 (2017-10-12)
11911191

1192-
- {}`before_script` now respects {}`start_directory`
1193-
in the session root. This makes it easier to run things like {}`pipenv install` as a {}`before_script`.
1192+
- `before_script` now respects `start_directory`
1193+
in the session root. This makes it easier to run things like `pipenv install` as a `before_script`.
11941194

11951195
## tmuxp 1.3.3 (2017-10-07)
11961196

@@ -1302,7 +1302,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
13021302

13031303
- version jump 0.11.1 to 1.0
13041304
- tests moved to py.test framework
1305-
- [libtmux][libtmux] core split into its own project
1305+
- [libtmux] core split into its own project
13061306
- #145 Add new-window command functionality, @ikirudennis
13071307
- #146 Optionally disable shell history suppression, @kmactavish
13081308
- #147 Patching unittest timing for shell history suppression
@@ -1313,32 +1313,32 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
13131313
## tmuxp 0.11.0 (2016-02-29)
13141314

13151315
- #137 Support for environment settings in configs, thanks
1316-
{}`@tasdomas`
1317-
- Spelling correction, thanks [@sehe][@sehe].
1316+
`@tasdomas`
1317+
- Spelling correction, thanks [@sehe].
13181318

13191319
## tmuxp 0.10.0 (2016-01-30)
13201320

1321-
- #135 Load multiple tmux sessions at once, thanks [@madprog][@madprog].
1321+
- #135 Load multiple tmux sessions at once, thanks [@madprog].
13221322
- #131 #133 README and Documentation fixes
13231323

13241324
## tmuxp 0.9.3 (2016-01-06)
13251325

13261326
- switch to `.venv` for virtualenv directory to not conflict
1327-
with `.env` (used by [autoenv][autoenv]).
1328-
- #130 move to [entr(1)][entr(1)] for file watching in tests. update docs.
1329-
- [compatibility] Support [Anaconda Python][anaconda python] 2 and 3
1327+
with `.env` (used by [autoenv]).
1328+
- #130 move to [entr(1)] for file watching in tests. update docs.
1329+
- [compatibility] Support [Anaconda Python] 2 and 3
13301330

13311331
## tmuxp 0.9.2 (2015-10-21)
13321332

1333-
- #122 Update to support tmux 2.1, thank you [@estin][@estin].
1333+
- #122 Update to support tmux 2.1, thank you [@estin].
13341334
- use travis container infrastructure for faster tests
13351335
- change test in workspace builder test to use `top(1)` instead of
13361336
`man(1)`. `man(1)` caused errors on some systems where `PAGER` is set.
13371337

13381338
## tmuxp 0.9.1 (2015-08-23)
13391339

1340-
- #119 Add fix python 3 for [sysutils/pytmuxp][sysutils/pytmuxp] on FreeBSD ports.
1341-
See GH issue 119 and [#201564][#201564] @ FreeBSD Bugzilla. Thanks Ruslan
1340+
- #119 Add fix python 3 for [sysutils/pytmuxp] on FreeBSD ports.
1341+
See GH issue 119 and [#201564] @ FreeBSD Bugzilla. Thanks Ruslan
13421342
Makhmatkhanov.
13431343

13441344
## tmuxp 0.9.0 (2015-07-08)
@@ -1351,13 +1351,13 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
13511351
`session_name` and `window_name`.
13521352
- [examples]: add example for environmental variables,
13531353
`examples/env-variables.json` and `examples/env-variables.yaml`.
1354-
- #110 de-vendorize [colorama][colorama]. Thanks [@marbu][@marbu].
1354+
- #110 de-vendorize [colorama].
13551355
- #109 fix failure of test_pane_order on fedora machines from
1356-
[@marbu][@marbu]
1356+
[@marbu]
13571357
- #105 append `.txt` extension to manuals (repo only)
1358-
from [@yegortimoshenko][@yegortimoshenko].
1358+
from [@yegortimoshenko].
13591359
- #107 Fix Server.attached_sessions return type by
1360-
[@thomasballinger][@thomasballinger].
1360+
[@thomasballinger].
13611361
- update travis to use new tmux git repository.
13621362

13631363
## tmuxp 0.8.1 (2015-05-09)
@@ -1388,18 +1388,18 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
13881388
- `scent.py` for building docs
13891389
- docutils from 0.11 to 0.12
13901390
- `bootstrap_env.py` will check for linux, darwin (OS X) and
1391-
windows and install the correct [sniffer][sniffer] file watcher plugin.
1391+
windows and install the correct [sniffer] file watcher plugin.
13921392
- testsuite for cli uses {py:func}`tempfile.mkdtemp()` instead
13931393
`TMP_DIR` (which resolved to `.tmuxp` in the testsuite directory.
1394-
- replace [watchingtestrunner][watchingtestrunner] with [sniffer][sniffer] in examples.
1394+
- replace [watchingtestrunner] in examples.
13951395
`.tmuxp.conf` and `.tmux.json` updated
13961396
- updates to doc links
13971397
- `make checkbuild` for verifying internal / intersphinx doc
13981398
references.
1399-
- Add Warning tmux versions less than 1.4 from [@techtonik][@techtonik].
1399+
- Add Warning tmux versions less than 1.4 from [@techtonik].
14001400
- Add documentation on leading space in `send_keys`
1401-
from [@thomasballinger][@thomasballinger].
1402-
- Update about page from teamocil and erb support from [@raine][@raine].
1401+
from [@thomasballinger].
1402+
- Update about page from teamocil and erb support from [@raine].
14031403

14041404
## tmuxp 0.1.12 (2014-08-06)
14051405

@@ -1432,7 +1432,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
14321432
## tmuxp 0.1.10 (2014-04-02)
14331433

14341434
- 2 bug fixes and allow panes with no shell commands to accept options,
1435-
thanks for these 3 patches, [@ThiefMaster][@thiefmaster]:
1435+
thanks for these 3 patches, [@ThiefMaster]:
14361436
- #73 Fix an error caused by spaces in
14371437
`start_directory`.
14381438
- #77 Fix bug where having a `-` in a
@@ -1447,7 +1447,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
14471447
## tmuxp 0.1.8 (2014-03-30)
14481448

14491449
- #72 Create destination directory if it doesn't exist. Thanks
1450-
[@ThiefMaster][@thiefmaster].
1450+
[@ThiefMaster].
14511451
- New context manager for tests, `temp_session`.
14521452
- New testsuite, `testsuite.test_utils` for testing testsuite
14531453
tools.
@@ -1481,13 +1481,13 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
14811481
- section heading normalization.
14821482
- tao of tmux section now treated as a chatper. tao of tmux may be
14831483
split off into its own project.
1484-
- use conventions from [tony/cookiecutter-pypackage][tony/cookiecutter-pypackage].
1484+
- use conventions from [tony/cookiecutter-pypackage].
14851485

14861486
## tmuxp 0.1.4 (2014-02-02)
14871487

14881488
- Fix `$ tmuxp freeze` CLI output.
14891489
- Update `_compat` support module.
1490-
- Fix extra space in [PEP 263][pep 263].
1490+
- Fix extra space in [PEP 263].
14911491

14921492
## tmuxp 0.1.3 (2014-01-29)
14931493

@@ -1500,7 +1500,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
15001500

15011501
- now using werkzeug / flask style testsuites.
15021502
- #43 Merge `tmuxp -d` for loading in detached mode.
1503-
Thanks [roxit][roxit].
1503+
Thanks [roxit].
15041504

15051505
## tmuxp 0.1.1 (2013-12-25)
15061506

@@ -1556,8 +1556,8 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
15561556

15571557
## tmuxp 0.1-rc1 (2013-11-23)
15581558

1559-
- [pep8][pep8] and [pep257][pep257] in unit tests.
1560-
- Changelog will now be updated on a version basis, use [pep440][pep440]
1559+
- [pep8] in unit tests.
1560+
- Changelog will now be updated on a version basis, use [pep440]
15611561
versioning.
15621562

15631563
## tmuxp 0.1-dev (2013-11-21)
@@ -1593,7 +1593,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
15931593

15941594
## tmuxp 0.1-dev (2013-11-09)
15951595

1596-
- [translation] [documentation in Chinese][documentation in chinese] from [wrongwaycn][wrongwaycn].
1596+
- [translation] [documentation in Chinese].
15971597
- More work done on the {ref}`about-tmux` page.
15981598
- {meth}`Pane.split_window()` for splitting {class}`Window` at
15991599
`target-pane` location.
@@ -1620,9 +1620,9 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
16201620

16211621
## tmuxp 0.1-dev (2013-11-07)
16221622

1623-
- Remove old logger (based on [tornado's log.py][tornado's log.py]), replace
1623+
- Remove old logger (based on [tornado's log.py]), replace
16241624
with new, simpler one.
1625-
- fix [teamocil][teamocil] import.
1625+
- fix [teamocil] import.
16261626
- support import teamocil `root` to
16271627
`start_directory`.
16281628

@@ -1643,16 +1643,16 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
16431643
autocompletion and when loading. Note, switching client into another
16441644
socket may cause an error.
16451645
- Documentation tweaking to {ref}`API`, {ref}`about-tmux`.
1646-
- [pep257][pep257], [pep8][pep8].
1646+
- [pep257].
16471647

16481648
## tmuxp 0.1-dev (2013-11-04)
16491649

1650-
- [pep257][pep257], [pep8][pep8].
1650+
- [pep257].
16511651
- tagged version `v0.0.36`.
16521652

16531653
## tmuxp 0.1-dev (2013-11-02)
16541654

1655-
- Many documentation, [pep257][pep257], [pep8][pep8] fixes
1655+
- Many documentation, [pep257] fixes
16561656
- move old {class}`Server` methods `__list_panes()`,
16571657
`__list_windows` and `__list_sessions` into the single underscore.
16581658
- #12 fix for `$ tmuxp freeze` by @finder.
@@ -1728,7 +1728,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
17281728

17291729
- fix `tmuxp load .` fixed
17301730
- fix `tmuxp convert <file>` fixed.
1731-
- [pep257][pep257] fixes.
1731+
- [pep257] fixes.
17321732
- {class}`Pane` now has {meth}`Pane.set_width` and
17331733
{meth}`Pane.set_height`.
17341734
- `./run_tests.py --tests` now automatically prepends
@@ -1738,14 +1738,14 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
17381738

17391739
## tmuxp 0.1-dev (2013-10-27)
17401740

1741-
- [argcomplete][argcomplete] overhaul for CLI bash completion.
1741+
- [argcomplete] overhaul for CLI bash completion.
17421742
- `tmuxp load`, `tmuxp convert` and `tmuxp import` now support
17431743
relative and full filenames in addition to searching the config
17441744
directory.
17451745

17461746
## tmuxp 0.1-dev (2013-10-26)
17471747

1748-
- initial version of [tmuxinator][tmuxinator] and [teamocil][teamocil]
1748+
- initial version of [tmuxinator]
17491749
config importer. it does not support all options and it not guaranteed
17501750
to fully convert window/pane size and state.
17511751
- {meth}`config.in_dir` supports a list of `extensions` for
@@ -1761,7 +1761,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
17611761
- property handle case where no tmux server exists when
17621762
`attach-session` or `kill-session` is used.
17631763
- test fixtures and initial work for importing
1764-
[tmuxinator][tmuxinator] and [teamocil][teamocil] configs
1764+
[tmuxinator] configs
17651765

17661766
## tmuxp 0.1-dev (2013-10-24)
17671767

@@ -1859,10 +1859,10 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
18591859
- Server is now a subclass of `util.TmuxObject`.
18601860
- subclasses of {class}`util.TmuxRelationalObject`,
18611861
{class}`Server`, {class}`Session`, {class}`Window`, {class}`Pane` now
1862-
have {meth}`util.TmuxRelationalObject.getById` (similar to [.get()][.get()] in
1863-
[backbone.js][backbone.js] collection), {meth}`util.TmuxRelationalObject.where` and
1864-
{meth}`util.TmuxRelationalObject.findWhere` ([.where()][.where()] and
1865-
[.findWhere()][.findwhere()] in [underscore.js][underscore.js]), to easily find child objects.
1862+
have {meth}`util.TmuxRelationalObject.getById` (similar to [.get()] in
1863+
[backbone.js] collection), {meth}`util.TmuxRelationalObject.where` and
1864+
{meth}`util.TmuxRelationalObject.findWhere` ([.where()] and
1865+
[.findWhere()]), to easily find child objects.
18661866
- tmux object mapping has been split into
18671867
{class}`util.TmuxMappingObject`. The mapping and the relational has been
18681868
decoupled to allow {class}`Server` to have children while not being a

0 commit comments

Comments
 (0)