From 5a6878a0d9883047717a0a72bedc88a25dc0ad14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Smoczy=C5=84ski?= Date: Fri, 15 Jan 2021 12:36:15 +0100 Subject: [PATCH] Add changelog for v0.53.2 Add change list for release v0.53.2. Fix broken changelog for v0.52.1. --- changelog.md | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 138c8f226b1ca0431398f66a40fd065083d13e3b..3aaaf6731e7ae056aae6fce76be61ab9104d362e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,33 @@ # MuditaOS changelog +## [0.53.2 2020-01-15] + +### Added + +* Add hardware in the loop tests. +* Add empty APN settings window. + +### Changed + +* Improve clock scaling and power management. +* Load input language from a file. +* Improve English messages displayed to the user when managing contacts list and messages. +* Change gain settings in the audio path to reduce echo. + +### Fixed + +* Fix crash when displaying system information window in settings. +* Fix not audible outgoing voice during calls. +* Fix crashing on multiple headphones connect-disconnect events. +* Fix keyboard input mode in the search windows. +* Fix missing notification dot when receiving a new message. + +### Other + +* Add GUI service documentation. +* Fix query-callback synchronization mechanism. +* Remove the requirement to start a commit message with the "Change" verb. + ## [0.53.1 2020-01-11] ### Added @@ -31,20 +59,16 @@ * Add custom repeat window for the alarm application. * Add GUI for custom MMI messages. * Add CPU frequency shift mechanism to save power. -* Add oscillator clock switching mechanisms. ### Fixed * Fix auto-unlocking screen on idle. * Fix missing texts in the desktop application. * Fix occasional cases of no audio during an incoming call. -* Charging state icons in simulator -* Fix Debug UART conditional enabling ### Changed * Torch light control button press time recognition. -* New battery icons ### Other