🎉 Release: v2.3.0-beta.5

This commit is contained in:
PiEgg 2021-04-04 17:53:41 +08:00
parent f0e1fa12d7
commit ce8f41516c
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,23 @@
# :tada: 2.3.0-beta.5 (2021-04-04)
### :sparkles: Features
* add local plugin support && npm registry/proxy support ([f0e1fa1](https://github.com/Molunerfinn/PicGo/commit/f0e1fa1))
* 为Linux系统适配桌面图标栏Tray ([#603](https://github.com/Molunerfinn/PicGo/issues/603)) ([0fe3ade](https://github.com/Molunerfinn/PicGo/commit/0fe3ade))
### :bug: Bug Fixes
* default github placeholder ([51d80a6](https://github.com/Molunerfinn/PicGo/commit/51d80a6))
### :package: Chore
* change travis-ci -> GitHub Actions ([064f37d](https://github.com/Molunerfinn/PicGo/commit/064f37d))
# :tada: 2.3.0-beta.4 (2020-12-19)

View File

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