From b693c6ed980557c6bbc68cfa569680ecc1ab63d0 Mon Sep 17 00:00:00 2001 From: alvince Date: Sat, 25 Aug 2018 20:51:31 +0800 Subject: [PATCH] Update vertion to 1.1.1 --- README.md | 2 +- UPDATES.md | 5 +++++ gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 7 +++---- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2c0cf99..7265421 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ IDEA-Pic-Tinify - [x] 增加压缩耗时/大小信息统计 - [x] 备份原图 -- [ ] 批量压缩图片记住上次选择路径 +- [x] 批量压缩图片记住上次选择路径 LICENSE --- diff --git a/UPDATES.md b/UPDATES.md index 92cfc6c..a90ce33 100644 --- a/UPDATES.md +++ b/UPDATES.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 756c26f..430fd1f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ plugin_name=Tinify Picture -plugin_version=1.1.0 +plugin_version=1.1.1 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index f847a89..373bade 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.alvincezy.TinyPic2 Tinify Picture - 1.1.0 + 1.1.1 alvince -
  • Support file tinify from context menu
  • -
  • Add tinify size / time cost info output
  • -
  • Few optimize
  • +
  • Support backup original images
  • +
  • Cache last select files root (for current session)
  • Visit for more details Updates ]]>