diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c92b4f27..c0e10f57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ +## [v2.7.2](https://github.com/ArtalkJS/Artalk/compare/v2.7.1...v2.7.2) (2023-12-20) + +### Features + +* patch `locale` config from `zh-cn` to `zh-CN` ([#678](https://github.com/ArtalkJS/Artalk/issues/678)) + +### Bug Fixes + +* **ui:** add `referrerpolicy` attribute for iframe ([#687](https://github.com/ArtalkJS/Artalk/issues/687)) ([#707](https://github.com/ArtalkJS/Artalk/issues/707)) +* **ui/dark-mode:** potential memory leak issue in auto mode ([#688](https://github.com/ArtalkJS/Artalk/issues/688)) +* **ui/pagination:** auto switch page by url hashtag issue ([#693](https://github.com/ArtalkJS/Artalk/issues/693)) +* **ui/sidebar:** refactor settings and fix save issue ([#677](https://github.com/ArtalkJS/Artalk/issues/677)) ([#706](https://github.com/ArtalkJS/Artalk/issues/706)) + +### Code Refactoring + +* **ui:** move window references into function scope ([#675](https://github.com/ArtalkJS/Artalk/issues/675)) +* **ui/api:** losing coupling between `Api` and `User` +* **ui/user:** user class no longer globally singleton + +### Documentation + +* **i18n:** add translation for `open` button +* **refactor:** organize the pkgs and fix some issues ([#702](https://github.com/ArtalkJS/Artalk/issues/702)) + + ## [v2.7.1](https://github.com/ArtalkJS/Artalk/compare/v2.7.0...v2.7.1) (2023-12-17) ### Bug Fixes diff --git a/ui/packages/artalk/package.json b/ui/packages/artalk/package.json index add43dcf0..f3a410d80 100644 --- a/ui/packages/artalk/package.json +++ b/ui/packages/artalk/package.json @@ -1,6 +1,6 @@ { "name": "artalk", - "version": "2.7.1", + "version": "2.7.2", "description": "A self-hosted comment system", "keywords": [ "comment-system",