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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,21 @@ 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 does not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319).
8
8
9
-
# v3.2.0
9
+
# UNRELEASED
10
10
11
11
### Added
12
12
13
13
- Ability to change permission levels of individual commands.
14
14
- See `?permissions override` for more information.
15
-
-`thread_move_notify` and `thread_move_response` to notify recipients if a thread is moved.
16
-
- IDs of messages sent to Modmail are now viewable.
15
+
-`thread_move_notify` and `thread_move_response` to notify recipients if a thread is moved. (Thanks to Flufster PR#360)
16
+
- IDs of messages sent to Modmail are now viewable. (Thanks to Flufster PR#360)
17
17
18
18
### Fixed
19
19
20
20
-`?help <some sub command>`, will return `Perhaps you meant: <some sub command>`, now its fixed.
21
21
- For example, `?help add` used to return `Perhaps you meant: add`, now it wouldn't do this.
22
22
- Aliases and Permissions command names are always saved lowercase now.
0 commit comments