Skip to content

Commit 61a0210

Browse files
committed
v2.7.0
1 parent 80c3570 commit 61a0210

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,40 @@ 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.7.0] - 2025-10-10
16+
17+
### Project update
18+
19+
The Draupnir project is in the process of introducing formal governance for the
20+
project in order to sustain development and build momentum.
21+
22+
Progress can be tracked
23+
[here](https://github.com/the-draupnir-project/planning/milestone/1), and the
24+
documentation on our model can be found on our documentation website:
25+
https://the-draupnir-project.github.io/draupnir-documentation/category/governance.
26+
27+
### Added
28+
29+
- A new `DraupnirNews` protection has been added that will notify the management
30+
room of any news about the project. We intend to use this to onboard users
31+
into
32+
[Draupnir's longhouse](https://matrix.to/#/!NIqTkvQDFRpmVlwjlQ:matrix.org?via=matrix.org&via=asgard.chat&via=feline.support)
33+
so that our users can vote on proposals
34+
https://the-draupnir-project.github.io/draupnir-documentation/governance/longhouse-presentation.
35+
36+
- The `RoomsSetBehaviour` protection has a new feature to send a prompt to the
37+
management room when a watched policy room is replaced by its curators. This
38+
is a small step in our
39+
[project hydra mitigation route](https://github.com/the-draupnir-project/planning/issues/44),
40+
and we expect to provide more full support for policy room upgrades at a later
41+
date. DO NOT upgrade policy rooms at this time.
42+
43+
### Changed
44+
45+
- Draupnir is easier on the homeserver when redacting messages in rooms.
46+
Previously Draupnir could overload the homeserver in some circimstances. There
47+
should be a big improvement to redaction during spam waves.
48+
1549
## [v2.6.1] - 2025-08-14
1650

1751
### 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.6.1",
3+
"version": "2.7.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)