diff --git a/README.md b/README.md index 9db0beb..8a269f4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Otter's features, as of this writing, are the following: * Track search * Queue management * Caching of played tracks (played tracks work offline) - * **EXPERIMENTAL:** Radios playback + * Radios playback * Dark mode! 🎉 Otter will try to behave as you would expect a mobile music player to, meaning integrating with the OS's media controls (including headset controls) or pause on incoming calls. If there is anything you would like it to do, please [open an issue](https://github.com/apognu/otter/issues/new). diff --git a/app/src/main/play/release-notes/en-US/beta.txt b/app/src/main/play/release-notes/en-US/beta.txt index 2f4033c..d251cfe 120000 --- a/app/src/main/play/release-notes/en-US/beta.txt +++ b/app/src/main/play/release-notes/en-US/beta.txt @@ -1 +1 @@ -../../../../../../fastlane/metadata/android/en-US/changelogs/1000017.txt \ No newline at end of file +../../../../../../fastlane/metadata/android/en-US/changelogs/1000018.txt \ No newline at end of file diff --git a/app/src/main/play/release-notes/fr-FR/beta.txt b/app/src/main/play/release-notes/fr-FR/beta.txt index 2083644..e5145ad 120000 --- a/app/src/main/play/release-notes/fr-FR/beta.txt +++ b/app/src/main/play/release-notes/fr-FR/beta.txt @@ -1 +1 @@ -../../../../../../fastlane/metadata/android/fr-FR/changelogs/1000017.txt \ No newline at end of file +../../../../../../fastlane/metadata/android/fr-FR/changelogs/1000018.txt \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/1000018.txt b/fastlane/metadata/android/en-US/changelogs/1000018.txt new file mode 100644 index 0000000..3c05522 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1000018.txt @@ -0,0 +1,8 @@ +Several new features and enhancements, as well as some bug fixes: + + * Promoted radio playback support to stable (default and custom radios) + * All tracks from an artist can now be shuffled and played + * Played tracks are reported to the Funkwhale instance for accounting + * New partial translations (DE and NL) + * Media controls notification is now set to public + * Added a settings entry to copy recent application logs diff --git a/fastlane/metadata/android/fr-FR/changelogs/1000018.txt b/fastlane/metadata/android/fr-FR/changelogs/1000018.txt new file mode 100644 index 0000000..a9b4e12 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/1000018.txt @@ -0,0 +1,8 @@ +De multiples nouvelles fonctionnalités et améliorations, ainsi que quelques corrections de bugs: + + * Le support des radios passe en stable (radios natives et personnalisées) + * Toutes les pistes d'un artiste peuvent maintenant être lues + * Les pistes jouées sont envoyées à l'instance Funkwhale + * Nouvelles traductions partielles (DE et NL) + * La notification de contrôle de lecture est maintenant paramétrée en public + * Une option pour copier les logs récents a été ajoutée