Skip to content

Commit

Permalink
Update vertion to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvince committed Aug 25, 2018
1 parent d07012c commit b693c6e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ IDEA-Pic-Tinify

- [x] 增加压缩耗时/大小信息统计
- [x] 备份原图
- [ ] 批量压缩图片记住上次选择路径
- [x] 批量压缩图片记住上次选择路径

LICENSE
---
Expand Down
5 changes: 5 additions & 0 deletions UPDATES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes Log
===

### 1.1.1

- Support backup original images
- Cache last select files root (for current session)

### 1.1.0

- Support file tinify from context menu
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
plugin_name=Tinify Picture
plugin_version=1.1.0
plugin_version=1.1.1
7 changes: 3 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/alvince/IDEA-Pic-Tinify">
<id>com.alvincezy.TinyPic2</id>
<name>Tinify Picture</name>
<version>1.1.0</version>
<version>1.1.1</version>
<vendor email="[email protected]" url="https://github.com/alvince">alvince</vendor>

<description><![CDATA[
Expand All @@ -28,9 +28,8 @@

<change-notes><![CDATA[
<ul>
<li>Support file tinify from context menu</li>
<li>Add tinify size / time cost info output</li>
<li>Few optimize</li>
<li>Support backup original images</li>
<li>Cache last select files root (for current session)</li>
</ul>
Visit for more details <a href="https://github.com/alvince/IDEA-Pic-Tinify/blob/master/UPDATES.md">Updates</a>
]]></change-notes>
Expand Down

0 comments on commit b693c6e

Please sign in to comment.