1.8.4: History received a fix for startup issue, increased entry size, and context menu options

- Set selection active in history is now a toggleable feature in the context menu
- Increased number of entries in history from 32 to 64
- Clear entries moved to context menu in history
- Fixed issue, where history didn't work on first startup
This commit is contained in:
Anders Ejlersen 2023-03-27 22:02:44 +02:00
parent 305aa13317
commit 5a2dcf3619
17 changed files with 141 additions and 86 deletions

View file

@ -1,6 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file.
## [1.8.4] - 2023-03-27
### Added
- Set selection active in history is now a toggleable feature in the context menu
### Changed
- Increased number of entries in history from 32 to 64
- Clear entries moved to context menu in history
### Fixed
- Fixed issue, where history didn't work on first startup
## [1.8.3] - 2023-03-16
### Changed