Skip to content

Commit

Permalink
Bump version code
Browse files Browse the repository at this point in the history
Signed-off-by: DrDisagree <[email protected]>
  • Loading branch information
Mahmud0808 committed Sep 18, 2024
1 parent 758abc8 commit 3e763da
Show file tree
Hide file tree
Showing 4 changed files with 19 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.8.0 is out!
# v6.9.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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions latestVersion.json
Original file line number Diff line number Diff line change
@@ -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."
]
}

0 comments on commit 3e763da

Please sign in to comment.