You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

98 lines
3.7 KiB

#Changelog
Format: Double ## for a version number followed by a space, ISO-Date, Semantic Versioning:
## YYYY-MM-DD major.minor.patch
Two empty lines before the next entry.
External contributors notice at the end of the line: (LastName, FirstName / nick)
## 2022-07-15 1.7.3
Turn off auto connecting the mixer audio ports when not run under NSM. Replace with default-off menu setting to do so.
## 2022-04-15 1.7.2
Use the new systewide library libcalfbox-lss instead of providing our own. This lib is now a dependency.
https://git.laborejo.org/lss/libcalfbox-lss
Add X-NSM-Capable=True and X-NSM-Exec to the .desktop file
## 2022-01-15 1.7.1
Fluajho is now complete. All further updates will be maintenance and bugfixes.
Fix PyQt or Python problems from their last release.
The save file (and therefore NSM Sessions) format is now permanently stable.
This CHANGELOG is now available through the programs help menu directly.
Icons are now send to JACK Metadata.
Improvement on the codebase to make future maintenance easier.
## 2021-11-15 1.7.0
New quick-select widget for midi-input hardware.
Fix regression in "ignore program changes".
Remove individual midi-in ports. They were released by accident and never worked.
Adjust build process for new fluidsynth library version. This fixes a crash on exit and removes many warning messages on startup.
## 2021-01-15 1.6.2
Remove Nuitka as dependency. Build commands stay the same.
## 2020-07-19 1.6.1
Hotfix for Qt floating dialogs
## 2020-07-15 1.6.0
Fix menu command: quit under NSM (it did not quit)
Create new UI which is more compact and easier to read
Optionally play the test signal after each program change through the GUI
GUI reacts properly to just program changes now (without bank change at the same time)
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 1.5.0
Provide manpage
Show loaded sf2 as NSM label
Added convenience summing stereo-out jack ports.
Better icons
Removed git submodule. All code now in this repository.
## 2019-11-15 1.4.1
Fixed a crash on startup
Our real-time C library is now a shared lib, not a python module. Removes the need for packagers to rebuild every Python release.
## 2019-10-15 1.4.0
Remove global jack transport stop on normal program exit
Provide icons in all common sizes
Submenus now have OK and Cancel buttons, not only shortcuts.
Various bugfixes.
## 2019-07-15 1.3.0
Remove strict Non Session Manager enforcement. Instead present a session directory chooser on startup, similar to --save.
Remove videos from git repository for easier download and distribution. Videos are now only hosted on laborejo.org, but could be downloaded by users.
Compilation without executable stack, a security risk.
Various build system improvements.
## 2019-04-15 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.
Now compatible with Fluidsynth version 2 (and still with version 1)
Git repository is now public as https://laborejo.org/patroneo.git . Reflect that in the documentation/readme.
DejaVu Sans Sarif is now the default font and therefore a depency.
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 1.1.0
Entire program is now based on a common Laborejo-Software-Suite shared program template.
Added "Save" to menu
Many fixes and optimisations in the C engine.
## 2018-09-15 1.0.0
Initial Release