Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jul 19, 2024
1 parent 1b26837 commit 4f30e6b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
CHANGELOG
=========

1.0.4 (09.07.2024) 10- Commits
1.0.5 (19.07.2024) +10 Commits +10 Translations
------------------

### Function

- Add: Debounce on downloaded flow
- Add: RepoId to Downloaded for a more unique key
- Fix: SortFilter sheets across pages
- Update: Init Koin earlier
- Remove: All archive repositories

### UI/UX

- Add: Confirmation dialog on root uninstaller too
- Add: Long tap sync button for latest successful sync info

1.0.4 (09.07.2024) -10 Commits
------------------

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

javaCompileOptions {
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/1017.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Add: Confirmation dialog on root uninstaller too
Add: Long tap sync button for latest successful sync info
Fix: SortFilter sheets across pages
Remove: All archive repositories
+ more in more than 10 commits & 10 translation contributions

0 comments on commit 4f30e6b

Please sign in to comment.