Bump version for F-Droid (forgotten changelog)
This commit is contained in:
parent
0e2899c419
commit
e8b2076550
3 changed files with 28 additions and 2 deletions
|
@ -12,8 +12,8 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
|
|
||||||
versionCode 18
|
versionCode 19
|
||||||
versionName "1.7.1"
|
versionName "1.7.2"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|
13
fastlane/metadata/android/en-US/changelog/18.txt
Normal file
13
fastlane/metadata/android/en-US/changelog/18.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
New features:
|
||||||
|
* Battery improvements: wakelock disabled by default (#76)
|
||||||
|
* Dark mode: Allow changing app appearance (#102)
|
||||||
|
* Report logs: Copy/export logs to help troubleshooting (#94)
|
||||||
|
* WebSockets (experimental): Use WebSockets to subscribe to topics (#96, #100, #97)
|
||||||
|
* Show battery optimization banner (#105)
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
* Support for binary UnifiedPush messages (#101)
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
* The foreground wakelock is now disabled by default
|
||||||
|
* The service restarter is now scheduled every 3h instead of every 6h
|
13
fastlane/metadata/android/en-US/changelog/19.txt
Normal file
13
fastlane/metadata/android/en-US/changelog/19.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
New features:
|
||||||
|
* Battery improvements: wakelock disabled by default (#76)
|
||||||
|
* Dark mode: Allow changing app appearance (#102)
|
||||||
|
* Report logs: Copy/export logs to help troubleshooting (#94)
|
||||||
|
* WebSockets (experimental): Use WebSockets to subscribe to topics (#96, #100, #97)
|
||||||
|
* Show battery optimization banner (#105)
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
* Support for binary UnifiedPush messages (#101)
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
* The foreground wakelock is now disabled by default
|
||||||
|
* The service restarter is now scheduled every 3h instead of every 6h
|
Loading…
Reference in a new issue