Skip to content

Commit fe73297

Browse files
committed
🎉 Release: v3.0.0
1 parent 93bbb29 commit fe73297

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# :tada: 3.0.0 (2026-07-01)
2+
3+
4+
### :sparkles: Features
5+
6+
* v3 ([#1414](https://github.com/Molunerfinn/PicGo/issues/1414)) ([93bbb29](https://github.com/Molunerfinn/PicGo/commit/93bbb29))
7+
8+
9+
### :bug: Bug Fixes
10+
11+
* **gui:** migrate renderer electron access to preload bridge ([#1405](https://github.com/Molunerfinn/PicGo/issues/1405)) ([e1b04b8](https://github.com/Molunerfinn/PicGo/commit/e1b04b8))
12+
* signed path extract error ([#1407](https://github.com/Molunerfinn/PicGo/issues/1407)) ([d3dcd23](https://github.com/Molunerfinn/PicGo/commit/d3dcd23))
13+
14+
15+
### :pencil: Documentation
16+
17+
* add 2.5.3 docs ([ff85ede](https://github.com/Molunerfinn/PicGo/commit/ff85ede))
18+
* fix `https//` typo in Chinese FAQ [#1](https://github.com/Molunerfinn/PicGo/issues/1) ([#1410](https://github.com/Molunerfinn/PicGo/issues/1410)) ([7bd84a7](https://github.com/Molunerfinn/PicGo/commit/7bd84a7))
19+
* update readme ([01130f2](https://github.com/Molunerfinn/PicGo/commit/01130f2))
20+
21+
22+
123
## :tada: 2.5.3 (2026-03-06)
224

325

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picgo",
3-
"version": "2.5.3",
3+
"version": "3.0.0",
44
"private": true,
55
"main": "dist_electron/main/index.js",
66
"description": "A powerful & simple image uploader for creators.",
@@ -176,4 +176,4 @@
176176
"commit-msg": "npm run lint:dpdm && commitlint -E HUSKY_GIT_PARAMS"
177177
}
178178
}
179-
}
179+
}

0 commit comments

Comments
 (0)