Skip to content

Commit

Permalink
release v1.9.7.0.183.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Jul 12, 2020
1 parent 5407a02 commit c019b32
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group 'com.itangcent'
version '1.9.7.183.0'
version '1.9.7.0.183.0'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.daemon=true
org.gradle.workers.max=8
idea_version=2017.3.5
plugin_name=EasyYapi
plugin_version=1.9.6.0.183.0
plugin_version=1.9.7.0.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
8 changes: 1 addition & 7 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.9.6.0">v1.9.6.0.183.0(2020-05-13)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.9.7.0">v1.9.7.0.183.0(2020-07-12)</a>
<br/>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
Expand All @@ -11,10 +11,4 @@
<li> feat: handle annotation `CookieValue`<a
href="https://github.com/tangcent/easy-api/pull/300">(#300)</a>
</li>
</ul>
<ul>fix
<li>fix: preserving the order of field in `YapiFormatter` <a
href="https://github.com/tangcent/easy-yapi/pull/189">(#189)</a></li>
<li>opti: input new token if the old one be deleted. <a
href="https://github.com/tangcent/easy-yapi/pull/192">(#192)</a></li>
</ul>
5 changes: 5 additions & 0 deletions idea-plugin/parts/pluginDescription.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ <h1>easy-yapi</h1>
<li>与之相对的是, 你可以灵活的运用配置规则来适应你的项目特性以减少代码侵入.</li>
</ul>
<br/>
<p>
如果快捷键无效, 请检查快捷键冲突.
可以在 <kbd>Preferences(Settings)</kbd> > <kbd>KeyMap</kbd>修改快捷键.
</p>
<br/>

<b>详细信息参考:<a href="https://easyyapi.com">Guide</a></b>
<ul>导出API到Yapi,有四种方法:
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>1.9.6.0.183.0</version>
<version>1.9.7.0.183.0</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

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

0 comments on commit c019b32

Please sign in to comment.