Skip to content

Commit 86f0a31

Browse files
authored
release 2.4.4 (#620)
1 parent 5b3cf94 commit 86f0a31

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

IDEA_CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* 2.4.4
2+
* fix: avoid shell interpretation of PR body in CI workflows [(#619)](https://github.com/tangcent/easy-api/pull/619)
3+
4+
* fix: fix IconLoader compatibility [(#618)](https://github.com/tangcent/easy-api/pull/618)
5+
6+
* fix: use reflection to access MavenId to avoid binary incompatibility with IDEA 261+ (#1279) [(#617)](https://github.com/tangcent/easy-api/pull/617)
17
* 2.4.3
28
* fix: improve module finding logic by prioritizing subclass context for inherited API methods [(#615)](https://github.com/tangcent/easy-api/pull/615)
39

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin_name=EasyApi
2-
plugin_version=2.4.3.212.0
2+
plugin_version=2.4.4.212.0
33
kotlin.code.style=official
44
kotlin_version=2.1.0
55
junit_version=5.9.2
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.4.3">v2.4.3(2026-01-14)</a><br>
1+
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.4.4">v2.4.4(2026-03-17)</a><br>
22
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
33

44
<h3>Enhancements:</h3>
55

66
<h3>Fixes:</h3>
77

88
<ul>
9-
<li>fix: improve module finding logic by prioritizing subclass context for inherited API methods (<a href="https://github.com/tangcent/easy-api/pull/615">#615</a>)</li>
9+
<li>fix: avoid shell interpretation of PR body in CI workflows (<a href="https://github.com/tangcent/easy-api/pull/619">#619</a>)</li>
10+
11+
<li>fix: fix IconLoader compatibility (<a href="https://github.com/tangcent/easy-api/pull/618">#618</a>)</li>
12+
13+
<li>fix: use reflection to access MavenId to avoid binary incompatibility with IDEA 261+ (<a href="https://github.com/tangcent/easy-api/pull/1279">#1279</a>) (#617)</li>
1014
</ul>

0 commit comments

Comments
 (0)