Skip to content

Commit 09ee094

Browse files
committed
🎉 Release: v2.3.1-beta.5
1 parent 351fbda commit 09ee094

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## :tada: 2.3.1-beta.5 (2022-08-14)
2+
3+
4+
### :sparkles: Features
5+
6+
* add dist upload to cos & update checkupdate logic ([c926414](https://github.com/Molunerfinn/PicGo/commit/c926414))
7+
* add logFileSizeLimit for log file ([219b367](https://github.com/Molunerfinn/PicGo/commit/219b367)), closes [#935](https://github.com/Molunerfinn/PicGo/issues/935) [#945](https://github.com/Molunerfinn/PicGo/issues/945)
8+
* add server response headers for CORS ([#939](https://github.com/Molunerfinn/PicGo/issues/939)) ([fb69bad](https://github.com/Molunerfinn/PicGo/commit/fb69bad))
9+
* tray-window add open-setting-window button ([83ab3c6](https://github.com/Molunerfinn/PicGo/commit/83ab3c6))
10+
* update tray icon in macOS 11 or 12 ([4ebdc72](https://github.com/Molunerfinn/PicGo/commit/4ebdc72)), closes [#776](https://github.com/Molunerfinn/PicGo/issues/776)
11+
12+
13+
### :bug: Bug Fixes
14+
15+
* build error ([1db84a2](https://github.com/Molunerfinn/PicGo/commit/1db84a2))
16+
* plugin config can't save ([09e4e82](https://github.com/Molunerfinn/PicGo/commit/09e4e82)), closes [#943](https://github.com/Molunerfinn/PicGo/issues/943)
17+
18+
19+
### :package: Chore
20+
21+
* fix github action build scripts ([e6b9d88](https://github.com/Molunerfinn/PicGo/commit/e6b9d88))
22+
* fix version error ([0a9e169](https://github.com/Molunerfinn/PicGo/commit/0a9e169))
23+
* update macOS tray icon ([87161b3](https://github.com/Molunerfinn/PicGo/commit/87161b3))
24+
* update manually action ([351fbda](https://github.com/Molunerfinn/PicGo/commit/351fbda))
25+
26+
27+
### :pencil: Documentation
28+
29+
* update cos links ([3102d7b](https://github.com/Molunerfinn/PicGo/commit/3102d7b))
30+
31+
32+
133
## :tada: 2.3.1-beta.4 (2022-06-12)
234

335

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

0 commit comments

Comments
 (0)