Skip to content

Commit cfc9026

Browse files
committed
docs: release 1.12.2
1 parent 83234a3 commit cfc9026

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pixiv-downloader",
33
"private": true,
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"type": "module",
66
"licenses": [
77
{

src/lib/components/Modal/Changelog/Changelog.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@
2121
<header class="modal-header text-2xl font-bold">Pixiv Downloader {__VERSION__}</header>
2222

2323
<article class="modal-body mt-4">
24-
<h4 class=" text-xl mt-2">新增</h4>
25-
<ul class="list-disc list-inside leading-loose">
26-
<li>现在支持www.sankakucomplex.com | sankaku.app。</li>
27-
</ul>
2824
<h4 class=" text-xl mt-2">修复</h4>
2925
<ul class="list-disc list-inside leading-loose">
30-
<li>下载完成后按钮不显示已下载图标。</li>
26+
<li>fix(gelbooru): Image broken due to missing referer.</li>
3127
</ul>
3228
</article>
3329

0 commit comments

Comments
 (0)