From 9a7982f8efa4974f7f1396232fa2c09db0f6908e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Smoczy=C5=84ski?= Date: Fri, 27 Nov 2020 16:13:51 +0100 Subject: [PATCH] changelog: update changelog for v0.48.1 (#1104) (#1106) --- changelog.md | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/changelog.md b/changelog.md index 9f785eca25ed88c085e71c053f19c31459e06c86..feb913a44c95bc3b973cf2a364920fc1c3eacd83 100644 --- a/changelog.md +++ b/changelog.md @@ -1,33 +1,41 @@ # MuditaOS changelog +[Current release] + ### Added -* `[cellular]` Integration with basic flow for SIM card (cellular<>GUI) -* `[file indexer db]` Added UT fot File Indexer DB -* `[cellular]` Added MMI convertible to action messages. -* `[text]` Added Up/Down text navigation (without scrolling) +### Changed ### Fixed -* `[audio]` Fix playback of mono sound using headphones -* `[vfs]` Fix emulator build error for target Linux Release -* `[audio]` Fix builtin microphone handling +### Other -## Changed +* `[test]` Rewritten tests and updated test documentation. -* `[alarms]` Database refactor +[0.48.1 2020-11-27] -### Other +### Added -* `[utils]` Added unit tests for time display. -* `[test]` Rewritten tests and updated test documentation. +* `[cellular]` Add basic GUI flow for SIM cards. +* `[text]` Add vertical text navigation without scrolling. + +### Fixed +* `[audio]` Fix playback of mono sound when using headphones. +* `[audio]` Fix builtin microphone handling. ### Changed -* `[language]` Changed language loader to load from files +* `[settings]` Load language setting from the settings file. +* `[cellular]` Improve MMI call forwarding support. + +### Other + +* `[test]` Add unit tests for time display. +* `[test]` Add unit tests for file indexer to database integration. +* `[build]` Fix emulator build error for the release target -## [0.48.1 2020-11-23] +## [0.47.2 2020-11-23] ### Added @@ -44,9 +52,7 @@ ### Changed -* `[gui][desktop]` ScreenLock logic unified with simLock's * `[messages]` Changed fonts of message snippet and its prefix. -* `[cellular]` Improve MMI call forwarding support ## [0.47.1 2020-11-20]