Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
Co-Authored-By: Sarsa Murmu <[email protected]>
  • Loading branch information
Donnnno and sarsamurmu committed Jun 10, 2023
1 parent dd90cd0 commit a2ad0de
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@

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

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

# 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 rendering `VectorDrawable`
- Updated translations

# v3.17.3

- Add support for formatting FAQs
- Fixed home intro not showing when tutorials are reset using the `Setting` sections


# v3.17.2
- Configuration for filtering out apps in requests. Refer to [this issue](https://github.com/zixpo/candybar/issues/123) for more details
- Configuration for enabling analytics in the app
Expand Down
15 changes: 6 additions & 9 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@
<resources>

<!-- Leave empty if you don't want to show changelog date -->
<string name="changelog_date" translatable="false">December 11, 2022</string>

<string name="changelog_date" translatable="false">June 10, 2023</string>
<!-- Changelog support html formatting
* <b> for Bold
* <i> for Italic
* <u> for Underline
* <a href="linkUrl">Link Text</a> for links -->
<string-array name="changelog">
<item>Updated AGP, dependencies and translations</item>
<item>Migrated to Billing Library v5.1</item>
<item>Fixed icon requests failing when using Gmail</item>
<item>Fixed keyboard not showing in search</item>
<item>Added better fast scroller in icons section</item>
<item>Pressing the clock should work again</item>
<item>Bump Min SDK to 21</item>
<item>Ability to load wallpapers from `assets`</item>
<item>Removed MultiDex (thanks to @connyduck)</item>
<item>Added support for visibly disabled requests (thanks to @moertel)</item>
<item>Updated launchers (thanks to @Donnnno)</item>
<item>Added support for rendering VectorDrawable</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 = 17
def patch = 2
def patch = 4

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

0 comments on commit a2ad0de

Please sign in to comment.