Releases: fengalin/jstation-controller
Releases · fengalin/jstation-controller
0.3.2 - 20230130
Additions & Improvements
- Added the
glow
feature to use theglow
graphics backend for systems which are incompatible with the defaultwgpu
backend. - The macOS package now bundles binaries for both backends.
Fixes
- Increased the program name maximum length to 40 bytes instead of the previously too restrictive 20 bytes.
Internals
- Updated dependencies.
0.3.1 - 20230201
Fix
- Fixed a value discontinuity when using the mouse wheel on a parameter after changing preset.
0.3.0 - 20230127
Additions & Improvements
- Wah / Expression: make it clear what mode is in use and only show widgets corresponding to the selected mode.
- Wah / Expression: added sliders which emulate the wah / expression and volume pedals.
- Added a tuner toggle.
Internals
- Many cleanups and code improvements.
0.2.1 - 20230114
Improved
- Reworked light theme.
- Define App Id. On freedesktop compliant setups with installed desktop file (e.g. under
~/.local/share/applications/
), the DE will properly identify the application and use the default icon. - Prevent console window from showing up on Windows.
Internals
- Updated dependencies, notably
midir
to 0.9.0.
0.2.0 - 20230112
Added
- NotifyStore handling: triggered from the device when storing to a program.
- NotifyUtility handling: triggered from the device when changing a Utility Settings parameter.
- Add a Troubleshooting section to the README.
- Include the README in published packages.
Improved
- Have the MIDI Connection picklists fill the available space, otherwise their width can differ depending on their content.
- Have the main window a bit larger in height so the status bar appears on systems with larger fonts.
Fixed
- Fix auto-generated macOS package name.
0.1.0 - 20230110
Initial release with most features implemented except Programs Bank import and export.