From c8d7a5238493e684f233d9f6736f5b2d28d9eaf5 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sun, 13 Nov 2022 11:11:45 +0400 Subject: [PATCH] add 4.5.6 API additions to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6810705..74bff39 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ The type of script is determined by the line (meta tag) at the beginning of the * 4.5.0 - the `aio` module has been significantly expanded, also added `system:currency()` and `ui:show_list_dialog()`; * 4.5.2 - added `anim` and `morph` packages, added `calendar:open_event()` function; * 4.5.3 - removed get_ prefixes where they are not needed while maintaining backward compatibility; -* 4.5.5 - added `on_action` callback and `calendar:add_event` function. +* 4.5.5 - added `on_action` callback and `calendar:add_event` function; +* 4.5.6 - `aio:active_widgets()` now returns also widget `label`, added `checks` module. # Widget scripts @@ -244,6 +245,7 @@ Format of table elements returned by `aio:available_widgets()`: Format of table elements returned by `aio:active_widgets()`: * `name` - internal name of the widget; +* `label` - widget visible name; * `position` - position on the screen; * `folded` - true if widget is folded. @@ -509,6 +511,7 @@ AIO Launcher also includes: * [Lua-Simple-XML-Parser](https://github.com/Cluain/Lua-Simple-XML-Parser) - XML parser (see example `xml-test.lua`). * [luaDate](https://github.com/Tieske/date) - time functions; * [LuaFun](https://github.com/luafun/luafun) - high-performance functional programming library for Lua; +* [checks](lib/checks.lua) - check the types of function arguments; # Metadata