From 20900fb557b8fe2e50a7c3e80945838a917ce0c7 Mon Sep 17 00:00:00 2001 From: eddyizm Date: Tue, 4 Nov 2025 22:10:39 -0800 Subject: [PATCH] chore: pre release prep --- CHANGELOG.md | 15 +++++++++++++++ README.md | 8 +++++--- fastlane/metadata/android/en-US/changelogs/3.txt | 10 ++++++++++ 3 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/3.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2788de..46e17505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog + +## Pending release.. +* chore(i18n): Update Spanish (es-ES) translation by @jaime-grj in https://github.com/eddyizm/tempus/pull/205 +* feat: shuffle for artists without using `getTopSongs` by @pca006132 in https://github.com/eddyizm/tempus/pull/207 +* chore: Update USAGE.md with instant mix details by @zc-devs in https://github.com/eddyizm/tempus/pull/220 +* feat: sort artists by album count by @pca006132 in https://github.com/eddyizm/tempus/pull/206 +* Fix downloaded tab performance by @pca006132 in https://github.com/eddyizm/tempus/pull/210 +* fix: remove NestedScrollViews for fragment_album_page by @pca006132 in https://github.com/eddyizm/tempus/pull/216 +* fix: playlist page should not snap by @pca006132 in https://github.com/eddyizm/tempus/pull/218 +* fix: do not override getItemViewType and getItemId by @pca006132 in https://github.com/eddyizm/tempus/pull/221 +* chore: update media3 dependencies by @pca006132 in https://github.com/eddyizm/tempus/pull/217 +* fix: update MediaItems after network change by @pca006132 in https://github.com/eddyizm/tempus/pull/222 + +--- + ## [4.0.7](https://github.com/eddyizm/tempo/releases/tag/v4.0.7) (2025-10-28) ## What's Changed * chore: updated tempo references to tempus including github check by @eddyizm in https://github.com/eddyizm/tempus/pull/197 diff --git a/README.md b/README.md index f0e76339..874a718e 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,6 @@ Please note the two variants in the release assets include release/debug and 32/ [CHANGELOG.md](CHANGELOG.md) -[**Buy me a coffee**](https://ko-fi.com/eddyizm) - - ## Usage [Documentation](USAGE.md) (work in progress) @@ -114,6 +111,11 @@ Currently there are no tests but I would love to start on some unit tests. Not a hard requirement but any new feature/change should ideally include an update to the nacent documention. +## Support + +[**Buy me a coffee**](https://ko-fi.com/eddyizm) +bitcoin: `3QVHSSCJvn6yXEcJ3A3cxYLMmbvFsrnUs5` + ## License Tempus is released under the [GNU General Public License v3.0](LICENSE). Feel free to modify, distribute, and use the app in accordance with the terms of the license. Contributions to the project are also welcome. diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 00000000..b9cf7455 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,10 @@ +Update Spanish (es-ES) translation +Shuffle for artists without using `getTopSongs` +Update USAGE.md with instant mix detils +Sort artists by album count +Fix downloaded tab performance +Remove NestedScrollViews for fragment_album_page +Playlist page should not snap +Do not override getItemViewType and getItemId +Update media3 dependencies +Update MediaItems after network change