Skip to content

Commit e49e170

Browse files
committed
v3.6 changelog
1 parent 04d127a commit e49e170

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ 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 plugins developer, note the "BREAKING" section.
88

9+
# v3.6.0
10+
11+
### Added
12+
13+
- Added `thread_move_title` to specify title of thread moved embed.
14+
- Mark NSFW logs in log message. ([GH #2792](https://github.com/kyb3r/modmail/issues/2792))
15+
- Icon for moderator that closed the thread in log message. ([GH #2828](https://github.com/kyb3r/modmail/issues/2828))
16+
- Ability to set mentions via user/role ID ([GH #2796](https://github.com/kyb3r/modmail/issues/2796))
17+
18+
### Changed
19+
20+
- `?move` now consumes rest in category name, which means `?move Long Category Name` works without quotes!
21+
22+
### Internal
23+
24+
- Bump discord.py version to 1.5.1
25+
- Explicitly state intents used for connection
26+
- Use `--diff` for black CI instead of `--check` ([GH#2816](https://github.com/kyb3r/modmail/issues/2816))
927

1028
# v3.5.0
1129

@@ -14,7 +32,7 @@ Fixed discord.py issue.
1432
### Added
1533

1634
- A confirmation when you manually delete a thread message embed.
17-
- Config var `enable_eval` defaults true, set `enable_eval=no` to disable the eval command. (GH #2803)
35+
- Config var `enable_eval` defaults true, set `enable_eval=no` to disable the eval command. ([GH #2803](https://github.com/kyb3r/modmail/issues/2803))
1836
- Added `?plugins reset` command to completely reset everything related to plugins. This will fix some problems caused by broken plugins in the file system.
1937
- Support private GitHub repos for plugins (thanks to @officialpiyush pr#2767)
2038

0 commit comments

Comments
 (0)