2017-07-30 12:22:39 +02:00
|
|
|
# TODOs for major versions
|
|
|
|
Major versions released typically when API changes are required
|
|
|
|
|
2017-07-30 13:35:55 +02:00
|
|
|
## Contributing
|
|
|
|
Please create an issue to suggest a new feature instead of adding pull request to this file.
|
|
|
|
|
2017-07-30 15:47:44 +02:00
|
|
|
## v5
|
2017-08-24 14:24:35 +02:00
|
|
|
**Architectural changes**
|
2017-07-30 15:47:44 +02:00
|
|
|
- [ ] rename repository from *lvgl* to *littlevgl*
|
2017-08-24 14:24:35 +02:00
|
|
|
- [ ] rename repository from *proj_pc* to *pc_simulator*
|
|
|
|
- [ ] integrate *hal* in LittlevGL as a normal folder
|
|
|
|
- [ ] integrate *misc* in LittlevGl as submodule
|
|
|
|
- [ ] create a new repository for examples
|
|
|
|
- [ ] convert Applications into simple examples
|
|
|
|
|
|
|
|
**API changes**
|
2017-07-31 01:14:41 +02:00
|
|
|
- [ ] define renames: e.g. *USE_LV_BTN* to *LV_BTN_USE*
|
2017-08-04 18:17:09 +02:00
|
|
|
- [ ] Remove LV_DOWNSCALE (LV_ANTIALIAS will be used instead)
|
2017-07-30 12:22:39 +02:00
|
|
|
- [ ] *lv_ta_get_txt* rename to *lv_ta_get_text*
|
2017-10-09 08:31:52 +02:00
|
|
|
- [x] lv_btnm_set_styles for *tpr*, *trel* and *ina* too
|
|
|
|
- [x] LV_LABEL_LONG_DOTS removed, use LV_LABEL_LONG_ROLL instead
|
|
|
|
- [x] *lv_list_set_element_text_roll()* removed.
|
|
|
|
- [x] *lv_ddlist_set_fix_height()* instead of *auto_size*
|
|
|
|
- [x] rename *lv_dispi_...* to *lv_indev_proc_...* (except *lv_dispi_t* -> *lv_indev_t*)
|