diff options
author | David Robillard <d@drobilla.net> | 2020-11-29 18:42:04 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-29 18:42:04 +0100 |
commit | 272369a4a40cd46123d4741571b6fcc7c6d8c3a8 (patch) | |
tree | 08c83725ae5ca16970e000996f5c65edb6ac4e3a /NEWS | |
parent | 98e2535b82ab601081a56c8a22d789d2da25cfd8 (diff) | |
download | patchage-272369a4a40cd46123d4741571b6fcc7c6d8c3a8.tar.gz patchage-272369a4a40cd46123d4741571b6fcc7c6d8c3a8.tar.bz2 patchage-272369a4a40cd46123d4741571b6fcc7c6d8c3a8.zip |
Fix unstable module positions
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ patchage (1.0.3) unstable; * Add command line option to print version * Fix making and breaking connections with Jack DBus * Fix sample rate with Jack DBus + * Fix unstable module positions * Improve man page * Remove Jack session support * Remove flaky DSP load meter - -- David Robillard <d@drobilla.net> Sun, 29 Nov 2020 15:54:01 +0000 + -- David Robillard <d@drobilla.net> Sun, 29 Nov 2020 17:41:44 +0000 patchage (1.0.2) stable; |