From 4b4ac7c7060f5b936bad7b36790e422d6fd56d93 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 19 Jan 2018 15:57:28 +0100 Subject: [PATCH] Update TODO_PATCH.md --- docs/TODO_PATCH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TODO_PATCH.md b/docs/TODO_PATCH.md index 6beed58db..d3827ae91 100644 --- a/docs/TODO_PATCH.md +++ b/docs/TODO_PATCH.md @@ -8,14 +8,14 @@ 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.0.2 (released at: in progress) +## v5.0.2 (released at: 19.01.2018) - [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 -- [ ] Set 24 bit colors upper byte (alpha) to 0xFF +- [x] Set 24 bit colors upper byte (alpha) to 0xFF ## v5.0.1 (released at: 02.01.2018) - [x] lv_list: fixed when mouse and keyboard used together