Skip to content

Commit 4050d31

Browse files
committed
Updated changelog 3.3.0-dev2
1 parent 97beb74 commit 4050d31

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@ This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.
77
however, insignificant breaking changes does not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319).
88

99

10-
# v3.3.0-dev1
10+
# v3.3.0-dev2
1111

1212
### Added
1313

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.
1724

1825
### Changed
1926

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.3.0-dev1"
1+
__version__ = "3.3.0-dev2"
22

33
import asyncio
44
import logging

0 commit comments

Comments
 (0)