Bump version for F-Droid (forgotten changelog)

This commit is contained in:
Philipp Heckel 2022-01-23 19:52:13 -05:00
parent 0e2899c419
commit e8b2076550
3 changed files with 28 additions and 2 deletions

View file

@ -12,8 +12,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 18
versionName "1.7.1"
versionCode 19
versionName "1.7.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View 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

View 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