Skip to content

Commit

Permalink
0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Oct 26, 2022
1 parent 0d85f00 commit a6dc085
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
CHANGELOG
=========

0.9.8 (27.10.2022) +60 Commits
------------------
Neo Store 0.9.8
Changelog:
- Add: Support for fdroidrepo:// intents (simple addition of repositories)
- Add: Support for market://search? intents (used by some launchers)
- Add: Share option for IzzyOnDroid apps
- Add: GitJournal & Revolt to the preset-repos
- Update: Highlight apps with available updates*
- Update: Show current version if app installed instead of latest
- Update: Avoid killing the app on pressing back in Main
- Update: SortFilterSheet's reset, resets prefs to default
- Update: Improve detecion of sort/filter changes
- Update: Revamp ReleaseItems
- Update: Revamp search backend
- Update: Replace LiveData with Flows in most instances
- Fix: Opening Installed on launching updates intent
- Remove: Alefvanoon preset-repo

0.9.7 (11.10.2022) +50 Commits
------------------
- Add: Other apps from the developer
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 23
targetSdk = 32
versionCode = 917
versionName = "0.9.7"
versionCode = 918
versionName = "0.9.8"
vectorDrawables.useSupportLibrary = true

javaCompileOptions {
Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/918.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Add: Support for fdroidrepo(s) uri
Add: Support for market://search? intents
Add: Share option for IzzyOnDroid apps
Add: GitJournal & Revolt to the preset-repos
Update: Revamp ReleaseItems
Remove: Alefvanoon preset-repo
For more details check the full changelog…

0 comments on commit a6dc085

Please sign in to comment.