diff --git a/CHANGELOG b/CHANGELOG index 273b686..b3e4e16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +2020-07-15 Version 1.6 +Fix menu command: quit under NSM (it did not quit) +Fix transparent editing areas in Wayland +Rename menu "About" to "About and Tips" so it can be found easier. +Fix crashes and problems with recent Qt 5.15 release +Rename .desktop starter files according to XDG specs for easier packaging +Improve internal debugging options and logging + 2020-04-15 Version 1.5 Provide manpage Fix Loop: Now kept when changing grouping and steps per pattern. diff --git a/engine/config.py b/engine/config.py index 29900e8..7ed7156 100644 --- a/engine/config.py +++ b/engine/config.py @@ -21,7 +21,7 @@ METADATA={ #release announcements, entries in software directories etc. "tagline" : 'Easy to use pattern based midi sequencer.', - "version" : "1.5", + "version" : "1.6", "year" : "2020", "author" : "Laborejo Software Suite", "url" : "https://www.laborejo.org/patroneo",