Skip to content

Commit

Permalink
0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Oct 11, 2022
1 parent 7e5d5cc commit d0c8d0f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 = 916
versionName = "0.9.6"
versionCode = 917
versionName = "0.9.7"
vectorDrawables.useSupportLibrary = true

javaCompileOptions {
Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/917.txt
Original file line number Diff line number Diff line change
@@ -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…

0 comments on commit d0c8d0f

Please sign in to comment.