Skip to content

Commit

Permalink
version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
superRaytin committed Nov 30, 2015
1 parent ea97720 commit 9cbbc5e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Puzzler

Latest: **v0.8.3** [changeLog](docs/CHANGELOG.md)

- Mac OS X: [32bit](http://pan.baidu.com/s/1mgMZFVq) / [64bit](http://pan.baidu.com/s/1gdwL1JX)
- Windows: [32bit](http://pan.baidu.com/s/1dDBIGmd) / [64bit](http://pan.baidu.com/s/1gdAsAd1)
- Mac OS X: [32bit](http://pan.baidu.com/s/1jGDA2yU) / [64bit](http://pan.baidu.com/s/1c0ju7de)
- Windows: [32bit](http://pan.baidu.com/s/1c0sNYQs) / [64bit](http://pan.baidu.com/s/1bnHS2B1)

## Features

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Puzzler

## 下载地址

最新版本: **v0.8.3** [changeLog](docs/CHANGELOG.md)
最新版本: **v0.8.4** [changeLog](docs/CHANGELOG.md)

- Mac OS X: [32bit](http://pan.baidu.com/s/1pJCKuSj) / [64bit](http://pan.baidu.com/s/1mgpjPQ4)
- Windows: [32bit](http://pan.baidu.com/s/1i3uFAT3) / [64bit](http://pan.baidu.com/s/1jGLcb7g)
- Mac OS X: [32bit](http://pan.baidu.com/s/1jGDA2yU) / [64bit](http://pan.baidu.com/s/1c0ju7de)
- Windows: [32bit](http://pan.baidu.com/s/1c0sNYQs) / [64bit](http://pan.baidu.com/s/1bnHS2B1)

> 目前提供了 Mac 和 Windows 两个平台的客户端,如果需要在 Linux 系统上使用此工具,欢迎联系我,我将乐于在 Linux 系统上测试提供帮助。
Expand Down
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"download": {
"allow": true,
"win32": {
"url": "http://pan.baidu.com/s/1i3uFAT3",
"url": "http://pan.baidu.com/s/1c0sNYQs",
"type": "page"
},
"win64": {
"url": "http://pan.baidu.com/s/1jGLcb7g",
"url": "http://pan.baidu.com/s/1bnHS2B1",
"type": "page"
},
"osx32": {
"url": "http://pan.baidu.com/s/1pJCKuSj",
"url": "http://pan.baidu.com/s/1jGDA2yU",
"type": "page"
},
"osx64": {
"url": "http://pan.baidu.com/s/1mgpjPQ4",
"url": "http://pan.baidu.com/s/1c0ju7de",
"type": "page"
}
}
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.8.4 (2015.11.30)
- 修复了通过拖拽导入文件的问题
- 版本检测窗口增加新版本更新日志展示

### 0.8.3 (2015.11.29)
- 新版本检测
- 新增帮助文档
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Puzzler",
"version": "0.8.3",
"version": "0.8.4",
"main": "src/main.html",
"window": {
"icon": "src/img/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion src/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var require = global.require,
module.exports = {
"name": "Puzzler",
"desc": "Slicing image into HTML",
"version": "0.8.3",
"version": "0.8.4",
"updateURL": "https://raw.githubusercontent.com/superRaytin/puzzler/stable/config.json",
"memory": {
"lastSaveDir": "", // 最后一次保存目录路径
Expand Down

0 comments on commit 9cbbc5e

Please sign in to comment.