mirror of
https://github.com/NeoApplications/Neo-Store.git
synced 2025-03-14 10:17:08 +00:00
1.0.8
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,6 +1,18 @@
|
|||||||
CHANGELOG
|
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
|
1.0.7 (14.02.2025) +20 Commits +80 Translations
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@ android {
|
|||||||
applicationId = "com.machiav3lli.fdroid"
|
applicationId = "com.machiav3lli.fdroid"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 1024
|
versionCode = 1025
|
||||||
versionName = "1.0.7"
|
versionName = "1.0.8"
|
||||||
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")
|
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
Reference in New Issue
Block a user