📝 Docs(custom): v2.9.0 changelog

This commit is contained in:
Kuingsmile 2024-06-13 22:48:02 +08:00
parent 07e7a26661
commit 7226cc841c
2 changed files with 54 additions and 28 deletions

View File

@ -1,19 +1,32 @@
### ✨ Features ### ✨ Features
- 现在从相册删除云端图片时的日志记录于日志文件中,而不是打印到控制台 - 图床
- 现在软件内窗口打开手册和打开图床手册时,会根据软件语言自动设置语言 - 现在`sm.ms`图床上传重复图片时,后上传的图片也支持云端删除了
- 现在设置自定义mini窗口图标和保持置顶后会即时生效不再需要重启软件 - 管理
- 优化了同步配置时的下载速度 - 现在s3图床支持新建存储通
- 优化了监听剪贴板功能的性能表现 - 调整了管理页面的部分布局
- 代码高亮样式调整为stackoverflow-light
- 界面
- 现在托盘菜单会根据当前状态显示开启/关闭剪贴板监听,而不是始终显示全部菜单
- 现在托盘菜单会根据当前状态显示开启/关闭mini窗口
- 现在鼠标悬停于托盘图标时,会显示当前图床和配置名
- 移除了设置页面部分不必要的全局通知
- 优化了英文下的设置页面布局
- 性能
- 现在启动软件时会自动清空剪贴板图片缓存文件夹
- 优化了读取配置的性能表现
- 优化了多个页面的加载速度
- 升级vue等依赖至最新版本
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- 修复了第一次进入页面时,下拉选择项显示的默认值是后台值而非标签的问题 - 修复了从obsidan发送删除请求时会导致软件闪退的问题
- 修复了tray页面监听器没有正确移除的问题 - 修复了使用`webp`插件时,上传剪贴板图片会导致软件闪退的问题
- 修复了设置了图片处理操作后上传URL会报错的问题
### 📦Chore - 修复了设置原始PicGo窗口大小后重新打开设置界面时窗口大小数值没有更新的问题
- 修复了主界面菜单加载和点击时反复触发获取图床配置导致的卡顿问题
- 优化了[官网](https://piclist.cn)的加载速度,添加了`配置文件结构`的说明 - 修复了切换语言时部分下拉框没有更新的问题
- mac打包平台迁移至`macos-12` - 修复了部分翻译错误
- 移除了已废弃的配置项相关的代码 - 管理页面
- 移除了管理配置中试剂未使用的`currentPicBedConfig`配置项 - 修复了部分图床的文件夹复制链接错误的问题
- 修复了文件浏览页面的css错误

View File

@ -1,19 +1,32 @@
### ✨ Features ### ✨ Features
- Now when deleting cloud images from the album, the log is recorded in the log file instead of being printed to the console - PicBed
- 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 when uploading duplicate images to `sm.ms` image bed, the later uploaded image also supports cloud deletion
- Now the custom mini window icon and keep top will take effect immediately after setting, no need to restart the software - Management
- Optimized the download speed of synchronizing configuration - Now s3 image bed supports creating new storage channels
- Optimized the performance of listening to the clipboard function - 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 ### 🐛 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 - Fix the problem that the software crashes when sending a delete request from obsidan
- Fixed the problem that the tray page listener was not correctly removed - 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
### 📦Chore - 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
- Optimized the loading speed of [official website](https://piclist.cn), added the description of `configuration file structure` - Fix the problem that some drop-down boxes are not updated when switching languages
- Mac packaging platform migrated to `macos-12` - Fix some translation errors
- Removed the code related to the deprecated configuration items - Management page
- Removed the `currentPicBedConfig` configuration item that is not used in the management configuration - Fix the problem that the folder copy link of some image beds is incorrect
- Fix the css error of the file browsing page