Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed May 9, 2024
1 parent b8367fa commit 588548a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
CHANGELOG
=========


1.0.1 (09.05.2024) 0+ Commits +20 Translations
------------------

### Function

- Add: Safeguard to avoid spamming sync
- Add: Option for limiting loaded apps for search
- Add: Support of reproducible builds (credits @obfusk & @iamlooker)
- Fix: Loading apps without categories
- Fix: Disable Google-signed dependency metadata (credits @IzzySoft)
- Update: Revamp usage of CoroutineDispatchers
- Update: Increase default auto-sync interval
- Add Repos: Cloudburst & Huizengek (credits @GitGitro)
- Remove Repo: Samourai Wallet (credits @GitGitro)

### UI

- Add: Indicator if a custom sort/filter is applied
- Add: All apps category
- Fix: Constant recomposition of most UI (reduce Jitter/Lag)

### UX

- Add: Launch AppSheet when tapping installed notification
- Fix: Screenshots not updating when changing app of same dev
- Fix: Handling locales with three letters as language code
- Update: Improve consistency of sheets' visibility across rotation
- Update: Increase default recently updated apps to show

1.0.0 (23.04.2024) 440+ Commits +380 Translations
------------------

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 24
targetSdk = 34
versionCode = 1012
versionName = "1.0.0"
versionCode = 1013
versionName = "1.0.1"
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")

javaCompileOptions {
Expand Down
8 changes: 8 additions & 0 deletions metadata/en-US/changelogs/1013.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Add: Safeguard to avoid spamming sync
Add: Option for limiting loaded apps for search
Add: Support of reproducible builds
Add: Indicator if a custom sort/filter is applied
Fix: Loading apps without categories (e.g. Total Commander Android)
Fix: Constant recomposition of most UI (reduce Jitter/Lag)
Fix: Handling locales with three letters as language code
+ more in more than 30 commits & 20 translation contributions

0 comments on commit 588548a

Please sign in to comment.