From 33dd37d8425655df220784ac2c713b335a881038 Mon Sep 17 00:00:00 2001 From: DrDisagree Date: Sun, 2 Jun 2024 15:02:09 +0600 Subject: [PATCH] Bump version code --- README.md | 2 +- app/build.gradle.kts | 4 +- .../metadata/android/en-US/changelogs/20.txt | 40 +++++++++++++++++++ latestVersion.json | 8 ++-- 4 files changed, 47 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20.txt diff --git a/README.md b/README.md index a594ea92a..b654c4822 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
Banner - # v6.7.6 is out! + # v6.8.0 is out!

Downloads diff --git a/app/build.gradle.kts b/app/build.gradle.kts index cdb20904c..92623826b 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 = 19 - versionName = "6.7.6" + versionCode = 20 + versionName = "6.8.0" setProperty("archivesBaseName", "Iconify v$versionName") buildConfigField("int", "MIN_SDK_VERSION", "$minSdk") } diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 000000000..63a36fcaf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -0,0 +1,40 @@ +Iconify v6.8.0 has arrived! It has the following new changes: + +Feature Enhancements: +• Improved lockscreen clocks with various refinements +• Resolved black, white, and fluid theme issues for Android 14 QPR2 +• Corrected date format for 24-hour clock +• Addressed header image animation with zoom to fit + +Depth Wallpaper: +• Added parallax effect +• Fixed fade-out delay on AOD +• Introduced GIF support +• Corrected misalignment with face unlock +• Added option to adjust foreground opacity + +Lockscreen: +• Added new clock (thanks to @hndrk-themer) +• Enhanced RTL mode clocks +• Option to hide lock icon +• Fixed custom clock freezing issue on Android 14 +• Addressed status bar clock chip issues for Android 14 QPR2 +• Supported clock chip for VoltageOS ROM + +Volume Panel: +• Added percentage display option +• Fixed compilation error on Android 14 QPR2 +• Option to disable high volume warning + +Quick Settings: +• QS footer now fully transparent with QS transparency +• Fixed white/transparent tiles without custom QS tile styles + +Battery: +• Added filled circle battery (thanks to @PixelXpert) + +Other: +• Updated translations (thanks to all the contributors on Crowdin) +• Numerous other improvements and bug fixes + +Full changelog at https://github.com/Mahmud0808/Iconify/releases/tag/v6.8.0 diff --git a/latestVersion.json b/latestVersion.json index 93373c3cb..7f1fbdf42 100644 --- a/latestVersion.json +++ b/latestVersion.json @@ -1,8 +1,8 @@ { - "versionName": "6.7.6", - "versionCode": 19, - "apkUrl": "https://github.com/Mahmud0808/Iconify/releases/download/v6.7.6/Iconify.v6.7.6.apk", + "versionName": "6.8.0", + "versionCode": 20, + "apkUrl": "https://github.com/Mahmud0808/Iconify/releases/download/v6.8.0/Iconify.v6.8.0.apk", "changelog": [ - "### Iconify v6.7.6 (Hotfix) has arrived! It has the following new changes:\n\n## Feature Changes:\n- __Xposed Menu:__\n - Hotfix for LSPosed mod not enabling for android 12.0 and 12.1\n\n## App Changes:\n- Bump AGP\n- And many more improvements...\n\nAlso included in this version are bug fixes and other improvements." + "### 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." ] }