Skip to content

Commit 42da621

Browse files
chore: release v2.8.1 (#766)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2f5dbaa commit 42da621

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11

2+
## [v2.8.1](https://github.com/ArtalkJS/Artalk/compare/v2.8.0...v2.8.1) (2024-02-04)
3+
4+
### Features
5+
6+
* **api:** add GET `/comments/:id` endpoint ([#764](https://github.com/ArtalkJS/Artalk/issues/764))
7+
* **config:** add `db.prepare_stmt` config option ([#760](https://github.com/ArtalkJS/Artalk/issues/760)) ([#762](https://github.com/ArtalkJS/Artalk/issues/762))
8+
* **ui/goto:** improved solution of navigating to comment via link hash ([#693](https://github.com/ArtalkJS/Artalk/issues/693)) ([#765](https://github.com/ArtalkJS/Artalk/issues/765))
9+
10+
### Bug Fixes
11+
12+
* **api/comments:** counting comments issue in PostgreSQL db ([#760](https://github.com/ArtalkJS/Artalk/issues/760)) ([#761](https://github.com/ArtalkJS/Artalk/issues/761))
13+
* **cmd/admin:** update user role to admin if already exists
14+
* **ip_region:** unable to output the IP region correctly ([#760](https://github.com/ArtalkJS/Artalk/issues/760))
15+
* **ui/list:** unable to reply or delete comments after switching pagination
16+
* **ui/no_comment:** always appears when creating comment
17+
* **ui/pv:** missing `pageTitle` field in the PV request
18+
* **ui/scroll:** scroll into view issue when `relativeTo` parameter is provided
19+
20+
### Performance Improvements
21+
22+
* **style/sidebar:** improve some detail in sidebar
23+
24+
### Code Refactoring
25+
26+
* **ui/comment:** loose coupling between `Comment` and `Context`
27+
* **ui/list:** refactor the list layout manager
28+
29+
### Documentation
30+
31+
* supplement and refine `fe-api.md`
32+
33+
234
## [v2.8.0](https://github.com/ArtalkJS/Artalk/compare/v2.7.3...v2.8.0) (2024-01-31)
335

436
### 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.0"
2+
"latest": "2.8.1"
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.0",
3+
"version": "2.8.1",
44
"description": "A self-hosted comment system",
55
"keywords": [
66
"comment-system",

0 commit comments

Comments
 (0)