diff --git a/docs/TODO_MINOR.md b/docs/TODO_MINOR.md index ca7932e52d..6631ddf05b 100644 --- a/docs/TODO_MINOR.md +++ b/docs/TODO_MINOR.md @@ -12,6 +12,7 @@ Here are ideas which are not assigned to a minor version yet: - automatically build GUI from file (e.g. XML, JSON or HTML) ## v4.3 (in progress) +- [x] UTF-8 support - [ ] lv_split: new object type, a hor. or ver. line for decoration purpose - [ ] lv_valset: new object type, a label with "+" and "-" buttons - [ ] lv_tabview: new object type to organise content with tabs @@ -19,7 +20,7 @@ Here are ideas which are not assigned to a minor version yet: - [ ] lv_roller: new object type, a roller to select a value (like on smartphones) - [x] lv_kb: new object type, Keyboard - [x] lv_btnm: lv_btnm_set_tgl() to toggle last button -- [ ] lv_ta: cursor types +- [x] lv_ta: cursor types ## v4.2 (released at: 17.08.2017) - [x] Double VDB support: one for rendering, another to transfer former rendered image to frame buffer in the background (e.g. with DMA) [#15](https://github.com/littlevgl/lvgl/issues/15)