File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed
Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
2- "latest" : " 2.8.2 "
2+ "latest" : " 2.8.3 "
33}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments