Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8b20765 authored by Philipp Heckel's avatar Philipp Heckel
Browse files

Bump version for F-Droid (forgotten changelog)

parent 0e2899c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"

+13 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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