mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
3.1 KiB
3.1 KiB
TODOs for patch versions
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.
The bugfixes of the still not released version are in beta
branche.
Contributing
Please create an issue to introduce a bug instead of adding pull request to this file.
v5.1.1 (released on: 20.05.2018)
- lv_line: set line.width ext. size to not trim parts on x = 0, y = 0 coordinates
- lv_conf.h: add LV_COMPILER_VLA_SUPPORTED
- lv_group_create: init focus_cb
- fix of 16 bit image drawing with alpha bytes
- fix text opacity
- lv_mbox: enable navigation with LV_GROUP_KEY_DOWN/UP too
- lv_conf.h: add LV_COMPILER_VLA_SUPPORTED
- lv_slider: inicator draw bugfix
- lv_slider: draw greater background on negative padding if knob_in == 1
- mono theme: fix typo
- style animations: add opacity handling to image, text and line
- lv_kb: before ok/close action don't deassign the lv_ta if there is user defined action
- in lv_objx_set_... functions apply the new value only if it's different from the current
- don't invalide hidden objects
- lv_group_del: remove the objects from the groups too
v5.0.3 (released on: 09.03.2018)
- lv_chart: Fix the use of point_num more then 256 (Thanks to upbeat27)
- lv_label: fix 'offset' with LV_ANTIALIAS (LV_LABEL_LONG_ROLL was effected)
- lv_label: anim. time wasn't allyed for LV_LABEL_LONG_ROLL
- lv_txt_ut8_size fiy for 4 byte characters
- lv_slider: fix knob_in with not zero min value
- lv_area_is_on: handled some cases wrong
- lv_indev: buffered indevs (return true in indev_read) was handled as non-buffered
- drag: don't invalidate if the object wasn't moved
v5.0.2 (released on: 19.01.2018)
- Fix dependencied (Thanks to Zaltora)
- lv_group: fix memory leak (Thanks to BenQoo)
- LV_INDEV_READ_PERIOD 0 build bugfix
- lv_roller: lv_roller_get_selected_str: bugfix (was recursive call)
- lv_obj_get_style: with NULL style check if the parent is focused and use the focused style
- lv_roller: add missing action handling
- Set 24 bit colors upper byte (alpha) to 0xFF
v5.0.1 (released on: 02.01.2018)
- lv_list: fixed when mouse and keyboard used together
- lv_btnm: fix bottom border visibility
- theme updates
- line width fix width anti-aliasing
- lv_conf_templ.h add more info
v5.0 (released on: 21.12.2017)
- lv_btnm: check hide code (\177) at 0. byte position too (if width is not specified)
- lv_img: define lv_img_raw_header in lv_draw.h because now lv_img can't be disabled
- lv_list: ignore image related things when lv_img is not enebled
- lv_ta: fix hegiht if one_line and FONT_ANTIALIAS
- lv_obj_set_style: fix to update self style too (not only children)
v4.2 (released on: 17.08.2017)
- lv_slider: don't let indicator or bar to disappear because of hpad/vpad
- lv_ta: memory leak if deleted in password mode
- lv_list: work without lv_img by ignore the image file name parameter of lv_list_add()