From 8dfe6679420e070475cdfa2b0a0d1887cc663bd8 Mon Sep 17 00:00:00 2001 From: zobnin Date: Sat, 15 Jul 2023 15:50:01 +0300 Subject: [PATCH] Created Old changelog (markdown) --- Old-changelog.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Old-changelog.md diff --git a/Old-changelog.md b/Old-changelog.md new file mode 100644 index 0000000..572dd5f --- /dev/null +++ b/Old-changelog.md @@ -0,0 +1,21 @@ +* 4.0.0 - first version with scripts support; +* 4.1.0 - added `weather` and `cloud` modules; +* 4.1.3 - added `notify`, `files` and `utils` modules; +* 4.1.5 - extended `notify` module, added `folded_string` arg to `ui:show_lines`; +* 4.3.0 - search scripts support; +* 4.4.0 - markdown support; +* 4.4.1 - rich text editor support; +* 4.4.2 - added `fmt` and `html` utility modules; +* 4.4.4 - added `tasker` module; +* 4.4.6 - added `csv` module; +* 4.4.7 - added `intent` module; +* 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.6 - `aio:active_widgets()` now returns also widget `label`, added `checks` module; +* 4.5.7 - added "fold" and "unfold" actions to the `on_action` callback; +* 4.6.0 - added `system:request_location()` and `tasker:send_command()` functions; +* 4.7.0 - added `ui:build()` and functions to display search results in different formats; +* 4.7.1 - fontawesome updated to version 6.3.0; +* 4.7.4 - added `prefs` module, `settings` module is deprecated. \ No newline at end of file