mirror of
https://github.com/Molunerfinn/PicGo.git
synced 2026-09-20 11:17:32 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84fe4259eb | ||
|
|
a1f76cac9a | ||
|
|
d0defeede9 | ||
|
|
5008a92842 |
@@ -1,3 +1,18 @@
|
||||
## :tada: 2.5.2 (2026-02-10)
|
||||
|
||||
|
||||
### :bug: Bug Fixes
|
||||
|
||||
* s.ee upload error ([a1f76ca](https://github.com/Molunerfinn/PicGo/commit/a1f76ca)), closes [#1385](https://github.com/Molunerfinn/PicGo/issues/1385)
|
||||
|
||||
|
||||
### :pencil: Documentation
|
||||
|
||||
* add 2.5.1 docs ([5008a92](https://github.com/Molunerfinn/PicGo/commit/5008a92))
|
||||
* update readme for s.ee ([d0defee](https://github.com/Molunerfinn/PicGo/commit/d0defee))
|
||||
|
||||
|
||||
|
||||
## :tada: 2.5.1 (2026-02-10)
|
||||
|
||||
|
||||
|
||||
@@ -162,3 +162,23 @@ An official PicGo image host (if any) would be built into PicGo out of the box
|
||||
不可信。所有打着「PicGo 官方图床」旗号的第三方插件(包括不限于 www.picgo.net 等)都不是 PicGo 官方提供的图床或服务,请勿轻信。
|
||||
|
||||
PicGo 不会以“第三方插件”的形式要求你另外下载安装所谓的 PicGo 官方图床。如果 PicGo 真的做了官方图床,一定是开箱即用的内置在本体里的。如果你需要使用第三方图床,请优先参考 PicGo 官方维护的插件集合与社区仓库,并自行甄别来源与安全性。
|
||||
|
||||
## 14. SM.MS migrated to S.EE: how should I update my config? / SM.MS 迁移到 S.EE 后,配置应该怎么改?
|
||||
|
||||
SM.MS uploader has migrated to **S.EE** and changed from the original free plan to a paid service.
|
||||
|
||||
To continue uploading normally:
|
||||
|
||||
1. Get your API token from [https://s.ee/user/dashboard/](https://s.ee/user/dashboard/).
|
||||
2. Check your `picBed.smms.backupDomain`:
|
||||
- if it is an old domain such as `sm.ms` or `smms.app`, remove this field, or
|
||||
- change it to `s.ee`.
|
||||
|
||||
SM.MS 上传器已迁移到 **S.EE**,并且服务已从原本免费改为收费。
|
||||
|
||||
如需继续正常上传:
|
||||
|
||||
1. 到 [https://s.ee/user/dashboard/](https://s.ee/user/dashboard/) 获取 API Token。
|
||||
2. 检查你的 `picBed.smms.backupDomain`:
|
||||
- 如果是旧域名(如 `sm.ms`、`smms.app`),请删除该字段,或
|
||||
- 改为 `s.ee`。
|
||||
|
||||
@@ -49,7 +49,7 @@ Whether you’re writing a blog post, taking notes, or authoring developer docs,
|
||||
PicGo supports mainstream Image hosts out of the box, and can be extended indefinitely through its plugin system:
|
||||
|
||||
- **China cloud vendors**: Qiniu, Tencent Cloud COS, UPYUN, Alibaba Cloud OSS
|
||||
- **International / open platforms**: GitHub, SM.MS, Imgur
|
||||
- **International / open platforms**: GitHub, SM.MS(S.EE), Imgur
|
||||
- **More options via plugins**: AWS S3, Cloudflare R2, MinIO, and more
|
||||
|
||||
> **Note**: PicGo itself will no longer add new third-party Image hosts by default. You can build Image host plugins yourself—see [PicGo-Core](https://docs.picgo.app/core/).
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@
|
||||
PicGo 原生支持主流图床平台,并可通过插件系统无限扩展:
|
||||
|
||||
- **国内云厂商**:七牛云、腾讯云 COS、又拍云、阿里云 OSS
|
||||
- **国际/开源平台**:GitHub、SM.MS、Imgur
|
||||
- **国际/开源平台**:GitHub、SM.MS(S.EE)、Imgur
|
||||
- **更多支持**:通过插件支持 AWS S3、Cloudflare R2、MinIO 等第三方图床
|
||||
|
||||
> **注意**:PicGo 本体不再增加默认的第三方图床支持。你可以自行开发第三方图床插件。详见 [PicGo-Core](https://docs.picgo.app/core/)。
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
# PicGo 2.5.1 Changelog
|
||||
|
||||
## Features
|
||||
- Update: Bump `picgo` dependency to `^2.0.1` to support legacy `sm.ms` migrate to `s.ee` (#1385)
|
||||
|
||||
## 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
|
||||
- 更新:将 `picgo` 依赖升级到 `^2.0.1` 以支持 `s.ee`。参考 #1385
|
||||
|
||||
## Bug Fixes
|
||||
- 修复:插件搜索在 npm 包描述为空时会报错的问题。参考 #1383
|
||||
|
||||
## Other
|
||||
- 更新:更新 GitHub 问题模板中的文档链接
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "picgo",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"private": true,
|
||||
"main": "dist_electron/main/index.js",
|
||||
"description": "A powerful & simple image uploader for creators.",
|
||||
@@ -55,7 +55,7 @@
|
||||
"mime-types": "^3.0.2",
|
||||
"mitt": "^3.0.1",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"picgo": "^2.0.1",
|
||||
"picgo": "^2.0.2",
|
||||
"qrcode.vue": "^3.3.3",
|
||||
"semver": "^7.7.3",
|
||||
"shell-path": "2.1.0",
|
||||
|
||||
Generated
+5
-5
@@ -75,8 +75,8 @@ importers:
|
||||
specifier: ^1.4.5-lts.1
|
||||
version: 1.4.5-lts.2
|
||||
picgo:
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1
|
||||
specifier: ^2.0.2
|
||||
version: 2.0.2
|
||||
qrcode.vue:
|
||||
specifier: ^3.3.3
|
||||
version: 3.6.0(vue@3.5.25(typescript@5.9.3))
|
||||
@@ -4349,8 +4349,8 @@ packages:
|
||||
pend@1.2.0:
|
||||
resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==}
|
||||
|
||||
picgo@2.0.1:
|
||||
resolution: {integrity: sha512-AC98GsS3zmDZzTAg55oavreBgJRwNnRtfqvauAAuTanMC0QU3sidBEYsOG2SWdDMlzN/RDxybOo7t9z6Asouaw==}
|
||||
picgo@2.0.2:
|
||||
resolution: {integrity: sha512-zRHpUzTAHvUJtdC6Hxuopi3WgIVEP6CYLAbI0rfUR00tZS+m3UyiJ9vuevy1Wf4acndjqe0kjIqyO2F7ZgJrpQ==}
|
||||
engines: {node: '>= 20.19.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -10561,7 +10561,7 @@ snapshots:
|
||||
|
||||
pend@1.2.0: {}
|
||||
|
||||
picgo@2.0.1:
|
||||
picgo@2.0.2:
|
||||
dependencies:
|
||||
'@hono/node-server': 1.19.9(hono@4.11.6)
|
||||
'@picgo/i18n': 1.0.0
|
||||
|
||||
Reference in New Issue
Block a user