Skip to content

Commit

Permalink
Bump application version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Jan 29, 2024
1 parent acf0d64 commit 5b349e6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://raw.githubusercontent.com/Mahmud0808/Iconify/beta/.github/resources/banner.png" width="100%" alt="Banner">

# v6.6.0 is out!
# v6.7.0 is out!
</div>
<p align="center">
<a href="https://github.com/Mahmud0808/Iconify/releases"><img src="https://img.shields.io/github/downloads/Mahmud0808/Iconify/total?color=%233DDC84&logo=android&logoColor=%23fff&style=for-the-badge" alt="Downloads"></a>
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions latestVersion.json
Original file line number Diff line number Diff line change
@@ -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."
]
}

0 comments on commit 5b349e6

Please sign in to comment.