Add changelog for F-Droid

This commit is contained in:
Philipp Heckel 2022-01-02 14:37:53 +01:00
parent ae1e439f37
commit d84a7266b8
2 changed files with 11 additions and 2 deletions

View file

@ -12,8 +12,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 14
versionName "1.5.1"
versionCode 15
versionName "1.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -0,0 +1,9 @@
New features:
* Allow using ntfy as UnifiedPush distributor (#9)
* Support for longer message up to 4096 bytes (#77)
* Minimum priority: show notifications only if priority X or higher (#79)
* Allowing disabling broadcasts in global settings (#80)
Bug fixes:
* Allow int/long extras for SEND_MESSAGE intent (#57)
* Various battery improvement fixes (#76)