Skip to content

Commit

Permalink
🎉 Release: v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Aug 29, 2023
1 parent e268479 commit 2daae92
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## :tada: 2.5.1 (2023-08-29)


### :sparkles: Features

* add anti leech token for upyun ([4894f09](https://github.com/Kuingsmile/PicList/commit/4894f09))
* add ts support for upyun ([95faa5b](https://github.com/Kuingsmile/PicList/commit/95faa5b))
* update manage config page reflink ([636596a](https://github.com/Kuingsmile/PicList/commit/636596a))
* using webview to show manual website ([bc7a446](https://github.com/Kuingsmile/PicList/commit/bc7a446))


### :bug: Bug Fixes

* fix an issue where files uploaded to minio using s3 plugin can't be deleted remotely ([80db40b](https://github.com/Kuingsmile/PicList/commit/80db40b))
* fix custom domain error of minio ([0c8ea83](https://github.com/Kuingsmile/PicList/commit/0c8ea83))
* fix ImgurApi.baseUrl is undefined ([7ada948](https://github.com/Kuingsmile/PicList/commit/7ada948))


### :pencil: Documentation

* add download counts for docs ([3085385](https://github.com/Kuingsmile/PicList/commit/3085385))



# :tada: 2.5.0 (2023-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piclist",
"version": "2.5.0",
"version": "2.5.1",
"author": {
"name": "Kuingsmile",
"email": "[email protected]"
Expand Down

0 comments on commit 2daae92

Please sign in to comment.