Releases: maxmarsc/audeye
Releases · maxmarsc/audeye
v0.2.1
v0.2.0
Changelog
Added
- Color support in spectrogram panel. Colorblind friendly color scale
- Doubled the vertical resolution in the spectrogram panel.
- Refresh rate is now synced to 100ms
Fixed
- Fixed release & pre-release actions
v0.2.0-rc.2
Commits
- 2b8f318: Updated toolchain in workflow to fix release action (maxmarsc)
v0.1.2
Changelog
Updated
- Bumped tui-rs to 0.19
- Bumped crossterm to 0.25
Added
- clippy check on pre-commit hook
- rustfmt check on pre-commit hook
- clippy check on github actions
- rustfmt check on github actions
v0.1.2-rc.1
v0.1.1
Change Log
Added
- Added automatic release and pre-release github actions, triggered by tags
Changed
- Removed several unused rust dependencies
v0.1.1-rc.9
Commits
- dc903fd: Fixed binary export by removing unnecessary quotes in binary name evaluation (maxmarsc)