Skip to content

Commit

Permalink
docs: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkg00se committed Jul 26, 2024
1 parent e0d5a01 commit 4d843af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 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.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
10 changes: 4 additions & 6 deletions src/lib/components/Modal/Changelog/Changelog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
<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>重写了设置界面,变好看了</li>
<li>现在可以将动图转换为<strong>MP4</strong>格式(Firefox目前仅Nightly版本支持)</li>
<li>现在可以设置动图转换的质量</li>
<li>以Zip格式保存的动图现在会将每帧动画时间添加到注释中</li>
<li>Firefox现在可以将动图,打包漫画/插画保存到子目录</li>
<li>不再支持导入txt记录</li>
<li>Pixiv作品标签下载按钮调整,现在会跟踪标签颜色变化。</li>
<li>修复无法批量下载搜索结果的问题。</li>
<li>修复滚动页面时设置背景改变的问题。</li>
<li>重新适配Pixiv Previewer。</li>
</ul>
</article>
<footer class="modal-footer relative mt-4 text-sm">
Expand Down
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ export default defineConfig({
icon: 'https://www.pixiv.net/favicon.ico',
version,
description: {
'': 'Pixiv | Danbooru | Rule34. 一键下载各页面原图。批量下载画师作品,按作品标签下载。转换动图格式:Gif | Apng | Webp | Webm。自定义图片文件名,保存路径。保留 / 导出下载历史。',
'': 'Pixiv | Danbooru | Rule34. 一键下载各页面原图。批量下载画师作品,按作品标签下载。转换动图格式:Gif | Apng | Webp | Webm | MP4。自定义图片文件名,保存路径。保留 / 导出下载历史。',
'zh-TW':
'Pixiv | Danbooru | Rule34. 一鍵下載各頁面原圖。批次下載畫師作品,按作品標籤下載。轉換動圖格式:Gif | Apng | Webp | Webm。自定義圖片檔名,儲存路徑。保留 / 匯出下載歷史。',
en: 'Pixiv | Danbooru | Rule34. Download artworks with one click. Batch download artworks or download by tags. Convert ugoira formats: Gif | Apng | Webp | Webm. Customize image file name, save path. Save / export download history.'
'Pixiv | Danbooru | Rule34. 一鍵下載各頁面原圖。批次下載畫師作品,按作品標籤下載。轉換動圖格式:Gif | Apng | Webp | Webm | MP4。自定義圖片檔名,儲存路徑。保留 / 匯出下載歷史。',
en: 'Pixiv | Danbooru | Rule34. Download artworks with one click. Batch download artworks or download by tags. Convert ugoira formats: Gif | Apng | Webp | Webm | MP4. Customize image file name, save path. Save / export download history.'
},
match: ['https://www.pixiv.net/*', 'https://rule34.xxx/*', 'https://danbooru.donmai.us/*'],
noframes: true,
Expand Down

0 comments on commit 4d843af

Please sign in to comment.