From 3e763dac8bbd3e3ad10cd17367e62529d0876388 Mon Sep 17 00:00:00 2001 From: DrDisagree Date: Wed, 18 Sep 2024 22:33:30 +0600 Subject: [PATCH] Bump version code Signed-off-by: DrDisagree --- README.md | 2 +- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/21.txt | 12 ++++++++++++ latestVersion.json | 8 ++++---- 4 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/21.txt diff --git a/README.md b/README.md index b654c4822..247cf2bb8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
Banner - # v6.8.0 is out! + # v6.9.0 is out!

Downloads diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7b27e3880..6b802cd55 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,8 +16,8 @@ android { applicationId = "com.drdisagree.iconify" minSdk = 31 targetSdk = 34 - versionCode = 20 - versionName = "6.8.0" + versionCode = 21 + versionName = "6.9.0" setProperty("archivesBaseName", "Iconify v$versionName") buildConfigField("int", "MIN_SDK_VERSION", "$minSdk") } diff --git a/fastlane/metadata/android/en-US/changelogs/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt new file mode 100644 index 000000000..87b71d013 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21.txt @@ -0,0 +1,12 @@ +Iconify v6.9.0 has arrived! It has the following new changes: + +Feature Changes: +• Added AI depth wallpaper (thanks to @siavash79) +• Added oneplus style QS panel (thanks to @DHD2280) +• Added lockscreen weather and widgets (thanks to @DHD2280) +• Updated translations (thanks to all the contributors on Crowdin) +• Numerous other improvements and bug fixes + +Note: Clean install mandatory. Do not restore old backups. + +Full changelog at https://github.com/Mahmud0808/Iconify/releases/tag/v6.9.0 diff --git a/latestVersion.json b/latestVersion.json index 7f1fbdf42..e4bf4af5e 100644 --- a/latestVersion.json +++ b/latestVersion.json @@ -1,8 +1,8 @@ { - "versionName": "6.8.0", - "versionCode": 20, - "apkUrl": "https://github.com/Mahmud0808/Iconify/releases/download/v6.8.0/Iconify.v6.8.0.apk", + "versionName": "6.9.0", + "versionCode": 21, + "apkUrl": "https://github.com/Mahmud0808/Iconify/releases/download/v6.9.0/Iconify.v6.9.0.apk", "changelog": [ - "### Iconify v6.8.0 has arrived! It has the following new changes:\n\n## Feature Changes:\n- __Enhancements:__\n - Improved lockscreen clocks with various refinements\n - Resolved black, white, and fluid theme issues for Android 14 QPR2\n - Corrected date format for 24-hour clock\n - Addressed header image animation with zoom to fit\n\n- __Depth Wallpaper:__\n - Added parallax effect\n - Fixed fade-out delay on AOD\n - Introduced GIF support\n - Corrected misalignment with face unlock\n - Added option to adjust foreground opacity\n\n- __Lockscreen:__\n - Added new clock (thanks to @hndrk-themer)\n - Enhanced RTL mode clocks\n - Option to hide lock icon\n - Fixed custom clock freezing issue on Android 14\n - Addressed status bar clock chip issues for Android 14 QPR2\n - Supported clock chip for VoltageOS ROM\n\n- __Volume Panel:__\n - Added percentage display option\n - Fixed compilation error on Android 14 QPR2\n - Option to disable high volume warning\n\n- __Quick Settings:__\n - QS footer now fully transparent with QS transparency\n - Fixed white/transparent tiles without custom QS tile styles\n\n- __Battery Style:__\n - Added filled circle battery (thanks to [@PixelXpert](https://github.com/siavash79/PixelXpert))\n\n- __Other:__\n - Numerous other improvements and bug fixes\n\n## App Changes:\n- Bump AGP and dependencies\n- Updated translations (thanks to all the contributors on [Crowdin](https://crowdin.com/project/iconify))\n- And many more improvements...\n\nAlso included in this version are bug fixes and other improvements." + "### Iconify v6.9.0 has arrived! It has the following new changes:\n\n## Feature Changes:\n- __Enhancements:__\n - Resolved black, white, and fluid theme issues for Android 14 QPR3\n - Corrected date format, alignments and behaviors of quick settings and lockscreen clocks\n\n- __Quick Settings:__\n - Added Oneplus style quick settings panel (android 14)\n - Correctly shown header clock in landscape mode (android 14)\n\n- __Depth Wallpaper:__\n - Added MLKit-based subject extraction for dynamic depth wallpaper (android 14) (thanks to @siavash79)\n - Allow using custom depth wallpapers if MLKit is unavailable\n\n- __Lockscreen:__\n - Added lockscreen weather (thanks to @DHD2280 and @omnirom)\n - Added lockscreen widgets (thanks to @DHD2280 and @risingTechOSS)\n - Allow changing user name and device name for lockscreen clocks\n - Allow disabling quick settings panel on secured lockscreen\n - Changed lockscreen clock style 10\n\n- __Background Chip:__\n - Added advance customizations for statusbar clock chip\n - Removed status icons chip for android 14 as it became buggy\n\n- __Volume Panel:__\n - Added option to fix invisible ringer icon when using volume module\n\n- __Statusbar:__\n - Added custom statusbar clock size\n\n- __Other:__\n - Remove fingerprint icon from icon packs\n - Numerous other improvements and bug fixes\n\n## App Changes:\n- Bump AGP and dependencies\n- Updated translations (thanks to all the contributors on [Crowdin](https://crowdin.com/project/iconify))\n- And many more improvements...\n\nAlso included in this version are bug fixes and other improvements." ] }