This commit is contained in:
machiav3lli 2022-09-19 01:13:02 +02:00
parent 7bf15730c8
commit a3fc611d9b
3 changed files with 21 additions and 2 deletions

View File

@ -1,6 +1,18 @@
CHANGELOG
=========
0.9.5 (19.09.2022) +120 Commits
------------------
- Add: Useful links in Prefs
- Update: Revamp AppSheet's Head & Header
- Update: Repo item's text colors
- Update: Migrate navigation fully to Compose
- Update: Migrate preferences to Compose
- Update: Allow setting higher number for updated/new apps' recycler and sync interval
- Fix: ActionButtons visibility
- Fix: Show Repo description pre-first-sync
- Remove: Legacy fragment-related classes
0.9.4 (18.08.2022)
------------------
- Fix: Showing updates notification even when disabled

View File

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

View File

@ -0,0 +1,7 @@
Update: Revamp AppSheet's UI
Update: Migrate navigation fully to Compose
Update: Migrate preferences to Compose
Update: Allow setting higher number for updated/new apps' recycler and sync interval
Add: Useful links in Prefs
Fix: ActionButtons visibility
Fix: Show Repo description pre-first-sync