You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,20 @@ This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.
7
7
however, insignificant breaking changes does not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319).
8
8
9
9
10
-
# v3.3.0-dev1
10
+
# v3.3.0-dev2
11
11
12
12
### Added
13
13
14
-
- Two new config vars:
15
-
-`ENABLE_PLUGINS` (yes/no default yes), when set to no, plugins will not be loaded into the bot.
16
-
-`ERROR_COLOR` (color format, defaults discord red), the color of error messages.
14
+
- Three new config vars:
15
+
-`enable_plugins` (yes/no default yes)
16
+
- When set to no, plugins will not be loaded into the bot.
17
+
-`error_color` (color format, defaults discord red)
18
+
- The color of error messages.
19
+
-`anon_reply_without_command` (yes/no default no) (Thanks to papiersnipper PR#288)
20
+
- When set, all non-command messages sent to thread channels are forwarded to the recipient anonymously without the need of `?anonreply`.
21
+
- This config takes precedence over `reply_without_command`.
22
+
-`?logs responded [user]` command, it will show all logs that the user has sent an reply. (Thanks to papiersnipper PR#288)
23
+
-`user` when not provided, defaults to the user who ran the command.
0 commit comments