Changelog for
vmpk-0.8.6-lp155.18.1.x86_64.rpm :
* Mon Jan 03 2022 Giordano Boschetti
- Update to 0.8.6
* raised the macos target version to 10.13 to match the Qt 5.15 minimum
* Revised font default settings
* Removed dependency on Qt6::Core5Compat : QRegExp migrated to QRegularExpression
* require drumstick 2.5
* Fixed MIDI connections advanced property
* Initialization of RT Input backend even for empty connections: enables empty input connection
* Removed unused image
* bumped version for the next development cycle
* Czech translation updated. Thanks to Pavel Fric
* Swedish translation updated. Thanks to Magnus Johansson
* New build option USE_QT. Valid values are 5 or 6.
* fix for ticket #74: crash under Linux, if there are no suitable MIDI inputs/outputs available and the user opens the MIDI Connections dialog.
* fixed error checking of DwmGetWindowAttribute() call. This caused a problem in Windows 7 running the \"Windows Classic\" theme.
* fixed build with Qt 6
* Wed Jun 30 2021 Christophe Giboudeaux - Update to 0.8.4. Check the ChangeLog file.
* Fixed CMake build option EMBED_TRANSLATIONS
* Experimental support for building with Qt6
* Applied drumstick ticket #31: fallback MIDI drivers
* Sat May 15 2021 Christophe Giboudeaux - Update to 0.8.3. Check the ChangeLog file for the full list of changes
* Desktop file updated
* AppStream Metadata updated
* New settings option: forced dark mode
* new option: Qt Widgets style
* removed warnings when building with qt >= 5.15
* Translation updates
* Thu Apr 22 2021 Christophe Giboudeaux - Update to 0.8.2. Fixes:
* The window no longer remembers its size
* Note highlighting does not respond to MIDI input events at startup
* Keyboard maps not loaded at startup See the installed ChangeLog file for other changes.
* Mon Jan 11 2021 Wolfgang Bauer - Update to 0.8.0
* fixes provided by Drumstick 2.0.0 libs
* vmpk tickets: + ticket #60: Show midi notes on Status Bar + ticket #55: Show flats or sharps ovn black keys + ticket #52: Adding Panic signal when change Base Octave and MIDI Channel + ticket #43: Show note names on note on + ticket #46: Exchange black and white for harpsichord keyboards (new palettes)
* Other new features: + Configuration files in portable mode: new parameter \"-p\" for portable mode, with optional file name. Configuration saved in .INI format, even in Windows and macOS + Show note names always/never/minimal + Show note names orientation: horizontal/vertical/automatic + New preferences: font and size for note names; octave naming C3/C4/C5- Remove unused and unnecessary alsa-devel and libjack-devel BuildRequires
* Wed Nov 20 2019 Christophe Giboudeaux - Update to 0.7.2
* Removed social networks and store links
* Fix for qmake buildsystem
* HiDPI support
* Support for IPv6 network backend (drumstick >= 1.1.3)
* Tue Apr 02 2019 Christophe Giboudeaux - Update to 0.7.1
* Fixed a wrong note highlight color
* Updated translations
* Fri May 25 2018 christopheAATTkrop.fr- Update to 0.7.0
* Port to Qt5
* Switch from libX11 to libxcb
* New translations
* Use drumstick-rt
* Sat Dec 07 2013 cgiboudeauxAATTgmx.com- Update to 0.5.1
* Fixed bug: No default keyboard shortcuts available in 0.5.0 on fresh installations.
* Qt5 build compatibility (but not fully functional).
* Qt 4.8.x is required.
* RtMidi: Enable several MIDI drivers to be compiled at once into the same program, and allow the user to select one at runtime.
* Fixed Bug: Transpose does not update correctly the octave in note name.
* Fixed Bug: Removing the shortcut for an action having default shortcut keys, the change is not saved upon exit, so the shortcut appears again the next execution.
* Fixed Bug: Saved preferences not set correctly.
* New implementation of the Network MIDI driver (UDP multicast).
* MIDI channel state enforcement (RFE #3517750).
* MIDI IN Omni mode.
* Independently enable/disable note input using keyboard, mouse, and touch screen.
* Add note highlight color policies (single, double, one color for each MIDI channel, one color for each grade in the chromatic scale).
* Add color palettes editor dialog.
* AddOption to show a colorized scale.
* Allow XML comments within keyboard map files.
* Mon Jun 06 2011 appleonkelAATTopensuse.org- update to version 0.4.0
* New RtMidi classes have been merged, with Jack-MIDI, ipMIDI and QmidiNet