Skip to content

Commit

Permalink
release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
superRaytin committed Dec 15, 2015
1 parent 3b710af commit 8f949bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Puzzler",
"version": "0.8.5",
"description": "优化启动界面|引入 image-clipper 模块处理图片|bug-fix",
"version": "0.8.6",
"description": "修复无法识别后缀名为大写的图片文件的问题|细节优化",
"download": {
"allow": true,
"win32": {
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.8.6 (2015.12.15)
- 修复无法识别后缀名为大写的图片文件的问题

### 0.8.5 (2015.12.10)
- 优化启动界面
- 引入 image-clipper 模块处理图片
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Puzzler",
"version": "0.8.5",
"version": "0.8.6",
"main": "src/main.html",
"window": {
"icon": "src/img/logo.png",
Expand All @@ -17,7 +17,7 @@
"cheerio": "0.19.0",
"request": "2.21.0",
"comparev": "0.1.3",
"image-clipper": "0.4.0",
"image-clipper": "0.4.1",
"iconv-lite": "0.4.13"
}
}
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.5",
"version": "0.8.6",
"updateURL": "https://raw.githubusercontent.com/superRaytin/puzzler/stable/config.json",
"memory": {
"lastSaveDir": "", // 最后一次保存目录路径
Expand Down

0 comments on commit 8f949bd

Please sign in to comment.