prepare for 0.9.1 release

This commit is contained in:
Drew Weymouth
2024-02-25 08:33:07 -08:00
parent 7367204892
commit 1914821283
4 changed files with 34 additions and 20 deletions
+14
View File
@@ -1,5 +1,19 @@
# Change Log
## [0.9.1] - 2024-02-25
### Added
- [#327](https://github.com/dweymouth/supersonic/issues/327) Show visual loading cue when searching and no results yet
- [#22](https://github.com/dweymouth/supersonic/issues/22) Arrow key scrolling and focus keyboard traversal to grid and list views
- Ctrl+Q keyboard shortcut to quit app on Windows and Linux
### Fixed
- A few MPRIS bugs (thanks @adamantike!)
- [#319](https://github.com/dweymouth/supersonic/issues/319) Show modal dialog when connecting to server to block UI interaction which could cause crash
- [#321](https://github.com/dweymouth/supersonic/issues/321) High CPU use when certain dialogs were shown
- [#326](https://github.com/dweymouth/supersonic/issues/326) Make tracklist widget more efficient
- Lower CPU use when text entry fields are focused
## [0.9.0] - 2024-01-27
### Added