We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83234a3 commit cfc9026Copy full SHA for cfc9026
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "pixiv-downloader",
3
"private": true,
4
- "version": "1.12.1",
+ "version": "1.12.2",
5
"type": "module",
6
"licenses": [
7
src/lib/components/Modal/Changelog/Changelog.svelte
@@ -21,13 +21,9 @@
21
<header class="modal-header text-2xl font-bold">Pixiv Downloader {__VERSION__}</header>
22
23
<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>
28
<h4 class=" text-xl mt-2">修复</h4>
29
<ul class="list-disc list-inside leading-loose">
30
- <li>下载完成后按钮不显示已下载图标。</li>
+ <li>fix(gelbooru): Image broken due to missing referer.</li>
31
</ul>
32
</article>
33
0 commit comments