Add changelog for F-Droid
This commit is contained in:
parent
ae1e439f37
commit
d84a7266b8
2 changed files with 11 additions and 2 deletions
|
@ -12,8 +12,8 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
|
|
||||||
versionCode 14
|
versionCode 15
|
||||||
versionName "1.5.1"
|
versionName "1.5.2"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|
9
fastlane/metadata/android/en-US/changelog/15.txt
Normal file
9
fastlane/metadata/android/en-US/changelog/15.txt
Normal 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)
|
Loading…
Reference in a new issue