From 1eed3df05526b22d716a2f89f166804f894ac5b1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2022 23:23:48 -0400 Subject: Patchage 1.0.6 --- NEWS | 4 +++- wscript | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 161d33c..9721d87 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/wscript b/wscript index d96ea9c..0afa447 100644 --- a/wscript +++ b/wscript @@ -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' -- cgit v1.2.1