cathode/CHANGELOG.md

26 lines
650 B
Markdown
Raw Normal View History

2022-10-12 15:18:13 -04:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2022-10-21 02:14:57 -04:00
## [v0.1.0]
2022-10-12 15:18:13 -04:00
### Added
- Load last selected ray file at launch
- Add `blink_interval` to config file
2022-10-21 02:14:57 -04:00
- Add `mic_sens` to config file
2022-10-19 14:27:23 -04:00
- Add `new` button to reset the loaded ray
- Add icon to indicate an image is being loaded
2022-10-21 02:14:57 -04:00
- Add shift-click to clear a frame
2022-10-12 15:18:13 -04:00
### Changed
- Loading rays at launch should be more consistent
2022-10-19 01:32:23 -04:00
### Fixed
- Fixed config not being respected on launch
2022-10-12 15:18:13 -04:00