Skip to content

Commit

Permalink
0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Oct 5, 2022
1 parent 80b40e4 commit 401f533
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGELOG
=========

0.9.6 (05.10.2022) +90 Commits
------------------
- Add: Sort/Filter sheet
- Add: Explicit favorites shortcut
- Add: TargetSDK to info chips
- Update: Replace Material icons with Phosphor
- Update: Replace drawables with composables
- Update: BottomNavBar, AppSheet's and EditRepoSheet's layouts
- Fix: Sheets' animated background
- Fix: Showing update secondary action while downloading
- Fix: Secondary actions being squeezed on low dpi
- Fix: Immersive bottom gesture bar (except with sheets)
- Remove: Legacy/now-unused resources

0.9.5 (19.09.2022) +120 Commits
------------------
- Add: Useful links in Prefs
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 23
targetSdk = 32
versionCode = 915
versionName = "0.9.5"
versionCode = 916
versionName = "0.9.6"
vectorDrawables.useSupportLibrary = true

javaCompileOptions {
Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/916.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Add: Sort/Filter function
Add: Explicit favorites shortcut
Add: TargetSDK to info chips
Update: Replace Material icons with Phosphor
Update: BottomNavBar, AppSheet's and EditRepoSheet's layouts
Fix: Showing update secondary action while downloading
For more details check the full changelog…

0 comments on commit 401f533

Please sign in to comment.