From 61111536a800a89ab718255094df67051ba38e0c Mon Sep 17 00:00:00 2001 From: Insality Date: Tue, 20 May 2025 00:51:34 +0300 Subject: [PATCH] Release 1.1.4 --- README.md | 2 +- game.project | 2 +- wiki/changelog.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1ebd98..c8ec557 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Open your `game.project` file and add the following lines to the dependencies fi **[Druid](https://github.com/Insality/druid/)** ``` -https://github.com/Insality/druid/archive/refs/tags/1.1.3.zip +https://github.com/Insality/druid/archive/refs/tags/1.1.4.zip ``` **[Defold Event](https://github.com/Insality/defold-event)** diff --git a/game.project b/game.project index 8b5dabd..1cf898b 100644 --- a/game.project +++ b/game.project @@ -14,7 +14,7 @@ update_frequency = 60 [project] title = Druid -version = 1.1.3 +version = 1.1.4 publisher = Insality developer = Maksim Tuprikov custom_resources = /example/locales diff --git a/wiki/changelog.md b/wiki/changelog.md index ba9ca34..909b6c8 100644 --- a/wiki/changelog.md +++ b/wiki/changelog.md @@ -712,3 +712,6 @@ 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.1.4 +- [#312] Fix for text metrics issue if returned height is 0 sometimes