📝 Docs(release): update 2.4.3 docs

This commit is contained in:
PiEgg
2026-01-12 20:57:54 +08:00
parent 2a716ecdbc
commit 5eb3755fa2
+17
View File
@@ -0,0 +1,17 @@
# PicGo 2.4.3 Changelog
## Features
- Add: Batch URL upload support (#1376). See #1302 for details
- Add: [Global URL rewrite](https://picgo.github.io/PicGo-Core-Doc/guide/config.html#settings) support (#1377). See #1281 for details
- Refactor: Gallery image URL can not only rewrite the host but also the whole link. See #1255 for details
----------
## Features
- 新增:支持批量 URL 上传(#1376),参考 #1302
- 新增:支持[全局 URL 重写](https://picgo.github.io/PicGo-Core-Doc/zh/guide/config.html#settings)(#1377),参考 #1281
- 重构:相册页的图片 URL 可以批量修改,不仅仅只是修改 HOST,参考 #1255
## Bug Fixes
- 修复:相册页图床列表显示状态与相册不同步的问题(#1373),参考 #1372
- 修复:一些 UI 问题