Skip to content

Commit

Permalink
docs: 1.1.0
Browse files Browse the repository at this point in the history
n
  • Loading branch information
drunkg00se committed Aug 16, 2024
1 parent ed31e63 commit 9d26651
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pixiv-downloader",
"private": true,
"version": "1.0.3",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
16 changes: 15 additions & 1 deletion src/lib/components/Modal/Changelog/Changelog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,21 @@
<header class="modal-header text-2xl font-bold">Pixiv Downloader {__VERSION__}</header>
<article class="modal-body mt-4">
<ul class="list-disc list-inside leading-loose">
<li>修复(Pixiv):Pixiv更新导致“已关注用户的作品”页不显示下载器的问题。</li>
<li>
新增: 支持新网站:<a class={anchor} href="https://yande.re/post" target="_blank">Yande.re</a
>。
</li>
<li>新增(Pixiv, Danbooru): 现在会将作品简介保存到历史记录中。</li>
<li>新增(Pixiv): 现在会单独记录多页插图每一页是否已下载。</li>
<li>新增(设置): 现在可以调整Mp4格式动图的码率。</li>
<li>优化(设置): 现在会在光标处插入文件名模板。</li>
<li>
<strong>实验性功能(Pixiv):</strong>下载单页插图时为插图添加<a
class={anchor}
target="_blank"
href="https://www.pixiv.net/tags/pixivGlow2024">#pixivGlow2024</a
>动态效果,可在【设置】【其它】中开启。
</li>
</ul>
</article>
<footer class="modal-footer relative mt-4 text-sm">
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Modal/Config/Panels/Others.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="flex-auto">
<p>为单页插图增加 #pixivGlow2024 效果</p>
<p class="{descritionText} !text-error-500">
* 根据插图尺寸不同,可能占用大量内存 / 转换失败
* 转换至动图格式。如果插图尺寸过大,可能占用大量内存 / 转换失败
</p>
</div>
<SlideToggle name="mix-effect" bind:checked={$store.mixEffect} size="sm"></SlideToggle>
Expand Down

0 comments on commit 9d26651

Please sign in to comment.