Changelog, bump versions

This commit is contained in:
Philipp Heckel 2022-06-17 20:23:06 -04:00
parent c09e37882e
commit aebbbd0d44
2 changed files with 10 additions and 2 deletions

View file

@ -12,8 +12,8 @@ android {
minSdkVersion 21
targetSdkVersion 31
versionCode 27
versionName "1.13.0"
versionCode 28
versionName "1.14.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -0,0 +1,8 @@
Bugs:
* Fixed: Long-click selecting of notifications scrolls to the top (#235, thanks to @wunter8)
Additional translations:
* Italian (thanks to @Genio2003)
* Dutch (thanks to @SchoNie)
Thank you to @wunter8 for proactively picking up some Android tickets, and fixing them! You rock!