Skip to content

Commit b8f07b1

Browse files
committed
release
1 parent 3683844 commit b8f07b1

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixiv-toolkits",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "A web extension for adding features on Pixiv",
55
"author": "leoding86 <leoding86@msn.com>",
66
"private": false,

src/statics/HISTORY_en-US

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v5.0.3
2+
Fix issue about downloaded images will not be packed into a zip file when "Pack File" setting is enabled;
3+
Fix issue about Fanbox download button is missing;
4+
Fix issue about downloaded image of illustration which has only one image will be packed into a zip file when "Always pack" setting is enabled;
5+
Fix issue about download behavior won't respect download relative location settings;
6+
Fix issue about ffmpeg can't be loaded;
7+
Minor fixes.
8+
19
v5.0.2
210
Fix issue about webm can't be generated properly.
311

src/statics/HISTORY_zh-CN

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v5.0.3
2+
修复在启动“打包文件”时下载漫画依旧没有打包的问题;
3+
修复Fanbox下载按钮不显示的问题;
4+
修复在禁用“始终打包”设置时在下载只有一张图片的图集时依旧会打包的问题;
5+
修复相对下载路径错乱的问题;
6+
修复ffmpeg无法被载入的问题;
7+
其他修复。
8+
19
v5.0.2
210
修复whammy库不能正确生成webm的问题。
311

src/statics/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
]
8282
}
8383
],
84-
"version": "5.0.2",
85-
"version_name": "5.0.2",
84+
"version": "5.0.3",
85+
"version_name": "5.0.3",
8686
"options_page": "options_page/index.html"
8787
}

0 commit comments

Comments
 (0)