🎉 Release: v1.3.0

This commit is contained in:
萌萌哒赫萝 2023-02-27 23:15:37 +08:00
parent 1e9c87dc22
commit b42c8608bc
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
# :tada: 1.3.0 (2023-02-27)
### :sparkles: Features
* downloaded file or folder can keey folder structure now ([1e9c87d](https://github.com/Kuingsmile/PicList/commit/1e9c87d))
* folder structure can be keeped when uploading folders ([750ea58](https://github.com/Kuingsmile/PicList/commit/750ea58))
### :bug: Bug Fixes
* optimized software UI ([d6ce555](https://github.com/Kuingsmile/PicList/commit/d6ce555)), closes [#12](https://github.com/Kuingsmile/PicList/issues/12)
## :tada: 1.2.2 (2023-02-24) ## :tada: 1.2.2 (2023-02-24)

View File

@ -1,6 +1,6 @@
{ {
"name": "piclist", "name": "piclist",
"version": "1.2.2", "version": "1.3.0",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "vue-cli-service electron:build", "build": "vue-cli-service electron:build",