-
Notifications
You must be signed in to change notification settings - Fork 20
Releases: offa/plug
Releases · offa/plug
v1.5.0
Changes
- Update to Qt6
- Update to C++20
- GCC 14 and 15 support
- Clang 19 and 20 support
- SECURITY.md added
- Fix possible crash on amp models with < 100 presets
- Mustang v1 / v2 improvements
- Dependency updates
- CI improvements
Assets 2
v1.4.5
Changes
- udev rules installation path fixed
Assets 2
v1.4.4
Changes
- Icon added
- Erroneous path in desktop file fixed
- Improved udev rules
- UI improvements
- CI improvements
- CI formatting check added
- Effects buttons on Mac OS fixed
- Unused Integration test removed
- CMake improvements
- CMake GNU install directories for installation
- Clang 16 and 17 support
- GCC 13 support
- Mustang v2 compatibility fixes
- Conan 2.0 migration
- Missing include error on Fedora fixed
- Broken effects shortcuts fixed
- Broken effects loaded from file fixed
- Broken order of effects loaded from file fixed
- Device name is shown on the status bar
- Documentation for known USB devices added
- Archived technical documentation added
💥 Possible breaking change
Due to Mustang v2 compatibility a value of the initial packet transmitted to the amp has been changed. Please file an issue if this causes problems on v1 devices.
Assets 2
v1.4.3
Changes
- GCC 10, 11 and 12 support
- Clang 13 and 14 support
- USB API improvements
- GTest update
Assets 2
v1.4.2
Changes
- GCC 10 support
- Clang 11 / 12 support
- Clang 5/6 CI builds removed
- Missing include compilation error fixed
- Bronco PID added
- Code cleanup and refactoring
- Conan uses conan-center dependencies only now
- GitHub Actions CI added
- CodeQL analysis added
- Travis CI removed
Assets 2
v1.4.1
Changes
- Code improvements and bugfixes
- Compilation memory usage with enabled sanitizers on GCC reduced
- Communication errors crashing the application fixed
- Broken reconnect fixed
- Broken effect disable fixed
- New Packet API
- GCC 9 support
- Clang 8, 9 and 10 support
- Conan dependency support
- CI improvements
- Coverage migrated to gcovr
Assets 2
v1.4.0
Changes
- Communication interface improvements
- USB interface improvements
- Mustang implementation cleanup
Assets 2
v1.3.4
Changes
- Code improvements
- Output parameter of Mustang class removed
- Desktop file
Assets 2
v1.3.3
Changes
- Lot of fixes in the communication component
- Clang 7 support
- Modernizations and improvements
Assets 2
v1.3.2
Changes
- Communication improvements
- Gcc 8 support added
- Clang 6 support added
- CMake updated to v3.11
- Many improvements