Changelog
Version 2.5.2
New features
- Added
cog
field to location messages showing current bearing (#1777) - Added
status
remote command to retrieve system configuration status (#1618) - On crash, details written to file and then printed at the top of the log next time OT starts
Bug fixes
- Fix crash where changing the theme via setting the preferences remotely causes the theme change to not happen on the main thread
- Fix crash where trying to close the MQTT connection whilst it's connecting thows an unhandled exception
- Only latest stop reason should be printed to logs on startup
- Fix bug where geofencing client wasn't initialized properly, leading to very unreliable region transition detection (#1764)
- Fix bug where some settings (
pubQos
,mqttProtocolLevel
etc.) couldn't be set via the config editor (#1801) - Fix crash when trying to decode an invalid face image on an info card
- Fix MQTT disconnect when receiving an encrypted message that can't be decrypted (#1831)
- Fix HTTP client certs not working properly with Nginx (#1793)
- Fix ability to handle trigger="v" and "C" locations generated from iOS (#1768)