|
1 | 1 |
|
| 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 | + |
2 | 36 | ## [v2.8.5](https://github.com/ArtalkJS/Artalk/compare/v2.8.3...v2.8.5) (2024-04-21)
|
3 | 37 |
|
4 | 38 | ### Features
|
|
0 commit comments