From c1b162cbdb2a411e3f8413cbb3e462ded69b3ba9 Mon Sep 17 00:00:00 2001 From: zobnin Date: Fri, 15 Mar 2024 07:13:24 +0300 Subject: [PATCH] Destroyed Old changelog (markdown) --- Old-changelog.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Old-changelog.md diff --git a/Old-changelog.md b/Old-changelog.md deleted file mode 100644 index 572dd5f..0000000 --- a/Old-changelog.md +++ /dev/null @@ -1,21 +0,0 @@ -* 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