From f2ff6c8c4fcfb2e28269dff8019323bda98753ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Smoczy=C5=84ski?= Date: Fri, 19 Feb 2021 14:00:40 +0100 Subject: [PATCH] add changelog for v0.58.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin SmoczyƄski --- changelog.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/changelog.md b/changelog.md index 9f13631c4ea0539fd27aa6e40def9e40d17009a1..461fb50b27c75e3de6d5ee26249604d0af25d85c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,48 @@ # MuditaOS changelog +## [0.58.1 2020-02-19] + +### Added + +* Add charger temperature cutoff. +* Add onboarding application. +* Add signal strength bar indicator. + +### Changed + +* Change the date format separator from "/" to ".". +* Improve update process stability by introducing a special phone mode for updating. +* Increase visibility time of the "Call ended" window. +* Store battery critical level in the settings. + +### Fixed + +* Fix crashing on text removal. +* Fix displaying the "call waiting" and "call barring" MMI responses. +* Fix displaying white color during Color Test. +* Fix focus reset on GUI refresh in the "Time and Date" window. +* Fix handling of private numbers. +* Fix invalid parsing of messages containing emojis. +* Fix no call log entry when aborting a call. +* Fix problems with adding characters in the special input window. +* Fix problems with the inability to send long messages by setting a message size limit in the user interface to 7*67 characters. +* Fix problems with setting message recipient when creating a new message. +* Fix timeouts on MMI operations. +* Fix turning off Bluetooth. + +### Other + +* Add documentation for the Low Power mode. +* Add support for handling phone modes. +* Add tests harness for cellular hot/cold start. +* Improve charger state detection. +* Improve parsing of CLCC commands. +* Several improvements to the low power mode support. +* Update `clang-tidy` rules. +* Update documentation for Bluetooth support. +* Update i18n documentation related to font rendering. +* Update test harness for Bluetooth. + ## [0.57.1 2020-02-11] ### Added