Skip to content

Commit

Permalink
version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleduo committed Jul 15, 2016
1 parent 984d434 commit 3d0ee37
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ TinyPNG client for Mac

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

This is a client of TinyPNG 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.
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 0.93

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

### Version 0.9 brings a lot of change.

1. Whole new design UI.
Expand Down
6 changes: 5 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ TinyPNG client for Mac

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

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

### Version 0.93

1. 支持 **JPG****JPEG**.

### 0.9版本带来了很多更新

Expand Down
Binary file modified archive/TinyPNG4Mac.app.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions source/tinypng4mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion source/tinypng4mac/views/DragContainer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protocol DragContainerDelegate {
class DragContainer: NSView {
var delegate : DragContainerDelegate?

let acceptTypes = ["png"]
let acceptTypes = ["png", "jpg", "jpeg"]

let normalColor: CGFloat = 0.95
let highlightColor: CGFloat = 0.99
Expand Down

0 comments on commit 3d0ee37

Please sign in to comment.