From 325082c2c8d3c4d3fa000c8a3fe49422e0633824 Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Sat, 9 May 2026 14:15:35 +0800 Subject: [PATCH] :tada: Release: v3.4.0 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dde97c6..0fd2fb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +## (2026-05-09) + +* :arrow_up: Upgrade(custom): upgrade deps and devdeps a25b3c6 +* :arrow_up: Upgrade(custom): upgrade deps and fix lint error ae2fa03 +* :arrow_up: Upgrade(custom): upgrade uuid package for security issue ecf4a01 +* :arrow_up: Upgrade(custom): upgrade vue-router/dpdm to latest version 93e07c9 +* :bug: Fix(custom): fix codemirror version bug 39eda83 +* :bug: Fix(custom): fix extra-vue.d.ts file name 30f2b42 +* :bug: Fix(custom): fix i18n issue in cloud page a038969 +* :bug: Fix(custom): fix i18n issue in setting page 14dfd57 +* :bug: Fix(custom): fix per-config rename setting bugs 97f7cd8, closes #510 #508 +* :bug: Fix(custom): wait for tary windows loading before send clipboard data 68f4596, closes #481 +* :hammer: Refactor(custom): use i18next for main process 888bbbd +* :package: Chore(custom): fix eslint plugin settings 6e76152 +* :package: Chore(custom): update ESLint and TypeScript dependencies; add dist_electron to ignores 9ae2763 +* :package: Chore(custom): update winget file 229fc9c +* :pencil: Docs(custom): update change log for 3.4.0 130a390 +* :pencil: Docs(custom): update changelog c8e7399 +* :sparkles: Feature(custom): add longEdgeAsHeight setting for resize 0394bf1 +* :sparkles: Feature(custom): add upload max concurrency and upload interval setting for api 2441360, closes #487 +* :sparkles: Feature(custom): add watch for dontShowAgain to manage update tip visibility 64c59a4, closes #484 +* :sparkles: Feature(custom): allow localhost access for IPv6 in POST request handling a4a2fb9 +* :sparkles: Feature(custom): migrate sm.ms to s.ee b541563 +* :sparkles: Feature(custom): optimize ext name get for local file b02ee17 +* :sparkles: Feature(custom): optimize upload api copy 62f00d5 +* :sparkles: Feature(custom): optimize version style in plugin page 4263843 +* :sparkles: Feature(custom): support sha1,timestampS, fix rename bug in cloud and gallery 5e48e80 +* :sparkles: Feature(custom): support watch file in clipboard c8771cf, closes #486 +* :sparkles: Feature(custom): update core version 54d9fc3 +* :sparkles: Feature(custom): update endpoint area for aliyun, qiniu, tencent cos d452859 +* :sparkles: Feature(custom): update linux clipboard script for wayland 596d7af +* :sparkles: Feature(custom): update piclist-core 64f1f90 +* :sparkles: Feature(custom): update s.ee website, optimize ui c1b86a1 +* :sparkles: Feature(custom): uppercase image ext is now recognized as image in manage db1b58f +* :zap: Perf(custom): speed up software start up e99e68e, closes #489 + + + ## (2026-02-11) * :bug: Fix(custom): add fallback for webcontent f199694 diff --git a/package.json b/package.json index e96ec312..4d081d1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "3.3.2", + "version": "3.4.0", "private": true, "description": "A powerful cloud storage manage tool.", "homepage": "https://piclist.cn",