|
1 | 1 | # MuditaOS changelog
|
2 | 2 |
|
3 |
| -## current |
| 3 | +## [0.42.2 2020-10-16] |
4 | 4 |
|
5 | 5 | ### Added
|
6 | 6 |
|
7 |
| -* `[gui]` Dynamic Windows building and handling implemented |
8 |
| -* `[audio]` Added A2DP playback backend |
9 |
| -* `[audio]` Added SendEvent audio API |
10 | 7 | * `[calculator]` Add calculator application.
|
11 |
| -* `[settings]` Create Messages window for apps and tools branch. |
12 |
| -* `[desktop]` Added DeveloperMode endpoint. |
| 8 | +* `[calendar]` Add screen notifications for events. |
| 9 | +* `[settings]` Create window for messages settings. |
| 10 | +* `[settings]` Add window for keypad light settings. |
| 11 | +* `[doc]` Added open source license. |
13 | 12 |
|
| 13 | +### Changed |
| 14 | + |
| 15 | +* `[settings]` Removed the border around the settings menu. |
| 16 | +* `[messages]` SMS bubble edges smoothing. |
| 17 | +* `[cellular]` Temporarily removed SMS memory setting. |
| 18 | +* `[phonebook]` Contacts list rebuilding in place, not from the start. |
14 | 19 |
|
15 | 20 | ### Fixed
|
16 | 21 |
|
17 |
| -* `[audio]` Fix parsing audio meta tags during playback |
18 |
| -* `[settings]` Removed the border around the settings menu. |
| 22 | +* `[audio]` Fix parsing audio meta tags during playback. |
19 | 23 | * `[simulator]` Fix crash on exit.
|
20 |
| -* `[listview]` Looping rebuild fix. |
21 |
| -* `[messages]` Draft msg overwriting sms input text. |
22 |
| -* `[messages]` SMS bubble edges smoothing. |
23 |
| -* `[phonebook]` Crash on contact details application exit fix. |
24 |
| -* `[specialInput]` Special characters inserts no longer call onBeforeShow. |
25 |
| -* `[cellular]` Temporary removed SMS memory setting. |
| 24 | +* `[listview]` Fix looping rebuild. |
| 25 | +* `[messages]` Fix draft msg overwriting SMS input text. |
| 26 | +* `[phonebook]` Fix crash on contact details application exit. |
| 27 | +* `[gui]` Fix refresh on special character insert in a special input. |
26 | 28 |
|
27 | 29 | ## [0.42.1 2020-10-12]
|
28 | 30 |
|
|
39 | 41 | ### Changed
|
40 | 42 |
|
41 | 43 | * `[messages]` Split SMS thread for a specific contact into separate ones if multiple phone numbers are available.
|
42 |
| -* `[gui][renderer]` Shape rendering refactored. |
43 | 44 |
|
44 | 45 | ### Fixed
|
45 | 46 |
|
46 | 47 | * `[db]` Fixed database corruption issues on abrupt phone reset.
|
47 | 48 | * `[audio]` Fix audio looping.
|
48 | 49 | * `[phonebook]` Fix phone freezing when contacts database is empty.
|
49 |
| -* `[phonebook]` Contacts list rebuilding in place not from start. |
50 | 50 |
|
51 | 51 | ### Other
|
52 | 52 |
|
|
56 | 56 | * `[settings]` Improvements to API and logic.
|
57 | 57 | * `[gui]` Added timers.
|
58 | 58 | * `[doc]` Several updates to user and developer documentation.
|
59 |
| -* `[audio]` Added volume popup logic. |
60 | 59 |
|
61 | 60 | ## [0.40.1 2020-10-02]
|
62 | 61 |
|
|
0 commit comments