File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.6.0 (2025-06-16)
2
+
3
+ * Added experimental built-in policy server as per [ MSC4284]
4
+ (thanks to [ @nexy7574 ] in [ #21 ] ).
5
+ * Added support for deleting rooms (manually with a command, when receiving
6
+ a ban policy, or when discovering a room with a ban policy).
7
+ * Added support for referencing users by matrix.to URL or matrix: URI in
8
+ most commands.
9
+ * Added support for sending ` redact_events ` flag on ban events as per [ MSC4293] .
10
+ * Changed command output to hide potentially sensitive names
11
+ (thanks to [ @JadedBlueEyes ] in [ #23 ] ).
12
+ * Changed invite block notices to not include intentional mentions.
13
+ * Changed ` !match ` command to allow querying multiple entities at once.
14
+ * Updated Docker image to Alpine 3.22.
15
+ * Fixed ban removals sending empty entity/reason/recommendation fields instead
16
+ of omitting them entirely.
17
+ * Fixed room reporting endpoint (thanks to [ @spaetz ] in [ #24 ] ).
18
+
19
+ [ MSC4284 ] : https://github.com/matrix-org/matrix-spec-proposals/pull/4284
20
+ [ MSC4293 ] : https://github.com/matrix-org/matrix-spec-proposals/pull/4293
21
+ [ #21 ] : https://github.com/maunium/meowlnir/pull/21
22
+ [ #23 ] : https://github.com/maunium/meowlnir/pull/23
23
+ [ #24 ] : https://github.com/maunium/meowlnir/pull/24
24
+ [ @spaetz ] : https://github.com/spaetz
25
+ [ @JadedBlueEyes ] : https://github.com/JadedBlueEyes
26
+
1
27
# v0.5.0 (2025-05-16)
2
28
3
29
* Added option to suppress notifications of policy list changes.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
const (
13
13
Name = "Meowlnir"
14
14
URL = "https://github.com/maunium/meowlnir"
15
- Version = "0.5 .0"
15
+ Version = "0.6 .0"
16
16
)
17
17
18
18
var (
You can’t perform that action at this time.
0 commit comments