Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yy committed Jul 22, 2024
1 parent fa459c9 commit 19757fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: 更新日志
---
## v1.5.2, 2024-07-22
- `A` 新增`onCommentSubmmited`回调,用于自定义提交评论后的操作 [#431](https://github.com/xCss/Valine/issues/431)
- `U` 优化CDN地址 `unpkg`->`elemecdn` [#404](https://github.com/xCss/Valine-Docs/issues/404)
- `F` 修复IP地址获取失败
- `F` 修改当昵称为必填时的字数限制 [#361](https://github.com/xCss/Valine/issues/361)

## v1.5.0, 2022-06-24
- `U` 优化UA判断,增加对`Windows 11`的支持
- `F` 修复可能存在的xss漏洞 [#400](https://github.com/xCss/Valine/issues/400)
Expand Down
7 changes: 7 additions & 0 deletions source/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
title: Change Log
---

## v1.5.2, 2024-07-22
- `A` Added `onCommentSubmmited` callback for customizing operations after comment submission [#431](https://github.com/xCss/Valine/issues/431)
- `U` Optimized CDN address from `unpkg` to `elemecdn` [#404](https://github.com/xCss/Valine-Docs/issues/404)
- `F` Fixed the issue of IP address retrieval failure
- `F` Modified the character limit when the nickname is required [#361](https://github.com/xCss/Valine/issues/361)


## v1.5.0, 2022-06-24
- `U` Optimize code logic, add support for `Windows 11`
- `F` Fix possible xss bug [#400](https://github.com/xCss/Valine/issues/400)
Expand Down

0 comments on commit 19757fa

Please sign in to comment.