Skip to content

Commit 8cdf19b

Browse files
authored
release 2.7.7 (#1202)
1 parent 09921dc commit 8cdf19b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

IDEA_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* 2.7.7
2+
* fix: several ApiExport actions cannot export method docs [(#1201)](https://github.com/tangcent/easy-yapi/pull/1201)
13
* 2.7.6
24
* feat: implement cookie persistence in ApiDashboardPanel [(#1198)](https://github.com/tangcent/easy-yapi/pull/1198)
35

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin_name=EasyYapi
2-
plugin_version=2.7.6.212.0
2+
plugin_version=2.7.7.212.0
33
kotlin.code.style=official
44
kotlin_version=1.8.0
55
junit_version=5.9.2
6-
itangcent_intellij_version=1.7.4
6+
itangcent_intellij_version=1.7.5
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.6">v2.7.6(2025-03-09)</a><br>
1+
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.7">v2.7.7(2025-03-12)</a><br>
22
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
33

44
<h3>Enhancements:</h3>
55

6-
<ul>
7-
<li>feat: implement cookie persistence in ApiDashboardPanel (<a href="https://github.com/tangcent/easy-yapi/pull/1198">#1198</a>)</li>
6+
<h3>Fixes:</h3>
87

9-
<li>feat: Improve ApiDashboard lifecycle management and context handling (<a href="https://github.com/tangcent/easy-yapi/pull/1197">#1197</a>)</li>
8+
<ul>
9+
<li>fix: several ApiExport actions cannot export method docs (<a href="https://github.com/tangcent/easy-yapi/pull/1201">#1201</a>)</li>
1010
</ul>
11-
12-
<h3>Fixes:</h3>

idea-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.itangcent.idea.plugin.easy-yapi</id>
33
<name>EasyYapi</name>
4-
<version>2.7.6.212.0</version>
4+
<version>2.7.7.212.0</version>
55
<vendor email="pentatangcent@gmail.com" url="https://github.com/tangcent">Tangcent</vendor>
66

77
<description><![CDATA[ Description will be added by gradle build]]></description>

0 commit comments

Comments
 (0)