mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-22 10:52:10 +00:00
0.9.7
This commit is contained in:
parent
7e5d5cc099
commit
d0c8d0fcfa
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,6 +1,23 @@
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.7 (11.10.2022) +50 Commits
|
||||
------------------
|
||||
- Add: Other apps from the developer
|
||||
- Add: Scrolling TopBar
|
||||
- Add: Rest of the data from the table to query return
|
||||
- Fix: Some coloring issues of the dynamic theme
|
||||
- Update: Search also searches among author names
|
||||
- Update: New screenshots viewer (fixes previous issues and allows zooming)
|
||||
- Update: Allow two-lines labels in ProductCard
|
||||
- Update: Bigger app icons
|
||||
- Update: Some layouts e.g. TopBar, SortFilter
|
||||
- Update: Make StatusBar and gestures bar transparent
|
||||
- Update: Revamp theming backend (fixes some visuals)
|
||||
- Update: Set default theme based on Android version
|
||||
- Update: Improve Sheets' initialization
|
||||
- Update: Dispose of composable when sheet fragment is destroyed
|
||||
|
||||
0.9.6 (05.10.2022) +90 Commits
|
||||
------------------
|
||||
- Add: Sort/Filter sheet
|
||||
|
@ -21,8 +21,8 @@ android {
|
||||
applicationId = "com.machiav3lli.fdroid"
|
||||
minSdk = 23
|
||||
targetSdk = 32
|
||||
versionCode = 916
|
||||
versionName = "0.9.6"
|
||||
versionCode = 917
|
||||
versionName = "0.9.7"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
javaCompileOptions {
|
||||
|
7
metadata/en-US/changelogs/917.txt
Normal file
7
metadata/en-US/changelogs/917.txt
Normal file
@ -0,0 +1,7 @@
|
||||
Add: Other apps from the developer
|
||||
Add: Scrolling TopBar
|
||||
Fix: Some coloring issues of the dynamic theme
|
||||
Update: New screenshots viewer (fixes previous issues and allows zooming)
|
||||
Update: Many layouts
|
||||
Update: Revamp theming backend (fixes some visuals)
|
||||
For more details check the full changelog…
|
Loading…
x
Reference in New Issue
Block a user