This commit is contained in:
machiav3lli 2022-10-11 08:41:36 +02:00
parent 7e5d5cc099
commit d0c8d0fcfa
3 changed files with 26 additions and 2 deletions

View File

@ -1,6 +1,23 @@
CHANGELOG 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 0.9.6 (05.10.2022) +90 Commits
------------------ ------------------
- Add: Sort/Filter sheet - Add: Sort/Filter sheet

View File

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

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