From 5b349e6716b262b4f2e65f786ef1d28db28829eb Mon Sep 17 00:00:00 2001 From: DrDisagree Date: Mon, 29 Jan 2024 19:57:57 +0600 Subject: [PATCH] Bump application version code --- README.md | 2 +- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/17.txt | 8 ++++++++ latestVersion.json | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/17.txt diff --git a/README.md b/README.md index 30ab72baf..bf4953d18 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
Banner - # v6.6.0 is out! + # v6.7.0 is out!

Downloads diff --git a/app/build.gradle b/app/build.gradle index 932e05c27..500068bc7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.drdisagree.iconify" minSdk 31 targetSdk 34 - versionCode 16 - versionName "6.6.0" + versionCode 17 + versionName "6.7.0" setProperty("archivesBaseName", "Iconify v" + versionName) buildConfigField "int", "MIN_SDK_VERSION", "$minSdkVersion.apiLevel" } diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt new file mode 100644 index 000000000..737ba332a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.txt @@ -0,0 +1,8 @@ +Iconify v6.7.0 has arrived! It has the following new changes: + +Feature Changes: +• Fully compatible with Android 14 December and January release +• Updated translations +• and many more! + +Full changelog at https://github.com/Mahmud0808/Iconify/releases/tag/v6.7.0 diff --git a/latestVersion.json b/latestVersion.json index fb20fef79..a9bc168de 100644 --- a/latestVersion.json +++ b/latestVersion.json @@ -1,8 +1,8 @@ { - "versionName": "6.6.0", - "versionCode": 16, - "apkUrl": "https://github.com/Mahmud0808/Iconify/releases/download/v6.6.0/Iconify.v6.6.0.apk", + "versionName": "6.7.0", + "versionCode": 17, + "apkUrl": "https://github.com/Mahmud0808/Iconify/releases/download/v6.7.0/Iconify.v6.7.0.apk", "changelog": [ - "### Iconify v6.6.0 has arrived! It has the following new changes:\n\n## Feature Changes:\n- __Icon Packs:__\n - Added volume panel icons for android 14\n - Added Nusantara wings settings icon\n- __QS Icon and Label:__\n - Fixed for android 14\n- __Volume Panel:__\n - Fixed track customization for android 14\n- __Navigation Bar:__\n - Made gcam lag fix optional\n - Fixed pill customization for android 14\n- __Misc:__\n - Removed pre-compiled overlays\n - Fixed various customizations not working on android 14\n - Fixed a situation where multiple options get enabled in same category\n- __Xposed Menu:__\n - Added option to allow theming notifications for android 14\n - Allow hiding battery icon for custom battery styles\n - Separated battery hide percentage and inside percentage\n - Fixed blur intensity changer for android 14\n - Fixed QS top margin changer for android 14\n - Fixed fluid theme brightness bar track color\n - Added safer blur enabling method (might not work for some)\n\n## App Changes:\n- Improved application UI and UX\n- Added Italian translation. Thanks to [@Danilo Belmonte](https://crowdin.com/profile/steve.burnside)\n- Updated Turkish translation. Thanks to [@WINZORT](https://crowdin.com/profile/linuxthegoat)\n- Added overlay informations in meta-data\n- Added overlay category in manifest\n- And many more improvements...\n\nAlso included in this version are bug fixes and other improvements." + "### Iconify v6.7.0 has arrived! It has the following new changes:\n\n## Feature Changes:\n- __QS Panel Tiles:__\n - Fixed bootloop on android 14\n- __QS Text Color:__\n - Fixed bootloop on android 14\n- __Icon Shape:__\n - Added force round system icon shape\n- __Xposed Menu:__\n - Added circle and dotted circle battery style (Thanks to [PixelXpert](https://github.com/siavash79/PixelXpert))\n - Allow keeping lockscreen dim while using transparent QS\n - Fixed xposed QS margin applying in px instead of dp\n - Fixed capitalization of first letter in custom clocks\n - Allow hiding QS notification footer buttons\n - Allow hiding header of silent notification section\n - Fixed status icons cut off while using large top margin on android 14\n- __Misc:__\n - Updated some normal variant overlays for compatibility with pixel roms\n\n## App Changes:\n- Fixed reboot reminder not showing sometimes after update\n- Updated translations\n- And many more improvements...\n\nAlso included in this version are bug fixes and other improvements." ] }