This commit is contained in:
machiav3lli 2022-10-05 03:13:21 +02:00
parent 80b40e4633
commit 401f533d7b
3 changed files with 23 additions and 2 deletions

View File

@ -1,6 +1,20 @@
CHANGELOG 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 0.9.5 (19.09.2022) +120 Commits
------------------ ------------------
- Add: Useful links in Prefs - Add: Useful links in Prefs

View File

@ -21,8 +21,8 @@ android {
applicationId = "com.machiav3lli.fdroid" applicationId = "com.machiav3lli.fdroid"
minSdk = 23 minSdk = 23
targetSdk = 32 targetSdk = 32
versionCode = 915 versionCode = 916
versionName = "0.9.5" versionName = "0.9.6"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
javaCompileOptions { javaCompileOptions {

View File

@ -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…