🎉 Release: v1.1.0

This commit is contained in:
萌萌哒赫萝 2023-02-20 10:27:15 +08:00
parent 176bdac993
commit 3252d70268
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,22 @@
# :tada: 1.1.0 (2023-02-20)
### :sparkles: Features
* s3-compatible storage is supported now ([176bdac](https://github.com/Kuingsmile/PicList/commit/176bdac))
### :bug: Bug Fixes
* fix S3 deletion endpoint parse bug ([7f7f400](https://github.com/Kuingsmile/PicList/commit/7f7f400))
### :pencil: Documentation
* update README.md ([0263351](https://github.com/Kuingsmile/PicList/commit/0263351))
## :tada: 1.0.2 (2023-02-17)

View File

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