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