🎉 Release: v2.3.0

This commit is contained in:
PiEgg 2021-09-11 11:29:50 +08:00
parent 75e3edcd87
commit 459953f391
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,24 @@
# :tada: 2.3.0 (2021-09-11)
### :sparkles: Features
* add open devtool option ([75e3edc](https://github.com/Molunerfinn/PicGo/commit/75e3edc))
### :bug: Bug Fixes
* shift key function in gallery page ([5895889](https://github.com/Molunerfinn/PicGo/commit/5895889))
* some bugs ([a676c08](https://github.com/Molunerfinn/PicGo/commit/a676c08)), closes [#722](https://github.com/Molunerfinn/PicGo/issues/722)
* urlEncode bug when copy ([6c6f847](https://github.com/Molunerfinn/PicGo/commit/6c6f847)), closes [#731](https://github.com/Molunerfinn/PicGo/issues/731)
### :pencil: Documentation
* update FAQ ([58420c8](https://github.com/Molunerfinn/PicGo/commit/58420c8))
# :tada: 2.3.0-beta.8 (2021-08-13)

View File

@ -1,6 +1,6 @@
{
"name": "picgo",
"version": "2.3.0-beta.8",
"version": "2.3.0",
"private": true,
"scripts": {
"dev": "vue-cli-service electron:serve",