Releases: SpotlightKid/jack-matchmaker
Releases · SpotlightKid/jack-matchmaker
0.4.0
Changes
- Added support for
-c
command line option to list existing JACK port connections.
0.3.0
Changes
- Add command line option to read port patterns from file
- Re-read pattern file on HUP signal (not supported on Windows)
- Check if ports are already connected before making a connection
- Cache port look-ups
- List outputs before inputs
- Change amount and formatting of debug logging output
- Add example patterns file
- Update readme with new features
0.2.1
Changes
- Fix missing exception variable binding
- Move package version from setup.py to new
version
module - Minor readme improvements
0.2.0
Changes
- Add command line options to list ports and aliases
- Input port patters can contain placeholders which are filled in with matches
from named regular expression groups in output port patterns - Call on-connection callback once at startup to connect existing clients
- Update and improve readme
- Improve error handling.
0.1.0
- First public release