📝 Docs(custom): prepare for 2.8.1

This commit is contained in:
Kuingsmile
2024-03-25 22:24:13 +08:00
parent 8e5e6d4f2c
commit f73badd525
2 changed files with 10 additions and 20 deletions

View File

@@ -1,15 +1,10 @@
💥 Breaking Change
- 由于[C1N短网址](https://www.c1n.cn/)的收费策略修改预期可使用API的团队版在1000元/年作者承担费用压力较大现在修改为自己提供API token
- 原软件内置提供的c1n token即时失效
✨ Features
- 新增对cf workers 短链接项目[xyTom/Url-Shorten-Worker](https://github.com/xyTom/Url-Shorten-Worker)的支持
- 现在相册页面支持强制无视缓存刷新
- 优化了阿里云图床对无扩增名文件的上传处理
- 优化了短网址功能的错误日志记录
- 现在浏览器访问36677上传端口会显示API文档
- 当使用了不支持的http请求方法时现在服务接口返回405错误码
- 现在图片处理过程会记录错误日志
🐛 Bug Fixes
- 修复了buffer上传时的文件名错误
- 修复了未设置水印文字时图片水印功能无法生效的bug
- 修复了server端口被占用时端口探测功能没有正常发挥作用的问题

View File

@@ -1,15 +1,10 @@
💥 Breaking Change
- Due to the upcoming changes in the charging policy of [C1N short URL](https://www.c1n.cn/), the expected team version that can use the API will be around 1000 yuan/year, and the author bears a greater pressure on the cost. Now it is changed to provide the API token by yourself
- The c1n token provided by the original software is immediately invalid
✨ Features
- Added support for the cf workers short link project [xyTom/Url-Shorten-Worker](https://github.com/xyTom/Url-Shorten-Worker)
- Now the album page supports forced cache refresh
- Optimized the upload processing of files without extension names for Aliyun image bed
- Optimized error log recording for short URL function
- Now the API document will be displayed when the browser accesses the 36677 upload port
- When an unsupported http request method is used, the service interface now returns a 405 error code
- Now the image processing process will record error logs
🐛 Bug Fixes
- Fixed the file name error when uploading buffer
- Fix the bug that the image watermark function does not take effect when the watermark text is not set
- Fixed the problem that the port detection function did not work properly when the server port was occupied