Skip to content

Commit e50ecb1

Browse files
committed
Update plugin desc
1 parent e0c70d4 commit e50ecb1

2 files changed

Lines changed: 34 additions & 12 deletions

File tree

UPDATES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Changes Log
2+
===
3+
4+
### 1.1.0
5+
6+
- Support file tinify from context menu
7+
- Add tinify size / time cost info output
8+
- Few optimize
9+
10+
### 1.0.3
11+
12+
- Optimize processing tinify
13+
14+
### 1.0.2
15+
16+
- Shrink plugin size
17+
18+
### 1.0.1
19+
20+
- Fix compat android studio

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@
77
<description><![CDATA[
88
<h1>Tinify Picture</h1>
99
<br/>
10-
<b>
11-
<a href="https://github.com/alvince/TinyPic2">Home Page</a> |
12-
<a href="https://github.com/alvince/TinyPic2">GitHub</a> |
13-
<a href="https://github.com/alvince/TinyPic2/issues">Issues</a>
14-
</b>
15-
<!--<a href="https://plugins.jetbrains.com/idea/plugin/8579">Plugin Page</a> |-->
16-
<br/>
17-
<br/>
18-
10+
<p>
11+
<b>
12+
<a href="https://github.com/alvince/TinyPic2">Homepage</a>&nbsp;|&nbsp;
13+
<a href="https://github.com/alvince/TinyPic2">GitHub</a>&nbsp;|&nbsp;
14+
<a href="https://github.com/alvince/TinyPic2/issues">Issues</a>
15+
</b>
16+
</p>
17+
<p>
1918
Compress images with TinyPng api.
2019
<br/>
20+
Powerd by <a href="https://github.com/tinify/tinify-java">tinify-java</a>
21+
</p>
2122
<br/>
2223
Website <a href="https://tinypng.com">https://tinypng.com</a>
2324
<br/>
@@ -27,10 +28,11 @@
2728

2829
<change-notes><![CDATA[
2930
<ul>
30-
<li>1.0.3 - Optimize processing tinify</li>
31-
<li>1.0.2 - Shrink plugin size</li>
32-
<li>1.0.1 - Fix compat android studio</li>
31+
<li>Support file tinify from context menu</li>
32+
<li>Add tinify size / time cost info output</li>
33+
<li>Few optimize</li>
3334
</ul>
35+
Visit for more details <a href="https://github.com/alvince/IDEA-Pic-Tinify/blob/master/UPDATES.md">Updates</a>
3436
]]></change-notes>
3537

3638
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->

0 commit comments

Comments
 (0)