mirror of
https://github.com/NeoApplications/Neo-Store.git
synced 2025-03-14 10:17:08 +00:00
1.0.7
This commit is contained in:
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,6 +1,26 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.0.7 (14.02.2025) +20 Commits +80 Translations
|
||||||
|
------------------
|
||||||
|
|
||||||
|
### Function
|
||||||
|
|
||||||
|
- Fix: Not showing install on packages from sources without share
|
||||||
|
- Fix: Recomposing navigation suite on changing pager state
|
||||||
|
- Fix: Parsing and showing litecoin and liberapay links
|
||||||
|
- Update: Improve installer reliability
|
||||||
|
- Update: Limit parallel running SyncWorks
|
||||||
|
- Update: Improve actions flow logic
|
||||||
|
- Remove: Flattr donation link parsing
|
||||||
|
|
||||||
|
### UI/UX
|
||||||
|
|
||||||
|
- Add: Support for tv & wear screenshots
|
||||||
|
- Add: Support for video link
|
||||||
|
- Add: Dialog to notify for intial sync on first launch
|
||||||
|
- Update: Revamp app info cards
|
||||||
|
|
||||||
1.0.6 (23.01.2025) +140 Commits +100 Translations
|
1.0.6 (23.01.2025) +140 Commits +100 Translations
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
@ -231,10 +251,13 @@ CHANGELOG
|
|||||||
- Update: minSDK to 24
|
- Update: minSDK to 24
|
||||||
- Update: targetSDK & compileSDK 34
|
- Update: targetSDK & compileSDK 34
|
||||||
- Remove: Dependencies of deprecated usage
|
- Remove: Dependencies of deprecated usage
|
||||||
- Add Repos: Aniyomi, Koyu, Kuschku, Kvaestiso, Etopa, Metatrans Apps, Gadgetbridge, FUTO, Grobox, Julian Fairfax, spiritCroc Test, Zimbelstern, Cromite, Divolt Repo, Rboard, Cake Wallet (credits @GitGitro)
|
- Add Repos: Aniyomi, Koyu, Kuschku, Kvaestiso, Etopa, Metatrans Apps, Gadgetbridge, FUTO, Grobox,
|
||||||
|
Julian Fairfax, spiritCroc Test, Zimbelstern, Cromite, Divolt Repo, Rboard, Cake Wallet (credits
|
||||||
|
@GitGitro)
|
||||||
- Add Repos: Samourai Wallet Repo (credits @RequestPrivacy)
|
- Add Repos: Samourai Wallet Repo (credits @RequestPrivacy)
|
||||||
- Add Repos: Julian Andres Klode's repo (credits @ishanarora)
|
- Add Repos: Julian Andres Klode's repo (credits @ishanarora)
|
||||||
- Add Repos: PurpleI2p, INVISV, Monerujo, iodé, spiritCroc, DivestOS Unofficial, Funkwhale… +28 other
|
- Add Repos: PurpleI2p, INVISV, Monerujo, iodé, spiritCroc, DivestOS Unofficial, Funkwhale… +28
|
||||||
|
other
|
||||||
- Fix Repos: The description for PeterCxy's Shelter repo (credits @ishanarora)
|
- Fix Repos: The description for PeterCxy's Shelter repo (credits @ishanarora)
|
||||||
- Fix Repos: c:geo repository (credits @ishanarora)
|
- Fix Repos: c:geo repository (credits @ishanarora)
|
||||||
- Fix Repos: Cromite repository address
|
- Fix Repos: Cromite repository address
|
||||||
|
@ -19,8 +19,8 @@ android {
|
|||||||
applicationId = "com.machiav3lli.fdroid"
|
applicationId = "com.machiav3lli.fdroid"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 1023
|
versionCode = 1024
|
||||||
versionName = "1.0.6"
|
versionName = "1.0.7"
|
||||||
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")
|
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
7
metadata/en-US/changelogs/1024.txt
Normal file
7
metadata/en-US/changelogs/1024.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Add: Support for video link, tv & wear screenshots
|
||||||
|
Add: Dialog to notify for intial sync on first launch
|
||||||
|
Fix: Not showing install on packages from sources without share
|
||||||
|
Fix: Parsing and showing litecoin and liberapay links
|
||||||
|
Update: Improve installer reliability
|
||||||
|
Remove: Flattr donation link parsing
|
||||||
|
plus many more in over 20 commits & 80 translation contributions
|
Reference in New Issue
Block a user