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 Jul 2, 2023
1 parent 8d0bc2e commit a20fc71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

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

# v3.18.0
# v3.18.2
- Fix icon search not loading when `show_icon_name` is set to `false`

# v3.18.0
- Improved initial load speed. Now loads 30000 icons under 5 seconds.
- Fixed memory leak in icon search, uses less memory.
- Fixed unable to download offline wallpapers.

# v3.17.5

- Fix the issue related to "Restore purchases"
- Probably fix the issue with icon search when navigating back
- Minor fixes

# 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])
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_date" translatable="false">July 1, 2023</string>
<string name="changelog_date" translatable="false">July 2, 2023</string>

<string-array name="changelog">
<item>Improved initial load speed. Now loads all icons under 5 seconds.</item>
<item>Fixed memory leak in icon search, uses less memory.</item>
<item>Fixed unable to download offline wallpapers.</item>
<item>Fix icon search not loading when `show_icon_name` is set to `false`.</item>
</string-array>

</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
rootProject.ext {
def major = 3
def minor = 18
def patch = 0
def patch = 2

VersionCode = major * 10000 + minor * 100 + patch
VersionName = "$major.$minor.$patch"
Expand Down

0 comments on commit a20fc71

Please sign in to comment.