Update TODO_MAJOR.md

This commit is contained in:
Gabor Kiss-Vamosi
2018-01-23 11:22:51 +01:00
committed by GitHub
parent 46a1a8dfde
commit e9805c98d5

View File

@@ -4,6 +4,18 @@ Major versions released typically when API changes are required
## Contributing ## Contributing
Please create an issue to suggest a new feature instead of adding pull request to this file. Please create an issue to suggest a new feature instead of adding pull request to this file.
## v6 (released at: in progrss)
- [ ] Add the basc functions (e.g. lv_obj_set_width) to very object type as inline
- [ ] Image storage with header (#65)
- [ ] Font anti-alias: use 1 bit and grayscale fonts too (better result then downscaling)
- [ ] LV_ANTIALAIAS_FONT reomval (use other font instead)
- [ ] Store image anti-alias in header
- [ ] lv_img_upscale removal (Generate image with anti-alias flag)
- [ ] LV_ANTIALIAS_LINE
- [ ] LV_ANTIALAIS_RADIUS
- [ ] LV_ANTIALIAS removal (use other specific anti-alias options)
## v5 (released at: 20.12.2017) ## v5 (released at: 20.12.2017)
**Architectural changes** **Architectural changes**
- [x] Rename repository from *proj_pc* to *pc_simulator* - [x] Rename repository from *proj_pc* to *pc_simulator*