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
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html);
7
7
however, insignificant breaking changes do not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319). If you're a plugin developer, note the "BREAKING" section.
8
8
9
+
# v3.9.4
10
+
11
+
## Fixed
12
+
13
+
- Certain cases where fallback categories were not working as intended. ([GH #3002](https://github.com/kyb3r/modmail/issues/3002), [PR #3003](https://github.com/kyb3r/modmail/pull/3003))
14
+
- There is now a proper message when trying to contact a bot.+
15
+
16
+
## Improved
17
+
18
+
-`?mention` can now be disabled with `?mention disable`. ([PR #2993](https://github.com/kyb3r/modmail/pull/2993/files))
19
+
-`?mention` now allows vague entries such as `everyone` or `all`. ([PR #2993](https://github.com/kyb3r/modmail/pull/2993/files))
20
+
21
+
## Internal
22
+
23
+
- Change heroku python version to 3.9.4 [PR #3001](https://github.com/kyb3r/modmail/pull/3001)
24
+
9
25
# v3.9.3
10
26
11
27
## Added
12
28
13
-
- New config: `use_user_id_channel_name`, when set to TRUE, channel names would get created with the recipient's ID instead of their name and discriminator.
29
+
- New config: `use_user_id_channel_name`, when set to TRUE, channel names would get created with the recipient's ID instead of their name and discriminator.
14
30
- This is now an option to better suit the needs of servers in Server Discovery
15
31
16
-
## Internal Change
32
+
## Internal
17
33
18
34
- Signature of `format_channel_name` in core/util.py changed to:
0 commit comments