From 2bf3e8853de705bb49aa4175b1ad5a9b5bb431b2 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Tue, 26 Apr 2022 13:19:45 +0900 Subject: [PATCH] 1.3.0 changelog --- metadata/en-US/changelogs/9.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 metadata/en-US/changelogs/9.txt diff --git a/metadata/en-US/changelogs/9.txt b/metadata/en-US/changelogs/9.txt new file mode 100644 index 0000000..014327f --- /dev/null +++ b/metadata/en-US/changelogs/9.txt @@ -0,0 +1,10 @@ +**Full Changelog**: https://github.com/austinried/subtracks/compare/v1.2.0...v1.3.0 + +## What's Changed +### New +* Localization support by @austinried in https://github.com/austinried/subtracks/pull/99 + * 9 new languages: Catalan, Chinese (Simplified), Danish, French, German, Italian, Japanese, Norwegian Bokmål, Russian + * Thanks to @comradekingu, @clyhtsuriva, @nortio, @retiolus, @hillwah, @shoddysheep and more users from @weblate! +### Fixed +* Remove unused CHECK_LICENSE permission by @austinried in https://github.com/austinried/subtracks/pull/109 +* Fix performance issue/crash with large playlists by @austinried in https://github.com/austinried/subtracks/pull/111