Skip to content

Commit 81301f2

Browse files
committed
v2.8.0
1 parent 5b13449 commit 81301f2

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212
and this project adheres to
1313
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414

15+
## [v2.8.0] - 2025-11-23
16+
17+
### Changed
18+
19+
- The `watch` command now includes a preview of the effects of policy room
20+
subscription. Without using the `--no-confirm` argument, you will be provided
21+
with a list of effects and prompted to confirm or cancel the command.
22+
23+
### Fixed
24+
25+
- Protections now use a
26+
[_Lifetime_](https://github.com/the-draupnir-project/planning/blob/main/design/2510-lifetimes.md)
27+
abstraction for resource allocation and disposal. Which structurally
28+
eliminates issues such as use after free and memory leaks.
29+
30+
- When starting Draupnir spurious log lines would appear for each taken down
31+
room. Fixed by @esoteric_programmer in
32+
https://github.com/the-draupnir-project/Draupnir/pull/995 and reported by @
33+
TommyTran732.
34+
35+
### Special thanks
36+
37+
Special thanks to @FSG-Cat for continuing to review changes to documentation.
38+
1539
## [v2.7.1] - 2025-10-13
1640

1741
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draupnir",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "A moderation tool for Matrix",
55
"main": "lib/index.js",
66
"repository": "https://github.com/the-draupnir-project/Draupnir.git",

0 commit comments

Comments
 (0)