Update changelog

This commit is contained in:
Philipp Heckel 2022-01-19 21:19:37 -05:00
parent 27e4f193b3
commit 0a5470cfe1

View file

@ -1,8 +1,12 @@
New features: New features:
* Dark mode (#102) * Dark mode: Allow changing app appearance (#102)
* Report logs: Copy/export logs to help troubleshooting (#94) * Report logs: Copy/export logs to help troubleshooting (#94)
* WebSockets (experimental): Use WebSockets to subscribe to topics (#96, #100, #97) * WebSockets (experimental): Use WebSockets to subscribe to topics (#96, #100, #97)
* Show battery optimization banner (#105)
Bug fixes: Bug fixes:
* Support for binary UnifiedPush messages (#101) * 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