Skip to content

Commit 459953f

Browse files
committed
🎉 Release: v2.3.0
1 parent 75e3edc commit 459953f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# :tada: 2.3.0 (2021-09-11)
2+
3+
4+
### :sparkles: Features
5+
6+
* add open devtool option ([75e3edc](https://github.com/Molunerfinn/PicGo/commit/75e3edc))
7+
8+
9+
### :bug: Bug Fixes
10+
11+
* shift key function in gallery page ([5895889](https://github.com/Molunerfinn/PicGo/commit/5895889))
12+
* some bugs ([a676c08](https://github.com/Molunerfinn/PicGo/commit/a676c08)), closes [#722](https://github.com/Molunerfinn/PicGo/issues/722)
13+
* urlEncode bug when copy ([6c6f847](https://github.com/Molunerfinn/PicGo/commit/6c6f847)), closes [#731](https://github.com/Molunerfinn/PicGo/issues/731)
14+
15+
16+
### :pencil: Documentation
17+
18+
* update FAQ ([58420c8](https://github.com/Molunerfinn/PicGo/commit/58420c8))
19+
20+
21+
122
# :tada: 2.3.0-beta.8 (2021-08-13)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picgo",
3-
"version": "2.3.0-beta.8",
3+
"version": "2.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "vue-cli-service electron:serve",

0 commit comments

Comments
 (0)