From 98abeaa35c76e3c37e890ca854cb957559b5ddd5 Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Fri, 12 Jan 2024 22:15:04 -0800 Subject: [PATCH] :sparkles: Feature(custom): enable mozJPEG encoder by default --- currentVersion.md | 1 + currentVersion_en.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/currentVersion.md b/currentVersion.md index 16d2011..a6d88f9 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -3,6 +3,7 @@ - 新增内置兰空图床上传和删除支持 - Webdav图床现在支持设置URL参数后缀 - 现在支持指定每种图片格式对应的转换后格式 +- 现在默认启用mozJPEG编码器以减小文件体积 - 现在打开手册页面会询问打开方式 - 优化了重命名选项的提示 - 更新提示窗口现在提供跳转至版本发布页手动下载的选项 diff --git a/currentVersion_en.md b/currentVersion_en.md index f791aa8..c611675 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -3,6 +3,7 @@ - Add built-in Lsky Pro image bed upload and delete support - Webdav image bed now supports setting URL parameter suffix - Now you can specify the converted format for each image format +- Now enable the mozJPEG encoder by default to reduce file size - Now the open manual page will ask for the open method - Optimize the prompt of the rename option - The update prompt window now provides an option to jump to the version release page to download manually diff --git a/package.json b/package.json index f6e2a20..802e6fc 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "multer": "^1.4.5-lts.1", "node-ssh-no-cpu-features": "^1.0.1", "nodejs-file-downloader": "^4.12.1", - "piclist": "^1.7.4", + "piclist": "^1.7.5", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0", "proxy-agent": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index d14d9e2..24f3263 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12362,10 +12362,10 @@ performance-now@^2.1.0: resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow== -piclist@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.4.tgz#db2f00a26f367900ffebd7bb52d197627961e579" - integrity sha512-XC+SG9gMpMtfYAJq1dNKWYJrXpkRiRWwPED0DTRIVWKJcHaKX3nK0uXm7O22BY8jbxB4Qh3VHIm57pxlD8Md/Q== +piclist@^1.7.5: + version "1.7.5" + resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.5.tgz#d520a24cc7bf329ddf6a61edc28f46d0314c8e95" + integrity sha512-Iu1ruE/fXoFnXT5uqoY0D3Kf72WQKlm12J2Ftk+ZAHOwYqMy7PPA/EKN763zODkU+yvz/DWTf3ZwkjehkZkCow== dependencies: "@picgo/i18n" "^1.0.0" "@picgo/store" "^2.1.0"