🎉 Release: v1.2.0

This commit is contained in:
萌萌哒赫萝 2023-02-22 10:51:27 +08:00
parent 8440b75f1e
commit b2fae488d0
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# :tada: 1.2.0 (2023-02-22)
### :sparkles: Features
* add concurrency limit for download ([8440b75](https://github.com/Kuingsmile/PicList/commit/8440b75))
* add video,text file and markdown file preview ([b3ce9b9](https://github.com/Kuingsmile/PicList/commit/b3ce9b9))
## :tada: 1.1.1 (2023-02-21) ## :tada: 1.1.1 (2023-02-21)

View File

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