From 7226cc841c81d76f6ce3fc6298d2ce12d44fc70d Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Thu, 13 Jun 2024 22:48:02 +0800 Subject: [PATCH] :pencil: Docs(custom): v2.9.0 changelog --- currentVersion.md | 41 +++++++++++++++++++++++++++-------------- currentVersion_en.md | 41 +++++++++++++++++++++++++++-------------- 2 files changed, 54 insertions(+), 28 deletions(-) diff --git a/currentVersion.md b/currentVersion.md index 5e9ccfe..5924fe0 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,19 +1,32 @@ ### ✨ Features -- 现在从相册删除云端图片时的日志记录于日志文件中,而不是打印到控制台 -- 现在软件内窗口打开手册和打开图床手册时,会根据软件语言自动设置语言 -- 现在设置自定义mini窗口图标和保持置顶后会即时生效,不再需要重启软件 -- 优化了同步配置时的下载速度 -- 优化了监听剪贴板功能的性能表现 +- 图床 + - 现在`sm.ms`图床上传重复图片时,后上传的图片也支持云端删除了 +- 管理 + - 现在s3图床支持新建存储通 + - 调整了管理页面的部分布局 + - 代码高亮样式调整为stackoverflow-light +- 界面 + - 现在托盘菜单会根据当前状态显示开启/关闭剪贴板监听,而不是始终显示全部菜单 + - 现在托盘菜单会根据当前状态显示开启/关闭mini窗口 + - 现在鼠标悬停于托盘图标时,会显示当前图床和配置名 + - 移除了设置页面部分不必要的全局通知 + - 优化了英文下的设置页面布局 +- 性能 + - 现在启动软件时会自动清空剪贴板图片缓存文件夹 + - 优化了读取配置的性能表现 + - 优化了多个页面的加载速度 + - 升级vue等依赖至最新版本 ### 🐛 Bug Fixes -- 修复了第一次进入页面时,下拉选择项显示的默认值是后台值而非标签的问题 -- 修复了tray页面监听器没有正确移除的问题 - -### 📦Chore - -- 优化了[官网](https://piclist.cn)的加载速度,添加了`配置文件结构`的说明 -- mac打包平台迁移至`macos-12` -- 移除了已废弃的配置项相关的代码 -- 移除了管理配置中试剂未使用的`currentPicBedConfig`配置项 +- 修复了从obsidan发送删除请求时,会导致软件闪退的问题 +- 修复了使用`webp`插件时,上传剪贴板图片会导致软件闪退的问题 +- 修复了设置了图片处理操作后,上传URL会报错的问题 +- 修复了设置原始PicGo窗口大小后,重新打开设置界面时窗口大小数值没有更新的问题 +- 修复了主界面菜单加载和点击时反复触发获取图床配置导致的卡顿问题 +- 修复了切换语言时部分下拉框没有更新的问题 +- 修复了部分翻译错误 +- 管理页面 + - 修复了部分图床的文件夹复制链接错误的问题 + - 修复了文件浏览页面的css错误 diff --git a/currentVersion_en.md b/currentVersion_en.md index 2db2929..f2560c4 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,19 +1,32 @@ ### ✨ Features -- Now when deleting cloud images from the album, the log is recorded in the log file instead of being printed to the console -- Now when opening the manual and the image bed manual in the software window, the language will be automatically set according to the software language -- Now the custom mini window icon and keep top will take effect immediately after setting, no need to restart the software -- Optimized the download speed of synchronizing configuration -- Optimized the performance of listening to the clipboard function +- PicBed + - Now when uploading duplicate images to `sm.ms` image bed, the later uploaded image also supports cloud deletion +- Management + - Now s3 image bed supports creating new storage channels + - Adjusted some layouts of the management page + - The code highlighting style is adjusted to stackoverflow-light +- Interface + - Now the tray menu will display the open/close clipboard monitoring according to the current status, instead of always displaying all menus + - Now the tray menu will display the open/close mini window according to the current status + - Now when the mouse hovers over the tray icon, the current image bed and configuration name will be displayed + - Removed some unnecessary global notifications on the settings page + - Optimized the layout of the settings page in English +- Performance + - Now the software will automatically clear the clipboard image cache folder when starting + - Optimized the performance of reading configuration + - Optimized the loading speed of multiple pages + - Upgrade dependencies such as vue to the latest version ### 🐛 Bug Fixes -- Fixed the problem that the default value displayed in the drop-down selection when entering the page for the first time is the background value rather than the label -- Fixed the problem that the tray page listener was not correctly removed - -### 📦Chore - -- Optimized the loading speed of [official website](https://piclist.cn), added the description of `configuration file structure` -- Mac packaging platform migrated to `macos-12` -- Removed the code related to the deprecated configuration items -- Removed the `currentPicBedConfig` configuration item that is not used in the management configuration +- Fix the problem that the software crashes when sending a delete request from obsidan +- Fix the problem that the software crashes when uploading clipboard images using the `webp` plugin +- Fix the problem that an error occurs when uploading a URL after setting image processing operations +- Fix the problem that the window size value is not updated when the original PicGo window size is set and the setting interface is reopened +- Fix the problem that the main interface menu repeatedly triggers the lag caused by repeatedly triggering the acquisition of the image bed configuration when loading and clicking +- Fix the problem that some drop-down boxes are not updated when switching languages +- Fix some translation errors +- Management page + - Fix the problem that the folder copy link of some image beds is incorrect + - Fix the css error of the file browsing page