~aleteoryx/muditaos

98a0a1fe311358742f0a10930a0ac3fb4e0a2412 — Lucjan Bryndza 5 years ago 6b36d35 + e4972de
Merge branch 'stable'
1 files changed, 20 insertions(+), 17 deletions(-)

M changelog.md
M changelog.md => changelog.md +20 -17
@@ 1,29 1,32 @@
# MuditaOS changelog

## Current release
### Fixed
* `[settings]` Fix lack of sim at startup
* `[settings]` Fix Network All Operators display condition
* `[settings]` Fix Network window items indentation
## [0.51.1 2020-12-18]

### Added

* `[gui]` Added DOM dump capability for gui::Item objects
* `[PowerManagement]` PowerManagement: Enable FreeRTOS Run Time Statistics
* `[PowerManagement]` Added CPU load measurement.
* `[file indexer]` Support for deleting entries in File Indexer DB.
* `[listview]` Added onEmpty list callbacks and implemented them for notes and messages. 
* `[notes]` Added list rebuild on notifications.
* `[cellular]` Custom MMI response message.
* Add screen light control.
* Add SIM switch setting.

### Changed

* `[PowerManagement]` Change hardware timers clock source
* `[bluetooth]` Underlying communication with the Bluetooth module over DMA (direct access)
* `[system]` Workers refactor and state transition fixes
* Change audio data path synchronization.
* Several database stability improvements.
* Change audio data path to solve synchronization issues.

### Fixed

* Fix empty list behavior.
* Fix input and display language settings.

### Removed

* Remove flawed log dumping mechanism.

### Other

* Add Ecoboot download target.
* Add several minor documentation fixes.
* Add commit format checker to the CI workflow.
* Add several VFS related fixes.

## [0.50.1 2020-12-14]



@@ 70,7 73,7 @@
* 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