Browse Source

version bump and changelog

master
Nils 3 years ago
parent
commit
ea4d9eced5
  1. 5
      CHANGELOG
  2. 2
      engine/config.py

5
CHANGELOG

@ -1,6 +1,9 @@
2020-07-19 Version 1.2.1
Hotfix for Qt floating dialogs
2020-07-15 Version 1.2
Allow recording right from the start, with jack transport already running
Allow note on with velocity 0
Allow note on with velocity 0
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.

2
engine/config.py

@ -23,7 +23,7 @@ METADATA={
#release announcements, entries in software directories etc.
"tagline" : 'Minimalistic MIDI sequencer. One input, one output, one piano roll with multiple layers.',
"version" : "1.2",
"version" : "1.2.1",
"year" : "2020",
"author" : "Laborejo Software Suite",
"url" : "https://www.laborejo.org/vico",

Loading…
Cancel
Save