mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-07 08:19:55 +00:00
0.9.6
This commit is contained in:
parent
80b40e4633
commit
401f533d7b
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||
|
@ -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 {
|
||||
|
7
metadata/en-US/changelogs/916.txt
Normal file
7
metadata/en-US/changelogs/916.txt
Normal 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…
|
Loading…
x
Reference in New Issue
Block a user