From 3e8f3155ec8805bf4960e8b48eab445f931059aa Mon Sep 17 00:00:00 2001 From: Andrew Rowson Date: Sun, 8 Nov 2020 18:00:47 +0000 Subject: [PATCH] Updated changelog for 2.2.1 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54be9ce167..a5f8449e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ ### New features +* Russian translation! +* TLSv1.3 support +* Location messages now include the batteryStatus in line with iOS (#841) +* Added explicit remote configuration preference toggle +* Reverted the `tst` field of location/waypoint/transition messages to mean the time that the event occurred. Added a new `created_at` field to these types with the timestamp of the message creation. + ### Bug fixes +* Prevent crash when a user inputs an invalid MQTT URL (#852) +* Fix an issue related to remoteCommands not being received or handled correctly (#842) +* Config import no longer crashes when waypoints are absent (#818) +* Map now correctly updates the blue dot when in foreground +* Configuration management screen now shows waypoints that will be exported +* Monitoring mode button should now be correct when Map activity is resumed + ## Version 2.2.0 ### New features @@ -21,7 +34,6 @@ * Removed confusion around MQTT auth (no username vs anonymous). Now, not supplying a username = anonymous auth * Added French translations - ### Bug fixes * MQTT processor should be more stable at re-connecting when disconnected