Skip to content

Commit c010fed

Browse files
chore: bump version to 4.2.1 [skip ci]
1 parent eb5f9de commit c010fed

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v4.2.1
2+
3+
- Dhizuku impl.
4+
- add izzy download stats (#53)
5+
- Use material 3 expressive components
6+
- Add author's applist screen, and chips that redirect to screens (for Categories (back) and Author)
7+
- bump kotlin ver
8+
- Add deeplinks support
9+
- Use the material icons' share icon
10+
- Fix variant not being shown as installed in versions
11+
- Try to accurately resolve versions with the global preferred repo option (app specific overrides are unchanged)
12+
13+
114
## v4.1.2
215

316
- Make settings always show in column, and add focus requesters for ExposedDropDown (#50)

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 = 810
32-
versionName = "4.2.0"
31+
versionCode = 820
32+
versionName = "4.2.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- Dhizuku impl.
2+
- add izzy download stats (#53)
3+
- Use material 3 expressive components
4+
- Add author's applist screen, and chips that redirect to screens (for Categories (back) and Author)
5+
- bump kotlin ver
6+
- Add deeplinks support
7+
- Use the material icons' share icon
8+
- Fix variant not being shown as installed in versions
9+
- Try to accurately resolve versions with the global preferred repo option (app specific overrides are unchanged)

0 commit comments

Comments
 (0)