From 243fde6fca3d9c94c11670d2b174bc81d6653a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Smoczy=C5=84ski?= Date: Mon, 14 Dec 2020 13:21:01 +0100 Subject: [PATCH] changelog: update changelog for v0.50.1 --- changelog.md | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/changelog.md b/changelog.md index 43d7fde89626c6ba4917e9f818d860b65688fa60..04b66d82d802ab653fbff16d3e245158985188fa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,30 +1,25 @@ # MuditaOS changelog -## Current release +## [0.50.1 2020-12-14] ### Added -* `[gui]` Added DOM dump capability for gui::Item objects -* `[call functions]` Window for MMI/USSD internal messages. -* `[alarms]` Added main window -* `[alarms]` Added window with options -* `[PowerManagement]` PowerManagement: Enable FreeRTOS Run Time Statistics -* `[cellular]` USSD session handling. -* `[settings]` Nightshift window - GUI. -* `[bluetooth][settings]` Add Bluetooth settings to database. -* `[PowerManagement]` Added CPU load measurement. -* `[alarms]` Added new/edit alarm window +* Add window for MMI/USSD internal messages. +* Add windows for the alarm application. +* Add "nightshift" settings window. +* Add Bluetooth settings. -### Changed +### Fixed -* `[PowerManagement]` Change hardware timers clock source -* `[bluetooth]` Underlying communication with the Bluetooth module over DMA (direct access) -* `[system]` Workers refactor and state transition fixes +* Fix default SIM setting. +* Fix internal microphone echo and noise problem. +* Fix several problems with USSD. -### Fixed +### Other -* `[settings]` Fix lack of sim at startup -* `[audio]` Changed internal microphone gain from 0dB to -12dB to fix echo & noise problem +* Add ICS parser for the calendar application. +* Clock configuration changes. +* Add power measurement features to the system. ## [0.49.1 2020-12-04] @@ -37,8 +32,6 @@ * Add vertical text scrolling. * Add text cursor starting position handling. * Add logs dumping to a file on the RT1051 platform. -* `[calendar]` Added calendar events endpoints handling. -* `[calendar]` Added parser ics. ### Changed @@ -50,7 +43,6 @@ * Fix too many time options in the meditation application. * Fix default counter settings. * Fix displaying the special characters in a note title. -* Fixed CUSD URC parser. ### Other