2017-07-30 13:39:27 +02:00
# TODOs for patch versions
2017-08-11 08:11:05 +02:00
Patch versions (x.y.1, x.y.2) contain bugfixes without changing the API but they can apppear in minor (x.1.0, x.2.0) or major (1.0.0, 2.0.0) versions too.
2017-07-30 13:40:36 +02:00
2017-08-11 08:11:05 +02:00
The bugfixes of the still not released version are in `beta` branche.
2017-08-04 12:46:25 +02:00
2017-07-30 13:39:27 +02:00
## Contributing
2017-08-11 08:11:05 +02:00
Please create an issue to introduce a bug instead of adding pull request to this file.
2017-07-30 13:39:27 +02:00
2018-01-26 10:03:57 +01:00
## v5.0.3 (in progress)
- [x] lv_chart: Fix the use of point_num more then 256 (Thanks to upbeat27)
2018-02-05 21:33:32 +01:00
- [x] lv_label: fix 'offset' with LV_ANTIALIAS (LV_LABEL_LONG_ROLL was effected)
- [x] lv_label: anim. time wasn't allyed for LV_LABEL_LONG_ROLL
- [x] lv_txt_ut8_size fiy for 4 byte characters
- [x] lv_slider: fix knob_in with not zero min value
- [ ] lv_area_is_on: handled some cases wrong
2018-02-07 13:08:28 +01:00
- [x] lv_indev: buffered indevs (return *true* in indev_read) was handled as non-buffered
2018-02-05 21:33:32 +01:00
- [ ] drag: don't invalidate if the object wasn't moved
2018-01-26 10:03:57 +01:00
2018-01-19 15:57:28 +01:00
## v5.0.2 (released at: 19.01.2018)
2018-01-18 11:44:00 +01:00
- [x] Fix dependencied (Thanks to Zaltora)
- [x] lv_group: fix memory leak (Thanks to BenQoo)
- [x] LV_INDEV_READ_PERIOD 0 build bugfix
- [x] lv_roller: lv_roller_get_selected_str: bugfix (was recursive call)
- [x] lv_obj_get_style: with NULL style check if the parent is focused and use the focused style
- [x] lv_roller: add missing action handling
2018-01-19 15:57:28 +01:00
- [x] Set 24 bit colors upper byte (alpha) to 0xFF
2017-08-17 13:19:59 +02:00
2018-01-18 11:44:00 +01:00
## v5.0.1 (released at: 02.01.2018)
- [x] lv_list: fixed when mouse and keyboard used together
- [x] lv_btnm: fix bottom border visibility
- [x] theme updates
- [x] line width fix width anti-aliasing
- [x] lv_conf_templ.h add more info
## v5.0 (released at: 21.12.2017)
2017-08-20 02:18:38 +02:00
- [x] lv_btnm: check hide code (\177) at 0. byte position too (if width is not specified)
2018-01-18 11:44:00 +01:00
- [x] lv_img: define *lv_img_raw_header* in *lv_draw.h* because now lv_img can't be disabled
- [x] lv_list: ignore image related things when *lv_img* is not enebled
- [x] lv_ta: fix hegiht if *one_line* and *FONT_ANTIALIAS*
- [x] lv_obj_set_style: fix to update self style too (not only children)
2017-08-17 13:19:59 +02:00
## v4.2 (released at: 17.08.2017)
2017-08-11 08:11:05 +02:00
- [x] lv_slider: don't let indicator or bar to disappear because of hpad/vpad
2017-08-16 11:40:14 +02:00
- [x] lv_ta: memory leak if deleted in password mode
2017-08-21 15:35:38 +02:00
- [x] lv_list: work without *lv_img* by ignore the image file name parameter of *lv_list_add()*