mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-08 21:38:13 -05:00
Compare commits
No commits in common. "78bb08d800f96e5dbd0c2f03f71d71a224111a8b" and "d50f99fa5c438d87fc8b91b586d11586d9f82e44" have entirely different histories.
78bb08d800
...
d50f99fa5c
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,19 +1,3 @@
|
||||
## :tada: 2.9.7 (2024-12-30)
|
||||
|
||||
|
||||
### :bug: Bug Fixes
|
||||
|
||||
* **custom:** fix file delete bug ([e2e802b](https://github.com/Kuingsmile/piclist/commit/e2e802b))
|
||||
* **custom:** fix start mode in mac and win ([8815089](https://github.com/Kuingsmile/piclist/commit/8815089)), closes [#281](https://github.com/Kuingsmile/piclist/issues/281)
|
||||
* **custom:** fix webdav rename bug ([2bdd2d5](https://github.com/Kuingsmile/piclist/commit/2bdd2d5)), closes [#278](https://github.com/Kuingsmile/piclist/issues/278)
|
||||
|
||||
|
||||
### :pencil: Documentation
|
||||
|
||||
* **custom:** prepare for new version ([24d8b01](https://github.com/Kuingsmile/piclist/commit/24d8b01))
|
||||
|
||||
|
||||
|
||||
## :tada: 2.9.6 (2024-12-04)
|
||||
|
||||
|
||||
|
@ -1,9 +1,4 @@
|
||||
### ✨ Features
|
||||
|
||||
- 优化了Mac和Win下启动模式配置的兼容性
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- 修复了使用内置剪贴板上传时会错误删除本地文件的问题
|
||||
- 修复了webdav与高级重命名同时使用时新建目录错误的问题
|
||||
- 修复了高级重命名的自定义前缀设置没有按预期工作的问题
|
||||
- 修复了自动重命名和剪贴板文件命名缺失秒数的问题
|
||||
- 修复了插件查询失效的问题
|
||||
|
@ -1,9 +1,4 @@
|
||||
### ✨ Features
|
||||
|
||||
- Optimize the compatibility of startup mode configuration under Mac and Win
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Fix the problem of deleting local files incorrectly when uploading using the built-in clipboard
|
||||
- Fix the problem of creating a new directory incorrectly when using webdav and advanced renaming at the same time
|
||||
- Fix the problem that the custom prefix setting of advanced renaming does not work as expected
|
||||
- Fix the problem of missing seconds in automatic renaming and clipboard file naming
|
||||
- Fix the problem of invalid plugin query
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "piclist",
|
||||
"version": "2.9.7",
|
||||
"version": "2.9.6",
|
||||
"author": {
|
||||
"name": "Kuingsmile",
|
||||
"email": "pkukuing@gmail.com"
|
||||
|
Loading…
Reference in New Issue
Block a user