Skip to content

Commit 8af7136

Browse files
chore: release v2.8.3 (#788)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5bf6e5f commit 8af7136

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11

2+
## [v2.8.3](https://github.com/ArtalkJS/Artalk/compare/v2.8.2...v2.8.3) (2024-03-04)
3+
4+
### Features
5+
6+
* **api/auth:** invalidate old auth tokens after changing password
7+
* **api/domain:** add GET `/conf/domain` endpoint
8+
* **app:** add `onConfUpdated` hook
9+
* **comment:** add `is_verified` field for comment entity
10+
* **ui/api:** add `ctx.getApiHandlers()` to handle error responses and expose hooks
11+
* **ui/editor:** add `beforeSubmit` hook for editor submitting
12+
* **ui/plugins:** support dynamic loading of ui plug-in scripts ([#774](https://github.com/ArtalkJS/Artalk/issues/774))
13+
14+
### Bug Fixes
15+
16+
* **captcha/image:** unable to display image captcha on initial load
17+
* **conf:** skip patching IP region conf if disabled
18+
* **exception:** missing `message` field after refactoring exception data structure
19+
* **sidebar/login:** cannot select a name with the same email upon login ([#781](https://github.com/ArtalkJS/Artalk/issues/781))
20+
* **ui/layer:** ensure immediate operation when calling `show()` after `hide()`
21+
22+
### Performance Improvements
23+
24+
* **ui/editor:** improve the icon details for editor
25+
26+
### Code Refactoring
27+
28+
* **dao:** validate the args of the `FindCreateUser` function
29+
* **entity/user:** extract `CheckPassword` function
30+
* **origin:** extract `CheckURLTrusted` function
31+
32+
233
## [v2.8.2](https://github.com/ArtalkJS/Artalk/compare/v2.8.1...v2.8.2) (2024-02-05)
334

435
### Bug Fixes

docs/docs/code/ArtalkVersion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latest": "2.8.2"
2+
"latest": "2.8.3"
33
}

ui/artalk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artalk",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "A self-hosted comment system",
55
"keywords": [
66
"comment-system",

0 commit comments

Comments
 (0)