Skip to content

Commit

Permalink
changelogs and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Nov 19, 2021
1 parent d00aebd commit 2277f68
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 18 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
### 3.0.7
###### Released: Nov 19, 2021
* πŸ“ Category tabs! In the app, you can now scroll through some neat categories like: folders, calendars, letters & numbers.
* πŸŽ‰ 164 new or updated icons (thanks Kaiserdragon2, JoelChrono12, Ddavidd!)
* πŸ’‘ Some additional fixes by: ail1020, DannyGJdeJong & Aman9das.
* πŸ”₯ 3071 icons in total!
* ⚠️ Due to the many icon requests we're getting, we've decided to pause this feature temporarily. That gives us some time to clear the current queue, thanks for your patience and support!


### 2.9.1
###### Released: Nov 12, 2021
πŸŽ‰ 52 new or updated icons (thanks JoelChrono12, Ddavidd!)
πŸ”₯ 2910 icons in total!
* πŸŽ‰ 52 new or updated icons (thanks JoelChrono12, Ddavidd!)
* πŸ”₯ 2910 icons in total!


### 2.8.6 - Anniversary edition
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ android {
applicationId "com.donnnno.arcticons"
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 74
versionName '2.9.1'
versionCode 75
versionName '3.0.7'
multiDexEnabled true

// Naming app bundles
setArchivesBaseName("${parent.name}-v${versionCode}")
setArchivesBaseName("${parent.name}-v${versionName}")

}

Expand Down
10 changes: 6 additions & 4 deletions app/src/dark/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2.9.1
⚠️ Arcticons is growing faster than ever before, but were also getting numerous icon requests from you! Managing this costs a lot of time, so please be patient with your requests and consider donating! (there are ~250 requests open right now).
πŸŽ‰ 52 new or updated icons (thanks JoelChrono12, Ddavidd!)
πŸ”₯ 2910 icons in total!
3.0.7
πŸ“ Category tabs! In the app, you can now scroll through some neat categories like: folders, calendars, letters & numbers.
πŸŽ‰ 164 new or updated icons (thanks Kaiserdragon2, JoelChrono12, Ddavidd!)
πŸ’‘ Some additional fixes by: ail1020, DannyGJdeJong & Aman9das.
πŸ”₯ 3071 icons in total!
⚠️ Due to the many icon requests we're getting, we've decided to pause this feature temporarily. That gives us some time to clear the current queue, thanks for your patience and support!
10 changes: 6 additions & 4 deletions app/src/light/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2.9.1
⚠️ Arcticons is growing faster than ever before, but were also getting numerous icon requests from you! Managing this costs a lot of time, so please be patient with your requests and consider donating! (there are ~250 requests open right now).
πŸŽ‰ 52 new or updated icons (thanks JoelChrono12, Ddavidd!)
πŸ”₯ 2910 icons in total!
3.0.7
πŸ“ Category tabs! In the app, you can now scroll through some neat categories like: folders, calendars, letters & numbers.
πŸŽ‰ 164 new or updated icons (thanks Kaiserdragon2, JoelChrono12, Ddavidd!)
πŸ’‘ Some additional fixes by: ail1020, DannyGJdeJong & Aman9das.
πŸ”₯ 3071 icons in total!
⚠️ Due to the many icon requests we're getting, we've decided to pause this feature temporarily. That gives us some time to clear the current queue, thanks for your patience and support!
12 changes: 7 additions & 5 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@

<!-- Leave empty if you don't want to show changelog date -->

<string name="changelog_date">November 12, 2021</string>
<string name="changelog_date">November 19, 2021</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>⚠️ Arcticons is growing faster than ever before, but were also getting numerous icon requests from you! Managing this costs a lot of time, so please be patient with your requests and consider donating! (there are ~200 requests open right now). </item>
<item>πŸŽ‰ 52 new or updated icons (thanks JoelChrono12, Ddavidd!)</item>
<item>πŸ”₯ 2910 icons in total!</item>
<item>πŸ“ Category tabs! In the app, you can now scroll through some neat categories like folders, calendars, letters and numbers.</item>
<item>πŸŽ‰ 164 new or updated icons (thanks Kaiserdragon2, JoelChrono12, Ddavidd!)</item>
<item>πŸ’‘ Some additional fixes by ail1020, DannyGJdeJong, Aman9das.</item>
<item>πŸ”₯ 3071 icons in total!</item>
<item>⚠️ Due to the many icon requests we are getting, we have decided to pause this feature temporarily. That gives us some time to clear the current queue, thanks for your patience and support!</item>
</string-array>

x
</resources>

0 comments on commit 2277f68

Please sign in to comment.