Releases: Molunerfinn/PicGo
Releases · Molunerfinn/PicGo
v2.5.3
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
Bug Fixes
- 修复:在不同插件之间切换时,插件配置弹窗会正确刷新,避免沿用上一个插件的旧表单数据(#1394)
- 修复:开启 beta 更新通道后,最新版本检查会正确比较正式版与 beta 版,避免更新提示不准确(#1396)
Other
v2.5.2
v2.5.1
Features
You need to remove the backupDomain of the smms config, or change it to s.ee
Bug Fixes
- Fix: Plugin search no longer throws when an npm package description is empty (#1383)
Other
- Update: Refresh the documentation link in the GitHub bug report template
Features
你需要删掉 smms 配置里的备用域名,或者改成 s.ee
Bug Fixes
- 修复:插件搜索在 npm 包描述为空时会报错的问题(#1383)
Other
- 更新:更新 GitHub 问题模板中的文档链接
v2.5.0
Features
- PicGo Cloud is here! Added PicGo Cloud support. You can now login/logout to enjoy the Configuration Sync feature for free!
- Sync your configurations across platforms.
- Cloud saves the last 3 history records for recovery or rollback.
- Supports 3 encryption modes:
- Auto: Follows the last encryption strategy of the server (Default is SSE).
- Server-side Encryption (SSE): Encrypted storage by the server, no PIN required.
- End-to-End Encryption (E2E): Requires a PIN to encrypt/decrypt your profile. Please keep your PIN safe as it cannot be recovered if lost.
- For more details, please refer to the PicGo Blog and PicGo Doc.
Breaking Changes / Updates
- Change: The default upload shortcut has been changed to
CmdOrCtrl + Shift + U(PreviouslyCmdOrCtrl + Shift + P) to avoid conflicts. - Change: On Windows, PicGo now opens the main window by default after launching (Previously silent mode). You can change this behavior in PicGo Settings. See #1381 for details
- Update: Official domains have been updated:
- Website: https://picgo.app/
- Docs: https://docs.picgo.app/
- Cloud: https://cloud.picgo.app/
Features
- PicGo Cloud 来了! 新增 PicGo Cloud 模块,支持登录/登出。登录后即可免费使用配置同步功能!
- 支持跨平台将配置同步到云端。
- 云端默认保存近三次的历史记录供恢复或者回滚。
- 配置同步支持三种加密模式:
- 自动:跟随服务端上一次的加密策略(默认是服务端加密 SSE)。
- 服务器端加密 (SSE):由服务端加密存储,无需 PIN。
- 端到端加密 (E2E):启用时会弹出风险提示,需要妥善保管 PIN(用于加解密你的配置文件,丢失将无法找回)。
- 更多配置同步相关的细节,请参考 PicGo Blog 和 PicGo 文档。
Breaking Changes / Updates
- 修改:默认的上传快捷键改为
CmdOrCtrl + Shift + U。(此前是CmdOrCtrl + Shift + P)。 - 修改:Windows 安装/启动后默认打开主窗口(此前是静默模式)。你可以在 PicGo 设置里修改这个行为。参考 #1381
- 更新:官方域名已更新:
v2.4.3
Features
- Add: Global URL rewrite support (#1377). See #1281 for details
iShot_2026-01-12_20.39.40.mp4
- Refactor: Gallery image URL can not only rewrite the host but also the whole link. See #1255 for details
iShot_2026-01-12_20.44.12.mp4
Bug Fixes
- Fix: Image host list visible status not synced with gallery (#1373). See #1372 for details
- Fix: Some UI bugs
Features
iShot_2026-01-12_20.39.40.mp4
- 重构:相册页的图片 URL 可以批量修改,不仅仅只是修改 HOST,参考 #1255
iShot_2026-01-12_20.44.12.mp4
Bug Fixes
v2.4.2
Features
- New: macOS version with signature && notarization. No more manual handling

- Add duplicate button for image host config item. And add a double confirm dialog for
duplicateanddeleteconfig item action

- Add: Refactor notifications and add
Play notification Soundsetting (#1370). See #1229 for more details.

Bug Fixes
- Fix: An issue that the app icon will be too big under macOS 26. See #1367 for more details
- Fix: Clamp tray image titles to two lines, or the style will be broken

Other
- Refactor: Remove config store (#1371)
Features
- 新增:macOS 版本签名+公证,现在不再需要手动放行,可以直接下载安装使用

- 新增:图床配置界面新增复制按钮,可以一键复制已有配置,方便进行多样化操作。同时复制和删除均增加二次确认弹窗

- 新增:重构通知并新增
开启通知提示音的设置(#1370),参考 #1229

Bug Fixes
- 修复:在 macOS 26 版本下 app 图标过大的问题。参考 #1367
- 修复:托盘图片标题最多显示两行否则样式会被破坏的问题

Other
- 重构:移除 config store(#1371)
v2.4.2-beta.0
Features
Happy New Year!
- New: macOS version with signature && notarization. No more manual handling.
- Add duplicate button for image host config item. And add a double confirm dialog for
duplicateanddeleteconfig item action.
Bug fixes
- Fix: An issue that the app icon will be too big under macOS 26. See #1367 for more details.
Features
新年快乐!
- 新增:macOS 版本签名+公证,现在不再需要手动放行,可以直接下载安装使用。
- 新增:图床配置界面新增复制按钮,可以一键复制已有配置,方便进行多样化操作。同时复制和删除均增加二次确认弹窗。
Bug fixes
- 修复:在 macOS 26 版本下 app 图标过大的问题。参考 #1367
2.4.1
Features
- Add
showMenubarIconsetting to control the visibility of the macOS menu bar icon. See #1222 for details.
Bug Fixes
- Fix: An issue where the macOS menu bar window could not read images from the clipboard. See #1310 for details.
- Fix: An issue where the macOS Intel build could not be opened. Please take a look at #1363 and #1310 for details.
Other
- Upgraded Electron to v38 and migrated the underlying build framework to Electron-vite.
- Unified the main window UI on Windows/Linux to match the macOS style.

- Updated ARM64 builds for Windows & Linux, and added Linux deb packages.
Features
- 新增
showMenubarIcon配置项,用于控制 macOS 顶部栏图标的显示与隐藏。参考 #1222 。
Bug Fixes
Other
2.4.1-beta.1
Bug Fixes
- Fix: An issue where the macOS Intel build could not be opened. Please take a look at #1363 and #1310 for details.
Bug Fixes
Full Changelog: v2.4.1-beta.0...v2.4.1-beta.1
2.4.1-beta.0
Bug Fixes
- 修复 macOS 顶部栏窗口无法获取剪贴板图片的问题。参考 #1310
Others
- 更新 Electron 版本到 38 以及切换底层开发框架到 Electron-vite
- 更新 Windows\Linux 系统现在主窗口的样式跟 macOS 一致了
- 更新 Windows & Linux 平台的 ARM64 架构构建产物;新增 Linux
deb构建产物。
Bug Fixes
- Fix: An issue where the macOS menu bar window could not read images from the clipboard. See #1310 for details.
Others
-
Upgraded Electron to v38 and migrated the underlying build framework to Electron-vite.
-
Unified the main window UI on Windows/Linux to match the macOS style.

-
Updated ARM64 builds for Windows & Linux, and added Linux deb packages.
Full Changelog: v2.4.0...v2.4.1-beta.0