Releases: agateau/sfxr-qt
Releases · agateau/sfxr-qt
1.5.1
1.5.0
Added
- Make it possible to adjust sliders with the mouse wheel (Aurelien Gateau).
- Show a preview of the sound on top of the sliders (Aurelien Gateau).
Fixed
- Exit on multiple positional arguments (Linus Vanas).
- Fix CLI needing a graphical environment to work (Linus Vanas).
- Add a couple more error messages to the CLI (Linus Vanas).
- Fix wav final volume being higher than the preview (Aurelien Gateau).
1.4.0
Added
- SFXR-Qt can now export wavs from the command line (#9) (Linus Vana).
- Added tooltips (Aurelien Gateau).
- Implemented "Randomize", based on the original SFXR code (Aurelien Gateau).
- Make it possible to load sounds from the command line (Aurelien Gateau).
Fixed
- Fixed crash when clicking too fast on the remove button (#8) (Aurelien Gateau).
- Fixed build on big-endian machines (#7) (Aurelien Gateau).
Internal
- Reorganized source tree to match cookiecutter-qt-app layout (Aurelien Gateau).
- Updated clang-format config to group and sort includes (Aurelien Gateau).
- Use GitHub Actions (Aurelien Gateau).
1.3.0
Added
- Changed to a JSON based file format: SFXJ.
- Added a new wave form: triangle.
- Added continuous integration using Travis CI.
Changed
-
Open and save file dialogs now show an error message when something went
wrong. -
Internal cleanups:
- Ported loading and saving code from FILE to QFile.
- Applied my coding style.
- Split the code into a static lib and an app.
- Added tests.
- Cleaned some float vs qreal warnings.