Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Dec 23, 2024
1 parent 9451669 commit 550bca3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 38 deletions.
34 changes: 22 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
[moertel]: https://github.com/moertel
[c1]: https://github.com/moertel

[Donnnno]: https://github.com/Donnnno
[c2]: https://github.com/Donnnno

# v3.21.0
- Fixed dependency issue with photoview
- Updated social icons in the about section
- Added Projectivy Launcher support (thanks to [@spocky][https://github.com/spocky])
- Updated translations
- Updated Gradle and AGP
- Updated dependencies

Big thanks 👏 to [@Donnnno][c2] for doing most of the work.

# v3.20.3
- Fix JitPack issue (thanks to [Donnnno][Donnnno])
- Fix JitPack issue (thanks to [@Donnnno][c2])

# v3.20.2
- Updated Muzei to v3.4.2 (thanks to [Donnnno][Donnnno])
- Updated Muzei to v3.4.2 (thanks to [@Donnnno][c2])
- Updated translations

# v3.20.1
Expand All @@ -27,8 +37,8 @@
- Updated AGP and dependencies
- Added Material You themes (thanks to [@GitGitro](https://github.com/GitGitro))
- Fixed issue with icon category exclusion from icon search
- New social icons in About section. Credit goes to [@Donnnno][Donnnno]
- Added support for re-requesting icons. Credit goes to [@moertel][moertel]
- New social icons in About section. Credit goes to [@Donnnno][c2]
- Added support for re-requesting icons. Credit goes to [@moertel][c1]
- Updated translations

# v3.18.4
Expand All @@ -54,8 +64,8 @@
# v3.17.4
- Ability to load wallpapers from `assets`
- Removed MultiDex (thanks to [@connyduck](https://github.com/connyduck))
- Added support for visibly disabled requests (thanks to [@moertel][moertel])
- Updated launchers (thanks to [@Donnnno][Donnnno])
- Added support for visibly disabled requests (thanks to [@moertel][c1])
- Updated launchers (thanks to [@Donnnno][c2])
- Added support for rendering `VectorDrawable`
- Updated translations

Expand All @@ -81,7 +91,7 @@
- Added option to enable/disable the "Restore purchases" option
- Updated translations

Big thanks to [@moertel][moertel] and [@Donnnno][Donnnno] for their contribution.
Big thanks to [@moertel][c1] and [@Donnnno][c2] for their contribution.

# v3.16.2
- Fixed app crash
Expand All @@ -97,7 +107,7 @@ Big thanks to [@moertel][moertel] and [@Donnnno][Donnnno] for their contribution
- Added better fast scroller in icons section
- Bumped Min SDK to 21

Thanks to [@moertel][moertel], [@randomvector](//randomvector)
Thanks to [@moertel][c1], [@randomvector](//randomvector)
, [@one4studioicons](//one4studioicons)
for helping with the issues.

Expand All @@ -122,13 +132,13 @@ for helping with the issues.
- Ability to render layered drawables
- Fixed an issue with the request fragment where the first missing app was not showing up when
premium request was disabled
(Thanks to [@moertel][moertel] for the research)
(Thanks to [@moertel][c1] for the research)
- Updated dependencies
- Now targets Android S (API 32)
- Hide old launchers in apply section (I will permanently remove them later)
- Updated to work with Pacific Manager (Thanks to [@justinkruit](https://github.com/justinkruit))
- Added support for custom icon request mode which you can configure programmatically using Java (
Thanks to [@moertel][moertel])
Thanks to [@moertel][c1])

# v3.13.2
- Updated Android Gradle Plugin
Expand Down
29 changes: 8 additions & 21 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_date" translatable="false">July 25, 2024</string>
<string name="changelog_date" translatable="false">December 23, 2024</string>

<string-array name="changelog">
<item>Updated AGP and dependencies</item>
<item>Updated Play Billing Library to v7</item>
<item>Updated Muzei to v3.4.2</item>
<item>Updated OneSignal to v5. Better notification support</item>
<item>Fixed duplicated icon file naming in XMLs</item>
<item>Fixed dependency issue with photoview</item>
<item>Updated social icons in the about section</item>
<item><![CDATA[
Added Projectivy Launcher support (thanks to <a href="https://github.com/spocky">@spocky</a>)
]]></item>
<item>Updated translations</item>
<item>
<![CDATA[
Update layout components by <a href="https://github.com/connyduck">@connyduck</a>
]]>
</item>
<item>
<![CDATA[
Added Motorola launcher by <a href="https://github.com/maxtron95">@maxtron95</a>
]]>
</item>
<item>
<![CDATA[
Added Ko-fi icon in about section by <a href="https://github.com/OSHeden">@OSHeden</a>
]]>
</item>
<item>Updated Gradle and AGP</item>
<item>Updated dependencies</item>
</string-array>

</resources>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ allprojects {

rootProject.ext {
def major = 3
def minor = 20
def patch = 3
def minor = 21
def patch = 0

VersionCode = major * 10000 + minor * 100 + patch
VersionName = "$major.$minor.$patch"
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
include ':app', ':library', ':extLibs:PreLollipopTransitions'

0 comments on commit 550bca3

Please sign in to comment.