Skip to content

Commit 4dd0ae4

Browse files
chore: release v2.8.6 (#862)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5dea08a commit 4dd0ae4

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
11

2+
## [v2.8.6](https://github.com/ArtalkJS/Artalk/compare/v2.8.5...v2.8.6) (2024-05-09)
3+
4+
### Features
5+
6+
* **auth:** user accounts merge tool ([#854](https://github.com/ArtalkJS/Artalk/issues/854))
7+
* **auth:** social login api endpoints ([#854](https://github.com/ArtalkJS/Artalk/issues/854))
8+
* **ci:** include frontend dist files in release ([#860](https://github.com/ArtalkJS/Artalk/issues/860))
9+
* **i18n:** add incremental updates feature for i18n code scan tool
10+
* **multi_push/lark:** add card mode for lark push ([#839](https://github.com/ArtalkJS/Artalk/issues/839))
11+
* **sync:** add keyed mutex
12+
* **ui/auth:** plugin-auth for integrating social login ([#854](https://github.com/ArtalkJS/Artalk/issues/854))
13+
* **ui/img_lazyload:** add support for lazy loading images ([#850](https://github.com/ArtalkJS/Artalk/issues/850))
14+
15+
### Bug Fixes
16+
17+
* **api/pv:** add mutex for page pv record endpoint
18+
* **cache/user:** user id cache from email lookup not cleared
19+
* **comments_get:** include `site_name` for isolation in associated query for comment's page
20+
* **dao:** ensure find and create functions thread safe ([#845](https://github.com/ArtalkJS/Artalk/issues/845))
21+
* **db/migrate:** fix root_id migrate for database lacking recursive CTE support ([#848](https://github.com/ArtalkJS/Artalk/issues/848)) ([#846](https://github.com/ArtalkJS/Artalk/issues/846))
22+
* **db_migrate:** drop `fk_comments_user` foreign key constraint of the users table
23+
* **sidebar/site:** unable to edit the new site urls
24+
* **ui/dark_mode:** add support for configuring dark mode in backend ([#790](https://github.com/ArtalkJS/Artalk/issues/790))
25+
* **ui/dark_mode:** unable to toggle dark mode for sidebar in auto mode
26+
* **ui/height_limit:** height limit not working while loading images ([#849](https://github.com/ArtalkJS/Artalk/issues/849))
27+
* **ui/marked:** optimize same origin link judgment logic
28+
29+
### Documentation
30+
31+
* update introduction document
32+
* **auth:** add social login feature ([#854](https://github.com/ArtalkJS/Artalk/issues/854))
33+
* **i18n:** add translation for Korean and Russian
34+
35+
236
## [v2.8.5](https://github.com/ArtalkJS/Artalk/compare/v2.8.3...v2.8.5) (2024-04-21)
337

438
### Features

docs/docs/code/ArtalkVersion.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latest": "2.8.5"
2+
"latest": "2.8.6"
33
}

ui/artalk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artalk",
3-
"version": "2.8.5",
3+
"version": "2.8.6",
44
"description": "A self-hosted comment system",
55
"keywords": [
66
"comment-system",

0 commit comments

Comments
 (0)