This commit is contained in:
machiav3lli
2025-02-16 23:14:06 +01:00
parent 90e0e0025c
commit a7ef2cd14a
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,18 @@
CHANGELOG
=========
1.0.8 (16.02.2025) 9 Commits 0 Translations
------------------
### Function
- Fix: Crash on stopping download
- Fix: Crash on signal flow closing
- Fix: Liberapay donation link (credits @leoheitmannruiz)
- Update: Improve consuming sync and download state updates
- Add: User agent to calls in all clients
- Update: Use IO instead of Default dispatcher for workers
1.0.7 (14.02.2025) +20 Commits +80 Translations
------------------

View File

@ -19,8 +19,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 24
targetSdk = 34
versionCode = 1024
versionName = "1.0.7"
versionCode = 1025
versionName = "1.0.8"
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")
javaCompileOptions {