Skip to content

Commit a765f1e

Browse files
committed
Release 0.2.0
1 parent e10f0c3 commit a765f1e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1+
Version 0.2.0 (2015-02-23):
2+
* MIDI support (`jack.MidiPort`, `jack.OwnMidiPort`,
3+
`jack.Client.midi_inports`, `jack.Client.midi_outports`, ...)
4+
* ignore errors in `jack.Client.deactivate()` by default, can be overridden
5+
* optional argument to `jack.OwnPort.disconnect()`
6+
* several examples (``chatty_client.py``, ``thru_client.py``,
7+
``midi_monitor.py`` and ``midi_chords.py``)
8+
* `jack.Port.is_physical`, courtesy of Alexandru Stan
9+
* `jack.Status` class
10+
* some bug-fixes and refactorings, some documentation improvements
11+
112
Version 0.1.0 (2014-12-15):
213
Initial release

jack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://jackclient-python.rtfd.org/
2424
2525
"""
26-
__version__ = "0.1.0"
26+
__version__ = "0.2.0"
2727

2828
from cffi import FFI as _FFI
2929

0 commit comments

Comments
 (0)