File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
src/lib/components/Modal/Changelog Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pixiv-downloader" ,
3
3
"private" : true ,
4
- "version" : " 1.3.1 " ,
4
+ "version" : " 1.4.0 " ,
5
5
"type" : " module" ,
6
6
"licenses" : [
7
7
{
Original file line number Diff line number Diff line change 19
19
<header class ="modal-header text-2xl font-bold" >Pixiv Downloader {__VERSION__ }</header >
20
20
<article class =" modal-body mt-4" >
21
21
<ul class =" list-disc list-inside leading-loose" >
22
- <li >New: Add support for all the fallen booru.</li >
23
- <li >优化:现在支持多标签页排队进行批量下载。</li >
24
- <li >优化:下载按钮现在会响应式更新完成状态。</li >
25
- <li >优化:导入,清除历史记录不再刷新页面。</li >
26
- <li >修复:Pixiv浏览记录页不显示下载按钮的问题。</li >
22
+ <li >
23
+ 新增:现在可以批量下载pixiv<a
24
+ href =" https://www.pixiv.net/user/3617446/series/136196"
25
+ target =" _blank"
26
+ class =" anchor" >漫画系列</a
27
+ >。
28
+ </li >
29
+ <li >新增:现在可以批量下载Danbooru: posts, pools, favorite groups。</li >
30
+ <li >
31
+ 新增:现在可以在【设置】【其它】中填入cf_clearance cookie(rule34无法正常下载图片时)。
32
+ </li >
33
+ <li >修复:Pixiv多图预览按钮被遮挡的问题。</li >
34
+ <li >修复:切换主题时Pixiv收藏标签按钮颜色不改变的问题。</li >
27
35
</ul >
28
36
</article >
29
37
<footer class =" modal-footer mt-4" >
You can’t perform that action at this time.
0 commit comments