From cf01553974cfec15c39710866404ee7d39431d8c Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 19 Aug 2024 08:25:37 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 174c217..91770d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [0.13.1] + +### Added +- New translations: French, Polish, Portuguese (Brazillian), Romanian, Spanish +- [#116](https://github.com/dweymouth/supersonic/issues/116) Add tool tips to buttons and truncated labels +- [#462](https://github.com/dweymouth/supersonic/issues/462) Remember the "skip duplicate tracks" setting when adding tracks to playlists +- [#454](https://github.com/dweymouth/supersonic/pull/454) Switch sorting on All Tracks page to recently added + +### Fixed +- [#441](https://github.com/dweymouth/supersonic/issues/441) Custom themes didn't work on Windows +- Fixed "jumpy" scrolling on MacOS +- [#452](https://github.com/dweymouth/supersonic/issues/452) Window sometimes misdrawing on startup for Linux (even better fix than last time) +- [#440](https://github.com/dweymouth/supersonic/issues/440) Crash when rendering certain bitmap fonts +- Fixed some more memory leaks from communicating with MPV +- [#446](https://github.com/dweymouth/supersonic/issues/446) Missing space in error dialog text for sharing + ## [0.13.0] - 2024-07-28 ### Added