Skip to content

Commit ea52a8b

Browse files
committed
Changelog - v3.9.4
1 parent b557a9b commit ea52a8b

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

Diff for: CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html);
77
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.
88

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+
925
# v3.9.3
1026

1127
## Added
1228

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.
1430
- This is now an option to better suit the needs of servers in Server Discovery
1531

16-
## Internal Change
32+
## Internal
1733

1834
- Signature of `format_channel_name` in core/util.py changed to:
1935
- `format_channel_name(bot, author, exclude_channel=None, force_null=False)`

Diff for: bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.9.3"
1+
__version__ = "3.9.4"
22

33

44
import asyncio

0 commit comments

Comments
 (0)