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 Jun 28, 2024
1 parent 0cf526c commit 31bd571
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

# v3.20.0
- Updated AGP and dependencies
- Updated Play Billing Library to v7
- Updated OneSignal to v5. Better notification support.
- Fixed duplicated icon file naming in XMLs
- Updated translations
- Update layout components by [@connyduck](https://github.com/connyduck)
- Added Motorola launcher by [@maxtron95](https://github.com/maxtron95)
- Added Ko-fi icon in about section by [@OSHeden](https://github.com/OSHeden)

# v3.19.0
- Upgraded to new SplashScreen API
- Updated AGP and dependencies
Expand Down
15 changes: 8 additions & 7 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_date" translatable="false">January 21, 2024</string>
<string name="changelog_date" translatable="false">June 28, 2024</string>

<string-array name="changelog">
<item>Upgraded to new SplashScreen API</item>
<item>Updated AGP and dependencies</item>
<item>Updated Play Billing Library to v7</item>
<item>Updated OneSignal to v5. Better notification support</item>
<item>Fixed duplicated icon file naming in XMLs</item>
<item>Updated translations</item>
<item>
<![CDATA[
Added Material You themes (thanks to <a href="https://github.com/GitGitro">@GitGitro</a>)
Update layout components by <a href="https://github.com/connyduck">@connyduck</a>
]]>
</item>
<item>Fixed issue with icon category exclusion from icon search</item>
<item>
<![CDATA[
New social icons in About section. Credit goes to <a href="https://github.com/Donnnno">@Donnnno</a>
Added Motorola launcher by <a href="https://github.com/maxtron95">@maxtron95</a>
]]>
</item>
<item>
<![CDATA[
Added support for re-requesting icons. Credit goes to <a href="https://github.com/moertel">@moertel</a>
Added Ko-fi icon in about section by <a href="https://github.com/OSHeden">@OSHeden</a>
]]>
</item>
<item>Updated translations</item>
</string-array>

</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {

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

VersionCode = major * 10000 + minor * 100 + patch
Expand Down
17 changes: 12 additions & 5 deletions library/src/main/res/xml/dashboard_contributors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<contributor
name="Sarsa Murmu"
contribution="Improved the Project"
image="https://avatars1.githubusercontent.com/u/44255990?s=400&amp;v=4"
image="https://github.com/sarsamurmu.png"
link="https://github.com/sarsamurmu" />

<contributor
Expand Down Expand Up @@ -34,24 +34,31 @@
<contributor
name="Stefanie Grunwald"
contribution="DX, UX &amp; Analytics"
image="https://avatars.githubusercontent.com/u/1823966?s=400&amp;v=4"
image="https://github.com/moertel.png"
link="https://github.com/moertel" />

<contributor
name="GitGitro"
contribution=""
image="https://avatars.githubusercontent.com/u/108683123"
image="https://github.com/GitGitro.png"
link="https://github.com/GitGitro" />

<contributor
name="maxtron95"
contribution=""
image="https://avatars.githubusercontent.com/u/53346722?v=4"
image="https://github.com/maxtron95.png"
link="https://github.com/maxtron95" />

<contributor
name="Donno"
contribution=""
image="https://avatars.githubusercontent.com/u/31142286?v=4"
image="https://github.com/Donnnno.png"
link="https://github.com/Donnnno" />

<contributor
name="connyduck"
contribution=""
image="https://github.com/connyduck.png"
link="https://github.com/connyduck" />

</resources>

0 comments on commit 31bd571

Please sign in to comment.