Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleduo committed May 23, 2017
1 parent 1e85db5 commit d89ce0f
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 49 deletions.
65 changes: 40 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,71 @@
# TinyPNG4Mac
TinyPNG client for Mac

![](./preview/icon.png)

This is a client of [TinyPNG](https://tinypng.com) for Mac, with which you can compress pngs without open browser and manually download images, all you need to do is just drag and drop.

[中文](./README_ZH.md)

### Version 1.0.0

### Version 0.9.3

1. Update to **Swift 3**
2. Add `Pods/` to `.gitignore`
3. Display progress when uploading/downloaing.

### Version 0.9.2

1. Support **JPG** and **JPEG**.

### Version 0.9 brings a lot of change.
1. New icon and interface
2. Support "in place"
3. Improve stability and fix bugs

1. Whole new design UI.
2. New workflow and easy to use.
3. Custom ouput path support.
4. Sorted task list.
5. Chinese support.


### Usage

1. Regist a KEY using your email at [link](https://tinypng.com/developers/subscription). You can also do this from Client since there is a button on the window.
1. Register a KEY using your email at [link](https://tinypng.com/developers). You can also do this from Client since there is a button on the window.
2. Paste your key to window. (You can edit it when you need to)
3. Drag images to the window.

### Download

\>\>\>\>\>\> [Link](https://github.com/kyleduo/TinyPNG4Mac/raw/master/archive/TinyPNG4Mac.app.zip) \<\<\<\<\<\<

Check "Anywhere" in `Preferences -> Security & privacy` if you can not open this app. Just for the first time, and I suggest you uncheck it after you open this app for security.

### Preview

![](./preview/preview.jpg)
![](./preview/preview.png)



### Download

\>\>\>\>\>\> [Link](https://github.com/kyleduo/TinyPNG4Mac/releases) \<\<\<\<\<\<

Check "Anywhere" in `Preferences -> Security & privacy` if you can not open this app. Just for the first time, and I suggest you uncheck it after you open this app for security.

#### Gif

![](./preview/preview.gif)

### Thanks

[droptogif](https://github.com/mortenjust/droptogif) -- A very useful client for convert video to gif. I learnt how to create window from that project.



### History

> **Version 0.9.3**
>
> 1. Update to **Swift 3**
> 2. Add `Pods/` to `.gitignore`
> 3. Display progress when uploading/downloaing.
>
>
>
> **Version 0.9.2**
>
> 1. Support **JPG** and **JPEG**.
>
>
>
> **Version 0.9 brings a lot of change.**
>
> 1. Whole new design UI.
> 2. New workflow and easy to use.
> 3. Custom ouput path support.
> 4. Sorted task list.
> 5. Chinese support.
### License

Developed by [@kyleduo](https://github.com/kyleduo) and available under the [MIT](http://opensource.org/licenses/MIT) license.
61 changes: 38 additions & 23 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,68 @@
# TinyPNG4Mac
TinyPNG client for Mac

![](./preview/icon.png)

这是[TinyPNG](https://tinypng.com)的Mac客户端。TinyPNG提供了PNG图片的“几乎无损”压缩服务。使用TinyPNG4Mac,你可以通过简单的拖拽完成对PNG图片的压缩,无需打开浏览器,无需手动下载图片。

### Version 0.9.3

1. 升级到Swift 3
2.`Pod/`添加到`.gitignore`
3. 上传和下载时显示进度

### Version 0.9.2

1. 支持 **JPG****JPEG**.
### 1.0.0版本

### 0.9版本带来了很多更新
1. 新设计的icon和界面
2. 支持“替换原图”
3. 修复bug,提升稳定性

1. 重新设计的UI;
2. 新的流程更加易用,安全;
3. 支持自定义保存路径;
4. 任务列表排序;
5. 支持中文。


### 使用

1.[这里](https://tinypng.com/developers/subscription)注册API Key. 你也可以在打开TinyPNG4Mac的时候注册。
1.[这里](https://tinypng.com/developers)注册API Key. 你也可以在打开TinyPNG4Mac的时候注册。
2. 将API Key粘贴到界面上。
3. 拖拽图片到窗口中。

### 下载

\>\>\>\>\>\> [点击这里下载](https://github.com/kyleduo/TinyPNG4Mac/raw/master/archive/TinyPNG4Mac.app.zip) \<\<\<\<\<\<

第一次打开可能出现“无法打开”的提示,请到`设置 -> 安全性与隐私`里面勾选`所有来源`。出于安全考虑,建议打开之后关闭这个选项。

### 预览

![](./preview/preview.jpg)
![](./preview/preview.png)



### 下载

\>\>\>\>\>\> [点击这里下载](https://github.com/kyleduo/TinyPNG4Mac/releases) \<\<\<\<\<\<

第一次打开可能出现“无法打开”的提示,请到`设置 -> 安全性与隐私`里面勾选`所有来源`。出于安全考虑,建议打开之后关闭这个选项。

#### Gif

![](./preview/preview.gif)

### 致谢

[droptogif](https://github.com/mortenjust/droptogif) -- 实用的视频转Gif的工具。我在里面学习了如何创建Window。



### 版本历史

> ### Version 0.9.3
>
> 1. 升级到Swift 3
> 2.`Pod/`添加到`.gitignore`
> 3. 上传和下载时显示进度
>
> ### Version 0.9.2
>
> 1. 支持 **JPG****JPEG**.
>
> ### 0.9版本带来了很多更新
>
> 1. 重新设计的UI;
> 2. 新的流程更加易用,安全;
> 3. 支持自定义保存路径;
> 4. 任务列表排序;
> 5. 支持中文。


### 协议

Developed by [@kyleduo](https://github.com/kyleduo) and available under the [MIT](http://opensource.org/licenses/MIT) license.
Binary file removed archive/TinyPNG4Mac.app.zip
Binary file not shown.
Binary file added archive/TinyPNG4Mac1_0_0.app.zip
Binary file not shown.
Binary file modified preview/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed preview/preview.gif
Binary file not shown.
Binary file removed preview/preview.jpg
Binary file not shown.
Binary file added preview/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/tinypng4mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit d89ce0f

Please sign in to comment.