Skip to content

Commit

Permalink
0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Dec 3, 2022
1 parent 0d29bd3 commit 91aeb91
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGELOG
=========

0.9.11 (03.12.2022) 70+ Commits +15 Translations
------------------
### Function
- Fix: Memory leak in Main & Prefs

### UI
- Add: The all new Privacy Visualization (Neo Meter Icons)
- Add: The all new Privacy Panel

### UX
- Fix: Opening the same RepoSheet repeatedly

0.9.10 (22.11.2022) 230+ Commits
------------------
- Add: App icon based on system theme
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 23
targetSdk = 32
versionCode = 920
versionName = "0.9.10"
versionCode = 921
versionName = "0.9.11"
vectorDrawables.useSupportLibrary = true
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")

Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/921.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Fix: Memory leak in Main & Prefs
Add: The all new Privacy Visualization (Neo Meter Icons)
Add: The all new Privacy Panel
Fix: Opening the same RepoSheet repeatedly
+ more than 15 tranlation contributions

0 comments on commit 91aeb91

Please sign in to comment.