Skip to content

Commit d2d620c

Browse files
chore: bump version to 4.0.1 [skip ci]
1 parent 14b34f9 commit d2d620c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v4.0.1
2+
3+
- Move categories to browseScreen's dropdown menu, and make dropdown menu background align with theme
4+
- Add search settings option, and import / export json options
5+
- Add favourites tab (#48), and migrate update prefs to datastore
6+
- Add back categories & versions for TV (to app cards in browse screen), and improve their formatting
7+
8+
19
## v3.9.2
210

311
- Move categories to browseScreen's dropdown menu, and make dropdown menu background align with theme

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId = "app.flicky"
2929
minSdk = 24
3030
targetSdk = 36
31-
versionCode = 780
32-
versionName = "4.0.0"
31+
versionCode = 790
32+
versionName = "4.0.1"
3333

3434
androidResources {
3535
localeFilters += setOf("en", "ar", "de", "es-rES", "es-rUS", "fr", "hr", "hu", "in", "it", "ja", "pl", "pt-rBR", "ru-rRU", "sv", "tr", "uk", "zh", "cs", "el", "fi", "ko", "nl", "vi")
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Move categories to browseScreen's dropdown menu, and make dropdown menu background align with theme
2+
- Add search settings option, and import / export json options
3+
- Add favourites tab (#48), and migrate update prefs to datastore
4+
- Add back categories & versions for TV (to app cards in browse screen), and improve their formatting

0 commit comments

Comments
 (0)