📦 Chore(custom): update changelog for 3.3.0

This commit is contained in:
Kuingsmile
2026-01-16 16:02:29 +08:00
parent d4b65c5821
commit 081f629c2b
2 changed files with 28 additions and 8 deletions

View File

@@ -1,8 +1,18 @@
## 🎉 [v3.2.2] 更新日志
## 🎉 [v3.3.0] 更新日志
请务必更新该版本3.2.1中意外引入了一些问题。
### ✨ 新增功能
- windows下新增便携模式无需安装即可运行数据存储在程序目录下的`data`文件夹中,支持自动更新
- 新增自定义主题功能,主题仓库[PicList ThemeHub](https://github.com/Kuingsmile/PicList-ThemeHub)
- 12个内置主题供选择如bilibili、二次元、极夜紫、gemini等风格
- 相册页面多项优化支持显示已选择图片数量匹配的url列表和记忆过滤器打开状态
- 新增教学引导页面,首次运行时会自动弹出
- 现在支持关闭GPU加速解决部分兼容性问题
- 新增高级动画设置开启后可获得更好的UI体验
- Linux下新增rpm安装包
- 优化了相册页面的加载速度
### 🐛 问题修复
- 修复了3.2.1中第二图床无法上传的问题
- 修复了部分图床如果设置主机地址是有尾随斜杠导致无法云端删除的问题
- 修复了管理页面中排序下拉框显示异常的问题
- 修复了暗色模式下任务页面的显示问题

View File

@@ -1,8 +1,18 @@
## 🎉 [v3.2.2] 更新日志
## 🎉 [v3.3.0] Release Notes
Please update to this version as 3.2.1 unintentionally introduced some issues.
### ✨ New Features
- Added portable mode on Windows, allowing the program to run without installation. Data is stored in the `data` folder within the program directory, and automatic updates are supported.
- Added custom theme functionality, with a theme repository available at [PicList ThemeHub](https://github.com/Kuingsmile/PicList-ThemeHub)
- 12 built-in themes available, such as bilibili, ACG, Night Purple, gemini styles
- Multiple optimizations on the album page, supporting display of the number of selected images, matching URL list, and remembering filter open state
- Added tutorial guide page, which automatically pops up on first run
- Now supports disabling GPU acceleration to resolve some compatibility issues
- Added advanced animation settings for a better UI experience
- Added rpm installation package for Linux
- Optimized the loading speed of the album page
### 🐛 Bug Fixes
- Fixed an issue where the second image bed could not upload in 3.2.1
- Fixed an issue where some image beds could not be deleted from the cloud if the host address was set with a trailing slash
- Fixed an issue where the sort dropdown in the management page displayed abnormally
- Fixed an issue where the task page displayed incorrectly in dark mode