📝 Docs: add 2.5.3 docs

This commit is contained in:
PiEgg
2026-03-06 15:30:30 +08:00
parent ba9fd5c1af
commit ff85edeaaf
+17
View File
@@ -0,0 +1,17 @@
# PicGo 2.5.3 Changelog
## Bug Fixes
- Fix: Plugin configuration dialogs now refresh correctly when switching between plugins, avoiding stale form data from the previous plugin (#1394)
- Fix: Latest version checking now compares stable and beta releases correctly when beta updates are enabled, avoiding incorrect update prompts (#1396)
## Other
- Update: README now includes a Nix/NixOS setup note, thanks @qrzbing for the contribution! (#1390)
----------
## Bug Fixes
- 修复:在不同插件之间切换时,插件配置弹窗会正确刷新,避免沿用上一个插件的旧表单数据(#1394
- 修复:开启 beta 更新通道后,最新版本检查会正确比较正式版与 beta 版,避免更新提示不准确(#1396
## Other
- 更新:README 补充了 Nix/NixOS 相关说明,感谢 @qrzbing 的贡献!(#1390