Skip to content

v3.0.0

Latest

Choose a tag to compare

@Molunerfinn Molunerfinn released this 01 Jul 05:36
9ba9c3e

Features

PicGo 3.0.0 is here! A brand-new UI, light & dark theme, built-in PicGo Cloud uploader (free tier on sign-up), cloud album management, and more major updates, along with a bunch of feature improvements and bug fixes!

And we provide PicGo Skills — A new skill package for AI Agents to integrate with PicGo for uploading images and files! Enjoy!

image
  • PicGo Cloud Uploader — PicGo Cloud is now a built-in official uploader and serves as the new default (replacing SM.MS). Supports multipart uploading for large files. Free tier: 200 file items and 500 MB storage, register to use. See PicGo Cloud for details.
  • PicGo Cloud Album — Full cloud album management, including importing local upload history to the cloud, batch operations, retry queue for failed imports, and auto-sync for newly uploaded images. (Paid plan required)
  • PicGo Skills — A new skill package for AI Agents to integrate with PicGo for uploading images and files.
  • PicGo Cloud Configuration Sync — Cloud-based configuration sync with conflict resolution dialog, supporting automatic / SSE / E2E encryption modes.
  • GUI completely rewritten with React 19 — The entire renderer has been migrated from Vue 3 to React 19 + TypeScript, with a new design system built on shadcn/ui + Tailwind CSS v4. This brings a more polished, consistent, and performant user experience across all platforms.
  • Light & Dark theme — Full light and dark mode support. Automatically follows your system appearance, or manually switch in Settings > Appearance.
  • Reactive Plugin Config — Plugin configuration panels now support cascading dropdowns and reactive fields via dependsOn. When the depended field changes, choices and default are re-evaluated dynamically. (#1411)
  • New plugin config field type: editor — A multi-line text editor field for plugin config. Renders as a resizable <Textarea> in GUI. (#1408)
  • New Dashboard — Refreshed upload page with drag & drop zone, URL input dialog, uploader switcher, cloud history integration, and upload progress feedback.
image
  • New Album UI — Redesigned album page with masonry layout, image preview, sidebar with cloud/local source switching, selection box, batch URL rewrite, and cloud import progress tracking.
image
  • New Providers page — Dedicated image host (uploader) configuration page with search, status badges, and a streamlined config form.
image
  • New Plugins page — Redesigned plugin management with a detail panel (readme, config, transformer tabs), sidebar search, and improved install/update/uninstall flow.
image
  • ✨ New PicGo Cloud page — Configuration sync, plan usage details, and more.
image
  • New Settings page — Reorganized settings into categorized sections (General, Appearance, Network, Upload Workflow, Shortcuts, URL Rewrite, About) with a sidebar navigation.
image

Breaking Changes / Updates

  • Change: Node.js >= 20.19.0 or >= 22.12.0 is now required for PicGo-Core v3, due to ES Module support stability.
  • Change: Default uploader changed from smms (SM.MS) to picgo-cloud. Existing configurations with picBed.uploader or picBed.current set are respected — only fresh installations are affected. Use settings to switch.
  • Change: The renderer tech stack has been migrated from Vue 3 to React 19. Plugin authors who relied on Vue-specific GUI internals should note this change.
  • Upgrade: Tailwind CSS upgraded from v3 to v4.
  • Upgrade: axios upgraded from v0.x to v1.x.

Bug Fixes

  • Fix: Plugin configuration dialogs now refresh correctly when switching between plugins (#1394)
  • Fix: Migrate renderer electron access to preload bridge for better security (#1405)
  • Fix: Signed path extract error (#1407)

Other

  • Docs: Fix https// typo in Chinese FAQ, thanks @pikammmmm for the contribution! (#1410)

Features

PicGo 3.0.0 来了!全新 UI、明暗主题、内置 PicGo Cloud 图床(注册即享免费额度)、云相册管理等重磅更新,还有一系列功能改进与问题修复!

并且我们提供了 PicGo Skills — 一个给 AI agent 使用的 skills 技能包,方便你的 AI Agent 接入 PicGo 并上传图片、文件!

image
  • PicGo Cloud 图床 — PicGo Cloud 成为内置官方图床并设为新的默认图床(替代 SM.MS)。支持大文件分片上传。免费额度:200 个文件500 MB 存储空间,注册即可使用。详见 PicGo Cloud
  • PicGo Cloud 云相册 — 完整的云相册管理功能,支持将本地上传历史导入云端、批量操作、失败导入重试队列,以及新上传图片自动同步到云相册。(需要付费计划)
  • PicGo Skills — 全新的 PicGo 技能包,方便你的 AI Agent 接入 PicGo 上传图片和文件。
  • PicGo Cloud 配置同步 — 基于云端的配置同步,带冲突解决弹窗,支持自动 / 服务器端加密 (SSE) / 端到端加密 (E2E) 三种加密模式。
  • GUI 全面重写为 React 19 — 整个渲染进程从 Vue 3 迁移到 React 19 + TypeScript,基于 shadcn/ui + Tailwind CSS v4 构建全新设计系统,带来更精致、统一且高性能的用户体验。
  • 明暗主题 — 完整的亮色和暗色模式支持。默认跟随系统外观自动切换,也可在 设置 > 外观 中手动选择。
  • 响应式插件配置 — 插件配置面板现在支持级联下拉和响应式字段,通过 dependsOn 声明字段依赖。当被依赖字段变化时,choicesdefault 会动态重新计算。(#1411
  • 新增插件配置字段类型:editor — 插件配置的多行文本编辑器字段,在 GUI 中渲染为可调大小的 <Textarea>。(#1408
  • 全新主面板 — 焕新的上传页面,支持拖拽区域、URL 输入弹窗、图床切换器、云端历史记录整合,以及上传进度反馈。
image
  • 全新相册页面 — 重新设计的相册页面,瀑布流布局、图片预览、侧边栏支持云端/本地来源切换、框选、批量 URL 重写,以及云端导入进度追踪。
image
  • 全新图床配置页面 — 独立的图床配置页面,支持搜索、状态标签,以及简化的配置表单。
image
  • 全新插件管理页面 — 重新设计的插件管理,带详情面板(README、配置、转换器标签页)、侧边栏搜索,以及更完善的安装/更新/卸载流程。
image
  • 全新 PicGo Cloud 页面 - 支持配置同步、查看套餐额度等信息。
image
  • 全新设置页面 — 设置项按分类重新组织(通用、外观、网络、上传工作流、快捷键、URL 重写、关于),带侧边栏导航。
image

Breaking Changes / Updates

  • 修改:Node.js 最低版本要求提升至 >= 20.19.0 或 >= 22.12.0,PicGo-Core v3 需要稳定的 ES Module 支持。
  • 修改:默认图床从 smms (SM.MS) 改为 picgo-cloud。已有配置中设置了 picBed.uploaderpicBed.current 的不受影响——仅全新安装会使用新默认值。可在设置中切换。
  • 修改:渲染进程技术栈从 Vue 3 迁移到 React 19。依赖 Vue 特定 GUI 内部实现的插件作者请注意此变更。
  • 升级:Tailwind CSS 从 v3 升级到 v4。
  • 升级:axios 从 v0.x 升级到 v1.x。

Bug Fixes

  • 修复:在不同插件之间切换时,插件配置弹窗会正确刷新(#1394
  • 修复:将渲染进程的 Electron 访问迁移到 preload bridge 以提升安全性(#1405
  • 修复:签名路径解析错误(#1407

Other

  • 文档:修复中文 FAQ 中的 https// 拼写错误,感谢 @pikammmmm 的贡献!(#1410

国内可下载链接

Windows

macOS

Linux