From 0549823ff8d32d25c46278a0631c39735dd061e9 Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Mon, 29 Jan 2024 23:57:17 +0100 Subject: [PATCH] 1.4.27 release --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bfd8cbf..a5f8e3b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## 1.4.27 +* Fixed: broken macro type conversion +* Improved: Resolve parameter-type from init-expression when typeTag is missing. +* Improved: Use field type as hint when class and enumValue names causes resolve conflicts. +* Improved: Null-safety fixes and overflow prevention. +* Improved: Misc improvements to auto-completion suggestions. ## 1.4.26 * Fixed: Parser bug that caused massive slowdown in code with many level nested structures diff --git a/gradle.properties b/gradle.properties index 499b17f31..4cc7bea25 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ pluginName = Haxe Toolkit Support pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe # SemVer format -> https://semver.org -pluginVersion = 1.4.26 +pluginVersion = 1.4.27 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU