Skip to content

Commit

Permalink
chore: release v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 7, 2024
1 parent 7d6faf6 commit bcfe5cc
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@

## [v2.8.4](https://github.com/ArtalkJS/Artalk/compare/v2.8.3...v2.8.4) (2024-04-07)

### Features

* **ci/build:** add nightly build workflow
* **go:** upgrade golang to v1.22.1 and some deps

### Bug Fixes

* **cmd/gen:** ensure directory before saving in `gen` cmd ([#612](https://github.com/ArtalkJS/Artalk/issues/612))
* **ui/lifecycle:** keep root element during destroy ([#810](https://github.com/ArtalkJS/Artalk/issues/810))

### Performance Improvements

* **conf/upgit:** disallow custom executable path of `upgit` for security ([#817](https://github.com/ArtalkJS/Artalk/issues/817))
* **db:** optimize N+1 query in comment list ([#799](https://github.com/ArtalkJS/Artalk/issues/799))

### Code Refactoring

* **comments_get:** reduce api complexity by introducing `LiteDB` ([#800](https://github.com/ArtalkJS/Artalk/issues/800))

### Documentation

* **i18n:** add French translation ([#797](https://github.com/ArtalkJS/Artalk/issues/797))

### BREAKING CHANGE


For UpGit users: Due to security reasons, Artalk no longer allows configuring the executable file path (img_upload.upgit.exec) for upgit. Please add it to system environment variables instead.


## [v2.8.3](https://github.com/ArtalkJS/Artalk/compare/v2.8.2...v2.8.3) (2024-03-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/code/ArtalkVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latest": "2.8.3"
"latest": "2.8.4"
}
2 changes: 1 addition & 1 deletion ui/artalk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artalk",
"version": "2.8.3",
"version": "2.8.4",
"description": "A self-hosted comment system",
"keywords": [
"comment-system",
Expand Down

0 comments on commit bcfe5cc

Please sign in to comment.