diff --git a/CHANGELOG.md b/CHANGELOG.md
index 117eebb2..649d15b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog
+## What's Changed
+## [4.13.0](https://github.com/eddyizm/tempo/releases/tag/v4.13.0) (2026-03-25)
+* chore(i18n): Improve Russian translation by @NikkoFox in https://github.com/eddyizm/tempus/pull/503
+* feat: tile size manager by @MaFo-28 in https://github.com/eddyizm/tempus/pull/440
+* chore(i18n): Translated to zh_TW by @olivertzeng in https://github.com/eddyizm/tempus/pull/494
+* fix: Show full album name when displaying details by @jaime-grj in https://github.com/eddyizm/tempus/pull/508
+* chore(i18n): Update Spanish translation by @jaime-grj in https://github.com/eddyizm/tempus/pull/509
+* fix: Relocate "Offline mode" text by @jaime-grj in https://github.com/eddyizm/tempus/pull/510
+* chore(i18n): Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/516
+* refactor: navigation and bottom sheet by @tvillega in https://github.com/eddyizm/tempus/pull/491
+* feat: Logo refresh by @eddyizm in https://github.com/eddyizm/tempus/pull/498
+* feat: Add 'genres' page/function to Android Auto by @Jorilx in https://github.com/eddyizm/tempus/pull/505
+* feat: Added all-songs feature by @unknown0816 in https://github.com/eddyizm/tempus/pull/517
+
+## New Contributors
+* @NikkoFox made their first contribution in https://github.com/eddyizm/tempus/pull/503
+* @olivertzeng made their first contribution in https://github.com/eddyizm/tempus/pull/494
+* @Jorilx made their first contribution in https://github.com/eddyizm/tempus/pull/505
+* @unknown0816 made their first contribution in https://github.com/eddyizm/tempus/pull/517
+
+**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.12.6...v4.13.0
+
## What's Changed
## [4.12.6](https://github.com/eddyizm/tempo/releases/tag/v4.12.6) (2026-03-06)
* doc: update USAGE with android auto configuration by @MaFo-28 in https://github.com/eddyizm/tempus/pull/481
diff --git a/README.md b/README.md
index c792c123..3045e68e 100644
--- a/README.md
+++ b/README.md
@@ -84,13 +84,13 @@ Please note the two variants in the release assets include release/debug and 32/
-
-
-
+
+
+
-
+
@@ -100,13 +100,13 @@ Please note the two variants in the release assets include release/debug and 32/
-
-
-
+
+
+
-
+
diff --git a/app/build.gradle b/app/build.gradle
index 16089c41..40a25af9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,8 +10,8 @@ android {
minSdkVersion 24
targetSdk 35
- versionCode 23
- versionName '4.12.6'
+ versionCode 24
+ versionName '4.13.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/24.txt b/fastlane/metadata/android/en-US/changelogs/24.txt
new file mode 100644
index 00000000..6860a78b
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/24.txt
@@ -0,0 +1,10 @@
+* chore(i18n): Improve Russian translation
+* feat: tile size manager
+* chore(i18n): Translated to zh_TW
+* fix: Show full album name when displaying details
+* chore(i18n): Update Spanish translation
+* fix: Relocate "Offline mode" text
+* chore(i18n): Update Polish translation
+* refactor: navigation and bottom sheet
+* feat: new Logo icon/adaptive icon update/refresh
+* feat: Added all-songs feature
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1_dark.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_dark.png
index d9324d3d..386b3b70 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1_dark.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_dark.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1_light.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_light.png
index 129a627a..6d9fb230 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1_light.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_light.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2_dark.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_dark.png
index bb85d24a..1c76a46e 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2_dark.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_dark.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2_light.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_light.png
index b3f7f1c5..be3e430c 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2_light.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_light.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3_dark.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_dark.png
index bf9b8c89..7ea6911f 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3_dark.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_dark.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3_light.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_light.png
index a89bee87..789c3ad1 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3_light.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_light.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/8_dark.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/8_dark.png
deleted file mode 100644
index 966faac7..00000000
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/8_dark.png and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/8_light.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/8_light.png
deleted file mode 100644
index f35f413c..00000000
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/8_light.png and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/9_screenshot.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/9_screenshot.png
deleted file mode 100644
index 4f47b074..00000000
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/9_screenshot.png and /dev/null differ
diff --git a/mockup/1_dark_tempus.png b/mockup/1_dark_tempus.png
new file mode 100644
index 00000000..569a5028
Binary files /dev/null and b/mockup/1_dark_tempus.png differ
diff --git a/mockup/1_light_tempus.png b/mockup/1_light_tempus.png
new file mode 100644
index 00000000..9bfb44a1
Binary files /dev/null and b/mockup/1_light_tempus.png differ
diff --git a/mockup/2_dark_tempus.png b/mockup/2_dark_tempus.png
new file mode 100644
index 00000000..d82d55e4
Binary files /dev/null and b/mockup/2_dark_tempus.png differ
diff --git a/mockup/2_light_tempus.png b/mockup/2_light_tempus.png
new file mode 100644
index 00000000..7fb64aad
Binary files /dev/null and b/mockup/2_light_tempus.png differ
diff --git a/mockup/3_dark_tempus.png b/mockup/3_dark_tempus.png
new file mode 100644
index 00000000..dd3ccea8
Binary files /dev/null and b/mockup/3_dark_tempus.png differ
diff --git a/mockup/3_light_tempus.png b/mockup/3_light_tempus.png
new file mode 100644
index 00000000..c3e9a3a8
Binary files /dev/null and b/mockup/3_light_tempus.png differ