EXE
WinGet
PicGo Beta
PicGo · 2.3.1-beta.6 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
PicGo-Setup-2.3.1-beta.6-x64.exe /S
Custom
PicGo-Setup-2.3.1-beta.6-x64.exe /S /ALLUSERS
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\767a1454-0d7f-5a1a-b71b-d01e895b49f8
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
2.3.1-beta.6
Associated with 32-bit app on 64-bit clients
No
MSI Properties
Product Code
767a1454-0d7f-5a1a-b71b-d01e895b49f8
File Identity
Filename
PicGo-Setup-2.3.1-beta.6-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
PicGo.PicGo.Beta
Version
2.3.1-beta.6
Description
A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder
License
MIT License
↗
Homepage
https://molunerfinn.com/PicGo
Installer URL
https://github.com/Molunerfinn/PicGo/releases/download/v2.3.1-beta.6/PicGo-Setup-2.3.1-beta.6-x64.exe
Upgrade Behavior
install(Install over existing)
Release Notes
Feature
- 新增: 完整的i18n多语言支持,参考 #956
- 新增: 命令行调用 PicGo 上传图片支持以图片URL形式上传。例如 ./PicGo.exe upload https://xxx.com/yyy.jpg
- 新增: sm.ms 图床新增 备用上传域名 选项。由于 sm.ms 原版 api 接口被 GFW 封禁,官方提供了 smms.app 这个域名作为备用的上传域名,所以遇到 sm.ms 无法上传的情况,可以尝试修改上传域名为 smms.app ,参考 #963
- 更新: PicGo底层上传库从 request 迁移至 axios ,理论上对旧有插件是兼容的,如果插件遇到不兼容的情况请开发者参考 PicGo-Core 的 issue 进行适配
- 优化: 优化了上传出错的日志,现在输出的报错信息会更加清晰
Bug Fix
- 修复: macOS顶部窗口上传剪贴板图片bug,参考 #961
- 修复: 某些情况下腾讯云COS因为图片名有特殊字符导致上传失败的问题