diff options
-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' |