diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09bc949f..af2b2f45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [4.0.2](https://github.com/eddyizm/tempo/releases/tag/v4.0.2) (2025-10-26)
+## [4.0.6](https://github.com/eddyizm/tempo/releases/tag/v4.0.6) (2025-10-26)
## Attention
This release will not update previous installs as it is considered a new app, no longer `Tempo`, new icon, new app id, and new app name. Hoping it will not be a huge inconvenience but was necessary in order to publish to app stores like IzzyDroid and FDroid.
diff --git a/README.md b/README.md
index f6c7d965..bb955abb 100644
--- a/README.md
+++ b/README.md
@@ -2,17 +2,26 @@
+---
+
Access your music library on all your android devices
-
+-->
**Tempus** is an open-source and lightweight music client for Subsonic, designed and built natively for Android. It provides a seamless and intuitive music streaming experience, allowing you to access and play your Subsonic music library directly from your Android device.
@@ -33,7 +42,7 @@ Please note the two variants in the release assets include release/debug and 32/
`app-tempus` <- The github release with all the android auto/chromecast features
-`app-degoogled*` <- The f-droid release that goes without any of the google stuff. It was last released at 3.8.1 from the original repo. Since I don't have access to that original repo, I am releasing the apk's here on github.
+`app-degoogled*` <- The izzyOnDroid release that goes without any of the google stuff. It is now available on izzyOnDroid (64bit) I am releasing the both 32/64bit apk's here on github for those who need a 32bit version.
[CHANGELOG.md](CHANGELOG.md)
diff --git a/app/build.gradle b/app/build.gradle
index e73c2a8e..baf22264 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,7 +11,7 @@ android {
targetSdk 35
versionCode 1
- versionName '4.0.6'
+ versionName '4.0.7'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
javaCompileOptions {
@@ -35,7 +35,12 @@ android {
}
}
-
+ dependenciesInfo {
+ // Disables dependency metadata when building APKs (for IzzyOnDroid/F-Droid)
+ includeInApk = false
+ // Disables dependency metadata when building Android App Bundles (for Google Play)
+ includeInBundle = false
+ }
flavorDimensions += "default"
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 25ad7671..1bd732ce 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -9,7 +9,7 @@ Features
- Playlist Management: Create, edit, and manage playlists to curate your perfect music collection.
- Gapless Playback: Experience uninterrupted playback with gapless listening mode.
- Chromecast Support: Stream your music to Chromecast devices. The support is currently in a rudimentary state.
-- Scrobbling Integration: Optionally integrate Tempus with Last.fm to scrobble your played tracks, gather music insights, and further personalize your music recommendations, if supported by your Subsonic server.
+- Scrobbling Integration: Optionally integrate Tempus with Last.fm or Listenbrainz.org to scrobble your played tracks, gather music insights, and further personalize your music recommendations, if supported by your Subsonic server.
- Podcasts and Radio: If your Subsonic server supports it, listen to podcasts and radio shows directly within Tempus, expanding your audio entertainment options.
- Transcoding Support: Activate transcoding of tracks on your Subsonic server, allowing you to set a transcoding profile for optimized streaming directly from the app. This feature requires support from your Subsonic server.
- Multiple Libraries: Tempus handles multi-library setups gracefully. They are displayed as Library folders.
diff --git a/mockup/dark/1_screenshot.png b/mockup/dark/1_screenshot.png
deleted file mode 100644
index 9f0379db..00000000
Binary files a/mockup/dark/1_screenshot.png and /dev/null differ
diff --git a/mockup/dark/2_screenshot.png b/mockup/dark/2_screenshot.png
deleted file mode 100644
index 74ef5b35..00000000
Binary files a/mockup/dark/2_screenshot.png and /dev/null differ
diff --git a/mockup/dark/3_screenshot.png b/mockup/dark/3_screenshot.png
deleted file mode 100644
index 91105931..00000000
Binary files a/mockup/dark/3_screenshot.png and /dev/null differ
diff --git a/mockup/dark/4_screenshot.png b/mockup/dark/4_screenshot.png
deleted file mode 100644
index e24718e2..00000000
Binary files a/mockup/dark/4_screenshot.png and /dev/null differ
diff --git a/mockup/dark/5_screenshot.png b/mockup/dark/5_screenshot.png
deleted file mode 100644
index b68f91d7..00000000
Binary files a/mockup/dark/5_screenshot.png and /dev/null differ
diff --git a/mockup/dark/6_screenshot.png b/mockup/dark/6_screenshot.png
deleted file mode 100644
index c06d5b4f..00000000
Binary files a/mockup/dark/6_screenshot.png and /dev/null differ
diff --git a/mockup/dark/7_screenshot.png b/mockup/dark/7_screenshot.png
deleted file mode 100644
index 693e3841..00000000
Binary files a/mockup/dark/7_screenshot.png and /dev/null differ
diff --git a/mockup/dark/8_screenshot.png b/mockup/dark/8_screenshot.png
deleted file mode 100644
index 5049aba7..00000000
Binary files a/mockup/dark/8_screenshot.png and /dev/null differ
diff --git a/mockup/feat/9_screenshot.png b/mockup/feat/9_screenshot.png
deleted file mode 100644
index 4f47b074..00000000
Binary files a/mockup/feat/9_screenshot.png and /dev/null differ
diff --git a/mockup/light/1_screenshot.png b/mockup/light/1_screenshot.png
deleted file mode 100644
index 34177dde..00000000
Binary files a/mockup/light/1_screenshot.png and /dev/null differ
diff --git a/mockup/light/2_screenshot.png b/mockup/light/2_screenshot.png
deleted file mode 100644
index 5e47a0d9..00000000
Binary files a/mockup/light/2_screenshot.png and /dev/null differ
diff --git a/mockup/light/3_screenshot.png b/mockup/light/3_screenshot.png
deleted file mode 100644
index 6cb5cd4b..00000000
Binary files a/mockup/light/3_screenshot.png and /dev/null differ
diff --git a/mockup/light/4_screenshot.png b/mockup/light/4_screenshot.png
deleted file mode 100644
index bf5bf4c4..00000000
Binary files a/mockup/light/4_screenshot.png and /dev/null differ
diff --git a/mockup/light/5_screenshot.png b/mockup/light/5_screenshot.png
deleted file mode 100644
index 2183807f..00000000
Binary files a/mockup/light/5_screenshot.png and /dev/null differ
diff --git a/mockup/light/6_screenshot.png b/mockup/light/6_screenshot.png
deleted file mode 100644
index 2b821ca8..00000000
Binary files a/mockup/light/6_screenshot.png and /dev/null differ
diff --git a/mockup/light/7_screenshot.png b/mockup/light/7_screenshot.png
deleted file mode 100644
index 3275e2ba..00000000
Binary files a/mockup/light/7_screenshot.png and /dev/null differ
diff --git a/mockup/light/8_screenshot.png b/mockup/light/8_screenshot.png
deleted file mode 100644
index c5f5e076..00000000
Binary files a/mockup/light/8_screenshot.png and /dev/null differ
diff --git a/mockup/svg/horizontal_logo.svg b/mockup/svg/horizontal_logo.svg
deleted file mode 100644
index c71bf136..00000000
--- a/mockup/svg/horizontal_logo.svg
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
\ No newline at end of file