mirror of
https://github.com/freedit-org/freedit.git
synced 2026-04-25 03:05:37 -04:00
v0.6.4
This commit is contained in:
29
CHANGELOG.md
29
CHANGELOG.md
@@ -7,24 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.6.4-rc.4] - 2023-12-18
|
||||
|
||||
- bug fixed
|
||||
|
||||
## [0.6.4-rc.3] - 2023-12-03
|
||||
|
||||
- notification pagination
|
||||
|
||||
## [0.6.4-rc.2] - 2023-11-26
|
||||
|
||||
- fix js error
|
||||
|
||||
## [0.6.4-rc.1] - 2023-11-26
|
||||
## [0.6.4] - 2024-01-13
|
||||
|
||||
### Added
|
||||
|
||||
- e2ee message
|
||||
|
||||
### Fixed
|
||||
|
||||
- default user role standard
|
||||
- site admin could hide/lock/pin posts and hide comments
|
||||
- notification pagination
|
||||
- fix js error
|
||||
|
||||
|
||||
## [0.6.3] - 2023-11-24
|
||||
|
||||
### Fixed
|
||||
@@ -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
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -821,7 +821,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "freedit"
|
||||
version = "0.6.4-rc.4"
|
||||
version = "0.6.4"
|
||||
dependencies = [
|
||||
"ammonia",
|
||||
"askama",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "freedit"
|
||||
version = "0.6.4-rc.4"
|
||||
version = "0.6.4"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user