Skip to content

Commit

Permalink
添加v1.1.2版本更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
makejavas committed Aug 2, 2018
1 parent 5c24d78 commit 4cbb533
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'idea'
apply plugin: 'org.jetbrains.intellij'

group 'com.sjhy'
version '1.1.1-SNAPSHOT'
version '1.1.2-SNAPSHOT'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -29,6 +29,7 @@ repositories {

dependencies {
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.6'
// compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
testCompile group: 'junit', name: 'junit', version: '4.12'
compileOnly "org.projectlombok:lombok:1.18.0"
// compileClasspath fileTree(dir: 'lib', includes: ['*.jar'])
Expand Down
11 changes: 10 additions & 1 deletion 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.sjhy.plugin.easycode</id>
<name>Easy Code</name>
<version>1.1.1</version>
<version>1.1.2</version>
<vendor email="[email protected]" url="http://www.shujuhaiyang.com">数据海洋</vendor>


Expand All @@ -21,6 +21,15 @@


<change-notes><![CDATA[
<p>1.1.2-SNAPSHOT</p>
<ul>
<li>1.This update focuses on optimizing MacOS devices.</li>
<li>1.Repair a part of the user to generate code when the card is dead.</li>
</ul>
<ul>
<li>1.本次更新注意针对Mac设备做了大量优化</li>
<li>2.修复部分用户生成代码时卡死的BUG</li>
</ul>
<p>1.1.1-SNAPSHOT</p>
<ul>
<li>1.Repairing global config can not save after modification.</li>
Expand Down

0 comments on commit 4cbb533

Please sign in to comment.