File tree Expand file tree Collapse file tree 3 files changed +26
-7
lines changed
Expand file tree Collapse file tree 3 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 22
33[ c2 ] : https://github.com/Donnnno
44
5+ [ // ] : # ( TODO: Fix images with transparent background showing placeholder in translators dialog )
6+
7+ # v3.22.0
8+ - Improved CandyBar for library usage (thanks to [ @moertel ] [ c1 ] )
9+ - Added support for Ion Launcher and mLauncher (thanks to [ @GitGitro ] ( https://github.com/GitGitro ) )
10+ - Fixed PhotoView (thanks to [ @Donnnno ] [ c2 ] )
11+ - Fixed icons showing multiple times in all icons tab (thanks to [ @Kaiserdragon2 ] ( https://github.com/Kaiserdragon2 ) )
12+ - Upgrade Billing Library to version 8
13+ - Updated translations
14+ - Updated Gradle and AGP
15+ - Updated dependencies
16+
517# v3.21.1
618- Fixed deprecated features
719
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <string name =" changelog_date" translatable =" false" >December 23, 2024 </string >
3+ <string name =" changelog_date" translatable =" false" >October 16, 2025 </string >
44
55 <string-array name =" changelog" >
6- <item >Fixed dependency issue with photoview</item >
7- <item >Updated social icons in the about section</item >
86 <item ><![CDATA[
9- Added Projectivy Launcher support (thanks to <a href="https://github.com/spocky ">@spocky </a>)
7+ Improved CandyBar for library usage (thanks to <a href="https://github.com/moertel ">@moertel </a>)
108 ]]> </item >
9+ <item ><![CDATA[
10+ Added support for Ion Launcher and mLauncher (thanks to <a href="https://github.com/GitGitro">@GitGitro</a>)
11+ ]]> </item >
12+ <item ><![CDATA[
13+ Fixed PhotoView (thanks to <a href="https://github.com/Donnnno">@Donnnno</a>)
14+ ]]> </item >
15+ <item ><![CDATA[
16+ Fixed icons showing multiple times in all icons tab (thanks to <a href="https://github.com/Kaiserdragon2">@Kaiserdragon2</a>)
17+ ]]> </item >
18+ <item >Upgrade Billing Library to version 8</item >
1119 <item >Updated translations</item >
1220 <item >Updated Gradle and AGP</item >
1321 <item >Updated dependencies</item >
14- <item >Fixed deprecated features</item >
1522 </string-array >
1623
1724</resources >
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ allprojects {
1919
2020 rootProject. ext {
2121 def major = 3
22- def minor = 21
23- def patch = 1
22+ def minor = 22
23+ def patch = 0
2424
2525 VersionCode = major * 10000 + minor * 100 + patch
2626 VersionName = " $major . $minor . $patch "
You can’t perform that action at this time.
0 commit comments