Browse Source

changelog and version number

master
Nils 4 years ago
parent
commit
ba9f1373a0
  1. 8
      CHANGELOG
  2. 2
      engine/config.py

8
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.

2
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",

Loading…
Cancel
Save