Skip to content

Commit 16cd0dd

Browse files
committed
DOC: Add PyPI/docs/diff links to NEWS
1 parent c0ab1fd commit 16cd0dd

File tree

1 file changed

+64
-13
lines changed

1 file changed

+64
-13
lines changed

NEWS.rst

Lines changed: 64 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,88 @@
1-
Version 0.5.2 (2020-02-11):
1+
Version 0.5.2 -- 2020-02-11 -- PyPI__ -- docs__ -- diff__
22
* new module constants: ``jack.POSITION_*``
33
* new examples: ``timebase_master.py`` and ``transporter.py``,
44
thanks to Christopher Arndt
55
* new `jack.JackError` subclasses: `jack.JackErrorCode` and `jack.JackOpenError`,
66
thanks to Christopher Arndt
77

8-
Version 0.5.1 (2019-11-07):
8+
__ https://pypi.org/project/JACK-Client/0.5.2/
9+
__ https://jackclient-python.readthedocs.io/en/0.5.2/
10+
__ https://github.com/spatialaudio/jackclient-python/compare/0.5.1...0.5.2
11+
12+
Version 0.5.1 -- 2019-11-07 -- PyPI__ -- docs__ -- diff__
913
* `jack.Client.release_timebase()`, thanks to Christopher Arndt
1014

11-
Version 0.5.0 (2019-07-18):
15+
__ https://pypi.org/project/JACK-Client/0.5.1/
16+
__ https://jackclient-python.readthedocs.io/en/0.5.1/
17+
__ https://github.com/spatialaudio/jackclient-python/compare/0.5.0...0.5.1
18+
19+
Version 0.5.0 -- 2019-07-18 -- PyPI__ -- docs__ -- diff__
1220
* drop Python 2 support
1321
* support for metadata API, with the help of Christopher Arndt
1422
* support for slow-sync clients
1523

16-
Version 0.4.6 (2019-02-09):
24+
__ https://pypi.org/project/JACK-Client/0.5.0/
25+
__ https://jackclient-python.readthedocs.io/en/0.5.0/
26+
__ https://github.com/spatialaudio/jackclient-python/compare/0.4.6...0.5.0
27+
28+
Version 0.4.6 -- 2019-02-09 -- PyPI__ -- docs__ -- diff__
1729
* ``midi_file_player.py`` example
1830

19-
Version 0.4.5 (2018-09-02):
31+
__ https://pypi.org/project/JACK-Client/0.4.6/
32+
__ https://jackclient-python.readthedocs.io/en/0.4.6/
33+
__ https://github.com/spatialaudio/jackclient-python/compare/0.4.5...0.4.6
34+
35+
Version 0.4.5 -- 2018-09-02 -- PyPI__ -- docs__ -- diff__
2036
* Fix issue #54; other minor improvements
2137

22-
Version 0.4.4 (2018-02-19):
38+
__ https://pypi.org/project/JACK-Client/0.4.5/
39+
__ https://jackclient-python.readthedocs.io/en/0.4.5/
40+
__ https://github.com/spatialaudio/jackclient-python/compare/0.4.4...0.4.5
41+
42+
Version 0.4.4 -- 2018-02-19 -- PyPI__ -- docs__ -- diff__
2343
* `Port.set_alias()`, `Port.unset_alias()` and `Port.aliases`, thanks to
2444
Jośe Fernando Moyano
2545

26-
Version 0.4.3 (2017-12-30):
46+
__ https://pypi.org/project/JACK-Client/0.4.4/
47+
__ https://jackclient-python.readthedocs.io/en/0.4.4/
48+
__ https://github.com/spatialaudio/jackclient-python/compare/0.4.3...0.4.4
49+
50+
Version 0.4.3 -- 2017-12-30 -- PyPI__ -- docs__ -- diff__
2751
* switch to CFFI out-of-line ABI mode (to reduce import time)
2852

29-
Version 0.4.2 (2016-11-05):
53+
__ https://pypi.org/project/JACK-Client/0.4.3/
54+
__ https://jackclient-python.readthedocs.io/en/0.4.3/
55+
__ https://github.com/spatialaudio/jackclient-python/compare/0.4.2...0.4.3
56+
57+
Version 0.4.2 -- 2016-11-05 -- PyPI__ -- docs__ -- diff__
3058
* new examples: ``showtime.py``, ``midi_sine_numpy.py`` and ``play_file.py``
3159
* new option ``only_available`` for port callbacks
3260

33-
Version 0.4.1 (2016-05-24):
61+
__ https://pypi.org/project/JACK-Client/0.4.2/
62+
__ https://jackclient-python.readthedocs.io/en/0.4.2/
63+
__ https://github.com/spatialaudio/jackclient-python/compare/0.4.1...0.4.2
64+
65+
Version 0.4.1 -- 2016-05-24 -- PyPI__ -- docs__ -- diff__
3466
* new property `jack.Client.transport_frame`, deprecating
3567
`jack.Client.transport_locate()`
3668

37-
Version 0.4.0 (2015-09-17):
69+
__ https://pypi.org/project/JACK-Client/0.4.1/
70+
__ https://jackclient-python.readthedocs.io/en/0.4.1/
71+
__ https://github.com/spatialaudio/jackclient-python/compare/0.4.0...0.4.1
72+
73+
Version 0.4.0 -- 2015-09-17 -- PyPI__ -- docs__ -- diff__
3874
* new argument to xrun callback (see `jack.Client.set_xrun_callback()`),
3975
``jack.Client.xrun_delayed_usecs`` was removed
4076
* `jack.Client.transport_reposition_struct()`
4177
* callbacks no longer have to return anything, instead they can raise
4278
`jack.CallbackExit` on error
4379
* ``midi_sine.py`` example
4480

45-
Version 0.3.0 (2015-07-16):
81+
__ https://pypi.org/project/JACK-Client/0.4.0/
82+
__ https://jackclient-python.readthedocs.io/en/0.4.0/
83+
__ https://github.com/spatialaudio/jackclient-python/compare/0.3.0...0.4.0
84+
85+
Version 0.3.0 -- 2015-07-16 -- PyPI__ -- docs__ -- diff__
4686
* `jack.RingBuffer`, implemented by Alexandru Stan
4787
* `jack.Client.set_timebase_callback()`, `jack.Client.transport_query()`,
4888
`jack.Client.transport_query_struct()`, with the help of Julien Acroute
@@ -52,7 +92,11 @@ Version 0.3.0 (2015-07-16):
5292
* compatibility with the official JACK installer for Windows, thanks to Julien
5393
Acroute
5494

55-
Version 0.2.0 (2015-02-23):
95+
__ https://pypi.org/project/JACK-Client/0.3.0/
96+
__ https://jackclient-python.readthedocs.io/en/0.3.0/
97+
__ https://github.com/spatialaudio/jackclient-python/compare/0.2.0...0.3.0
98+
99+
Version 0.2.0 -- 2015-02-23 -- PyPI__ -- docs__ -- diff__
56100
* MIDI support (`jack.MidiPort`, `jack.OwnMidiPort`,
57101
`jack.Client.midi_inports`, `jack.Client.midi_outports`, ...)
58102
* ignore errors in `jack.Client.deactivate()` by default, can be overridden
@@ -62,5 +106,12 @@ Version 0.2.0 (2015-02-23):
62106
* `jack.Port.is_physical`, courtesy of Alexandru Stan
63107
* `jack.Status`
64108

65-
Version 0.1.0 (2014-12-15):
109+
__ https://pypi.org/project/JACK-Client/0.2.0/
110+
__ https://jackclient-python.readthedocs.io/en/0.2.0/
111+
__ https://github.com/spatialaudio/jackclient-python/compare/0.1.0...0.2.0
112+
113+
Version 0.1.0 -- 2014-12-15 -- PyPI__ -- docs__
66114
Initial release
115+
116+
__ https://pypi.org/project/JACK-Client/0.1.0/
117+
__ https://jackclient-python.readthedocs.io/en/0.1.0/

0 commit comments

Comments
 (0)