From 7b5264aca065f6a9ebd9a0c43ccac6f937f95b4b Mon Sep 17 00:00:00 2001 From: Insality Date: Wed, 28 May 2025 23:27:45 +0300 Subject: [PATCH] Update changelog --- wiki/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wiki/changelog.md b/wiki/changelog.md index ba9ca34..6e25659 100644 --- a/wiki/changelog.md +++ b/wiki/changelog.md @@ -712,3 +712,16 @@ Please support me if you like this project! It will help me keep engaged to upda #### Druid 1.1.3 - Fix for node_id of cloned nodes with `gui.clone_tree` + + +### Druid 1.2.0 +- Fix for blocker internal enabled state depends from GUI node +- Move to druid colors for rich text +- Fix for container stretch mode (stretch and fit is not worked in init function) +- Add split_to_characters in rich text for making fancy text +- Druid GO Widgets now can wrap an events to (before only top level functions) +- Ability to pass params to Druid GO Widgets +- Update properties panel: + - Add "scenes" to manage a list of properties with back button support + - Add "refresh" button, which active a 1-sec refresh for current page + - Add "Render lua table" to easily render your lua tables with a various types support (any simple types and vector, functions, events etc)