Skip to content

Commit 72387ba

Browse files
committed
🎉 Release: v2.3.0-beta.0
1 parent b357dfb commit 72387ba

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# :tada: 2.3.0-beta.0 (2020-04-30)
2+
3+
4+
### :sparkles: Features
5+
6+
* add autoCopy option for users to use or not ([67e526f](https://github.com/Molunerfinn/PicGo/commit/67e526f))
7+
* add beta-version update support ([ad6acd8](https://github.com/Molunerfinn/PicGo/commit/ad6acd8))
8+
* add smms-v2 support ([3f3ea69](https://github.com/Molunerfinn/PicGo/commit/3f3ea69))
9+
* add uploading image from URL support ([a28c678](https://github.com/Molunerfinn/PicGo/commit/a28c678))
10+
* finish all-select && shift multi-select ([2aeca50](https://github.com/Molunerfinn/PicGo/commit/2aeca50)), closes [#342](https://github.com/Molunerfinn/PicGo/issues/342)
11+
12+
13+
### :bug: Bug Fixes
14+
15+
* confused port number auto increasing when opening a new PicGo app ([cd70a1a](https://github.com/Molunerfinn/PicGo/commit/cd70a1a))
16+
* correct inputbox value && remove listener ([32334e9](https://github.com/Molunerfinn/PicGo/commit/32334e9))
17+
* give a hint when node.js is not installed ([7e86618](https://github.com/Molunerfinn/PicGo/commit/7e86618))
18+
* right-click menu upload fails with PicGo open ([96cdfea](https://github.com/Molunerfinn/PicGo/commit/96cdfea)), closes [#415](https://github.com/Molunerfinn/PicGo/issues/415)
19+
* some win10 upload clipboard image crash ([cc182b0](https://github.com/Molunerfinn/PicGo/commit/cc182b0))
20+
* travis-ci bug ([b357dfb](https://github.com/Molunerfinn/PicGo/commit/b357dfb))
21+
* url uploader bug ([96544f5](https://github.com/Molunerfinn/PicGo/commit/96544f5))
22+
23+
24+
### :pencil: Documentation
25+
26+
* update choco install picgo ([f357557](https://github.com/Molunerfinn/PicGo/commit/f357557))
27+
* update docs ([fd7673e](https://github.com/Molunerfinn/PicGo/commit/fd7673e))
28+
* update readme ([fb014dd](https://github.com/Molunerfinn/PicGo/commit/fb014dd))
29+
30+
31+
### :package: Chore
32+
33+
* update funding url ([024d9cf](https://github.com/Molunerfinn/PicGo/commit/024d9cf))
34+
35+
36+
137
## :tada: 2.2.2 (2020-01-20)
238

339

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

0 commit comments

Comments
 (0)