summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 23:23:48 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 23:23:48 -0400
commit1eed3df05526b22d716a2f89f166804f894ac5b1 (patch)
tree68d7ede1e1caee9e5f5ed9db688c44a1272f12f5
parent2f7f341d21a7e1a0358f61c695590352a48caa0a (diff)
downloadpatchage-1eed3df05526b22d716a2f89f166804f894ac5b1.tar.gz
patchage-1eed3df05526b22d716a2f89f166804f894ac5b1.tar.bz2
patchage-1eed3df05526b22d716a2f89f166804f894ac5b1.zip
Patchage 1.0.6v1.0.6
-rw-r--r--NEWS4
-rw-r--r--wscript2
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'