Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v7.4.0 (planned on 18.08.2020)
|
||||||
|
*Available in the `dev` branch*
|
||||||
|
|
||||||
## v7.3.0 (planned on 04.08.2020)
|
## v7.3.0 (planned on 04.08.2020)
|
||||||
Available in the `dev` branch
|
*Available in the `master` branch*
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
- Add `lv_task_get_next`
|
- Add `lv_task_get_next`
|
||||||
- Add `lv_event_send_refresh`, `lv_event_send_refresh_recursive` to easily send `LV_EVENT_REFRESH` to object
|
- Add `lv_event_send_refresh`, `lv_event_send_refresh_recursive` to easily send `LV_EVENT_REFRESH` to object
|
||||||
- Add `lv_tabview_set_tab_name()` function - used to change a tab's name
|
- Add `lv_tabview_set_tab_name()` function - used to change a tab's name
|
||||||
|
|
||||||
## v7.2.0 (planned on 21.07.2020)
|
## v7.2.0 (21.07.2020)
|
||||||
*Available in the `master` branch*
|
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
- Add `LV_CALENDAR_WEEK_STARTS_MONDAY`
|
- Add `LV_CALENDAR_WEEK_STARTS_MONDAY`
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ def drivers_merge_to_release_branch(v):
|
|||||||
|
|
||||||
def docs_clone():
|
def docs_clone():
|
||||||
title("docs: Clone")
|
title("docs: Clone")
|
||||||
#cmd("git clone --recursive https://github.com/lvgl/docs.git")
|
cmd("git clone --recursive https://github.com/lvgl/docs.git")
|
||||||
os.chdir("./docs")
|
os.chdir("./docs")
|
||||||
|
|
||||||
def docs_get_api():
|
def docs_get_api():
|
||||||
|
|||||||
Reference in New Issue
Block a user