diff options
author | David Robillard <d@drobilla.net> | 2022-05-26 23:23:48 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-26 23:23:48 -0400 |
commit | 1eed3df05526b22d716a2f89f166804f894ac5b1 (patch) | |
tree | 68d7ede1e1caee9e5f5ed9db688c44a1272f12f5 | |
parent | 2f7f341d21a7e1a0358f61c695590352a48caa0a (diff) | |
download | patchage-1eed3df05526b22d716a2f89f166804f894ac5b1.tar.gz patchage-1eed3df05526b22d716a2f89f166804f894ac5b1.tar.bz2 patchage-1eed3df05526b22d716a2f89f166804f894ac5b1.zip |
Patchage 1.0.6v1.0.6
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ -patchage (1.0.5) unstable; +patchage (1.0.6) stable; * Fix ALSA sequencer port subscriptions * Fix crash on client disconnection + * Fix various minor bugs + * Rework code architecture to be more decoupled and data-driven * Save "human names" setting in configuration * Show latency in toolbar with 2 decimal places * Switch to C++14 @@ -9,7 +9,7 @@ from waflib import Build, Logs, Options, Utils from waflib.extras import autowaf # Version of this package (even if built as a child) -PATCHAGE_VERSION = '1.0.5' +PATCHAGE_VERSION = '1.0.6' # Variables for 'waf dist' APPNAME = 'patchage' |