From 43717fc559ce935d5493201c98fa3631b0c336dc Mon Sep 17 00:00:00 2001 From: tangcent Date: Tue, 17 Mar 2026 08:32:43 +0800 Subject: [PATCH] release 2.4.4 --- IDEA_CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 8 ++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 0943462c..e515bb26 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,9 @@ +* 2.4.4 + * fix: avoid shell interpretation of PR body in CI workflows [(#619)](https://github.com/tangcent/easy-api/pull/619) + + * fix: fix IconLoader compatibility [(#618)](https://github.com/tangcent/easy-api/pull/618) + + * fix: use reflection to access MavenId to avoid binary incompatibility with IDEA 261+ (#1279) [(#617)](https://github.com/tangcent/easy-api/pull/617) * 2.4.3 * fix: improve module finding logic by prioritizing subclass context for inherited API methods [(#615)](https://github.com/tangcent/easy-api/pull/615) diff --git a/gradle.properties b/gradle.properties index 0ce2ec60..bbc890e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyApi -plugin_version=2.4.3.212.0 +plugin_version=2.4.4.212.0 kotlin.code.style=official kotlin_version=2.1.0 junit_version=5.9.2 diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 458b61f3..3a55c4df 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,4 +1,4 @@ -v2.4.3(2026-01-14)
+v2.4.4(2026-03-17)
Full Changelog

Enhancements:

@@ -6,5 +6,9 @@

Enhancements:

Fixes: