From d43df3d467064086ea73ad904a571faa574bf433 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 13 Jan 2024 21:14:35 +0800 Subject: [PATCH] v0.6.4 --- CHANGELOG.md | 25 +++++++++---------------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f0adaa..4bd38f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,23 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.6.4-rc.4] - 2023-12-18 +## [0.6.4] - 2024-01-13 -- bug fixed - -## [0.6.4-rc.3] - 2023-12-03 +### Added -- notification pagination +- e2ee message -## [0.6.4-rc.2] - 2023-11-26 +### Fixed +- default user role standard +- site admin could hide/lock/pin posts and hide comments +- notification pagination - fix js error -## [0.6.4-rc.1] - 2023-11-26 - -### Added - -- e2ee message ## [0.6.3] - 2023-11-24 @@ -300,11 +296,8 @@ Happy new year! 🎉🎉🎉 ## [0.2.4] - 2022-12-01 -[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.4-rc.4...HEAD -[0.6.4-rc.4]: https://github.com/freedit-org/freedit/compare/v0.6.4-rc.3...v0.6.4-rc.4 -[0.6.4-rc.3]: https://github.com/freedit-org/freedit/compare/v0.6.4-rc.2...v0.6.4-rc.3 -[0.6.4-rc.2]: https://github.com/freedit-org/freedit/compare/v0.6.4-rc.1...v0.6.4-rc.2 -[0.6.4-rc.1]: https://github.com/freedit-org/freedit/compare/v0.6.3...v0.6.4-rc.1 +[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.4...HEAD +[0.6.4]: https://github.com/freedit-org/freedit/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/freedit-org/freedit/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/freedit-org/freedit/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/freedit-org/freedit/compare/v0.6.0...v0.6.1 diff --git a/Cargo.lock b/Cargo.lock index 2b69af6b..8e6b6a18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,7 +821,7 @@ dependencies = [ [[package]] name = "freedit" -version = "0.6.4-rc.4" +version = "0.6.4" dependencies = [ "ammonia", "askama", diff --git a/Cargo.toml b/Cargo.toml index 35aa2ed9..e93efa32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freedit" -version = "0.6.4-rc.4" +version = "0.6.4" edition = "2021" license = "MIT"