This commit is contained in:
Josia Pietsch 2025-01-31 01:12:55 +01:00
parent d62815be12
commit b2e7e4cacf
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 10 additions and 2 deletions

View file

@ -23,8 +23,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
compileSdk 35
versionCode 36
versionName "j-0.0.20"
versionCode 37
versionName "0.0.21"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -0,0 +1,8 @@
* basic support for private space (Android 15)
* reintroduced light theme
* improved Portuguese translation (thank you, "Vossa Excelencia"!)
* improved German translation
* added version name to settings
* dialog for bug reports
* improved clock performance
* fixed some bugs