diff options
author | David Robillard <d@drobilla.net> | 2016-07-30 17:36:38 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 03:25:52 -0400 |
commit | 005f9bf2051725a197c3b79e769214f78bb23b16 (patch) | |
tree | f9aaf848e8cee8bd49cb98952834283ac232be62 /NEWS | |
parent | c001c7bd70ea3dee1aa1447f413c0d51e8e07415 (diff) | |
download | jalv-005f9bf2051725a197c3b79e769214f78bb23b16.tar.gz jalv-005f9bf2051725a197c3b79e769214f78bb23b16.tar.bz2 jalv-005f9bf2051725a197c3b79e769214f78bb23b16.zip |
Clean up log output
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,8 +8,8 @@ jalv (1.4.7) unstable; * Set Jack port order metadata * Allow Jack client name to be set from command line (thanks Adam Avramov) * Add command prompt to console version for changing controls - * Add option to enable plugin trace log messages - * Colorize communication dump if output is a console + * Add option to print plugin trace messages + * Print colorful log if output is a terminal * Exit on Jack shutdown (patch from Robin Gareus) * Report Jack latency (patch from Robin Gareus) * Exit GUI versions on interrupt @@ -17,7 +17,7 @@ jalv (1.4.7) unstable; * Use moc-qt4 if present for systems with multiple Qt versions * Add Qt5 version - -- David Robillard <d@drobilla.net> Sat, 09 Jul 2016 20:38:45 -0400 + -- David Robillard <d@drobilla.net> Sun, 31 Jul 2016 01:12:15 -0400 jalv (1.4.6) stable; |