Browse Source

retroactive semantic versioning

master
Nils 3 years ago
parent
commit
3ad2533b10
  1. 16
      CHANGELOG

16
CHANGELOG

@ -1,9 +1,9 @@
2021-01-15 Version 1.8
2021-01-15 Version 1.8.0
Tracks can now have different measure lengths, allowing much more complex music. Added multiplication-widget next to track name.
Loop range can now contain multiple measures. Added GUI control next to loop button.
Remove Nuitka as dependency. Build commands stay the same.
2020-09-25 Version 1.7
2020-09-25 Version 1.7.0
Allow Note-On Velocity 0 to make external conversion into CCs possible
Fix crash when loading a project with only one track
@ -18,7 +18,7 @@ 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
2020-04-15 Version 1.5.0
Provide manpage
Fix Loop: Now kept when changing grouping and steps per pattern.
Better Icons
@ -30,7 +30,7 @@ Removed git submodule. All code now in this repository.
Fixed a crash on startup
Our real-time C library is now a shared lib, not a python module.
2019-10-15 Version 1.4
2019-10-15 Version 1.4.0
New context option for track labels: Replace pattern with one from other track
Streamline existing context menu options for measure groups
New context options for measure group: duplicate and clean transpositions
@ -43,7 +43,7 @@ Submenus now have OK and Cancel buttons, not only shortcuts.
Provide icons in all common sizes
Various bugfixes and cosmetical changes.
2019-07-15 Version 1.3
2019-07-15 Version 1.3.0
Add "Invert Row" to pattern context menu, if clicked on a step.
Add "Clear Row" to pattern context menu, if clicked on a step.
Add powerful "Fill row with sub-pattern until this clicked-on step" to quickly repeat short snippets. (Pattern context menu, if clicked on a step)
@ -55,7 +55,7 @@ Remove videos from git repository for easier download and distribution. Videos a
Compilation without executable stack, a security risk.
Various build system improvements.
2019-04-15 Version 1.2
2019-04-15 Version 1.2.0
Optional mode without NSM: Commandline parameter --save or -s. See --help
In --save mode SIGUSR1 can be send to trigger a save.
Git repository is now public as https://laborejo.org/patroneo.git . Reflect that in the documentation/readme.
@ -64,7 +64,7 @@ More reliable Qt settings.
The --mute switch now works when running without installation and without a global calfbox module.
Nuitka is now only necessary for installing system-wide. You can run 'make calfbox' and start locally afterwards.
2019-01-15 Version 1.1
2019-01-15 Version 1.1.0
Added tool to convert the grouping and step count without losing data or changing the music.
Added selector for note names (different languages and GM-drums)
Fixed "hanging notes" bug
@ -72,5 +72,5 @@ Entire program is now based on a common Laborejo-Software-Suite shared program t
Added "Save" to menu
Many fixes and optimisations in the C engine.
2018-09-15 Version 1.0
2018-09-15 Version 1.0.0
Initial Release

Loading…
Cancel
Save