Skip to content

Commit

Permalink
0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Oct 31, 2022
1 parent ebc53eb commit 6d776c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
CHANGELOG
=========

0.9.9 (31.10.2022) 7 Commits
------------------
- Add: Scan repo QrCode using BinaryEye (if installed)
- Fix: Lock in Installed after launching from updates notification
- Fix: Improve handling intent

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
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 = 918
versionName = "0.9.8"
versionCode = 919
versionName = "0.9.9"
vectorDrawables.useSupportLibrary = true

javaCompileOptions {
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/919.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add: Scan repo QrCode using BinaryEye (if installed)
Fix: Lock in Installed after launching from updates notification
Fix: Improve handling intent

0 comments on commit 6d776c4

Please sign in to comment.