@@ 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