Release 1.1.4

This commit is contained in:
Insality 2025-05-20 00:51:34 +03:00
parent b5d2f313cc
commit 61111536a8
3 changed files with 5 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Open your `game.project` file and add the following lines to the dependencies fi
**[Druid](https://github.com/Insality/druid/)** **[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)** **[Defold Event](https://github.com/Insality/defold-event)**

View File

@ -14,7 +14,7 @@ update_frequency = 60
[project] [project]
title = Druid title = Druid
version = 1.1.3 version = 1.1.4
publisher = Insality publisher = Insality
developer = Maksim Tuprikov developer = Maksim Tuprikov
custom_resources = /example/locales custom_resources = /example/locales

View File

@ -712,3 +712,6 @@ Please support me if you like this project! It will help me keep engaged to upda
#### Druid 1.1.3 #### Druid 1.1.3
- Fix for node_id of cloned nodes with `gui.clone_tree` - 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