Skip to content

Commit 0ed7755

Browse files
committed
🎉 Release: v2.3.1-beta.6
1 parent 8cfbc69 commit 0ed7755

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## :tada: 2.3.1-beta.6 (2022-09-04)
2+
3+
4+
### :sparkles: Features
5+
6+
* cli support uploading image with url ([e848918](https://github.com/Molunerfinn/PicGo/commit/e848918))
7+
* finish i18n system ([428ffc7](https://github.com/Molunerfinn/PicGo/commit/428ffc7))
8+
9+
10+
### :bug: Bug Fixes
11+
12+
* macos clipboard image can't show on tray page ([20e38f4](https://github.com/Molunerfinn/PicGo/commit/20e38f4)), closes [#961](https://github.com/Molunerfinn/PicGo/issues/961)
13+
* showFileExplorer result bug ([b6b2eea](https://github.com/Molunerfinn/PicGo/commit/b6b2eea))
14+
* windows upload clipboard file with builtin-clipboard not work ([7b50ba7](https://github.com/Molunerfinn/PicGo/commit/7b50ba7))
15+
16+
17+
### :package: Chore
18+
19+
* up issue template ([5f1fb08](https://github.com/Molunerfinn/PicGo/commit/5f1fb08))
20+
* update cos upload url ([86012c0](https://github.com/Molunerfinn/PicGo/commit/86012c0))
21+
22+
23+
124
## :tada: 2.3.1-beta.5 (2022-08-14)
225

326

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.1-beta.5",
3+
"version": "2.3.1-beta.6",
44
"private": true,
55
"scripts": {
66
"dev": "vue-cli-service electron:serve",

0 commit comments

Comments
 (0)