Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed May 19, 2024
1 parent e228bcd commit abae891
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
CHANGELOG
=========

1.0.2 (19.05.2024) 10+ Commits +50 Translations
------------------

### Function

- Fix: Crash on tapping install notification of session installer
- Fix: Excessive recomposition on Repo apps list
- Update: Increase default search apps to 2000

### UI

- Add: Option to show Android version name instead of SDK (enbaled by default)
- Update: Add enable and dismiss buttons to RepoSheet

### UX

- Add: Dialog on clicking links from app descriptions or changelogs
- Add: Parsing markdown links in descriptions or changelogs
- Add: Search bar to repos page

1.0.1 (09.05.2024) 0+ Commits +20 Translations
1.0.1 (09.05.2024) 30+ Commits +20 Translations
------------------

### Function
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 24
targetSdk = 34
versionCode = 1013
versionName = "1.0.1"
versionCode = 1014
versionName = "1.0.2"
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")

javaCompileOptions {
Expand Down

0 comments on commit abae891

Please sign in to comment.