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
+10-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.
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
9
10
-
# v3.3.2-dev4
10
+
# v3.3.2-dev5
11
+
12
+
(Development update, very likely to be unstable!)
11
13
12
14
### Added
13
15
@@ -21,20 +23,27 @@ however, insignificant breaking changes does not guarantee a major version bump,
21
23
- Added "perhaps you meant" section to `?config help`.
22
24
- Multi-command alias is now more stable. With support for a single quote escape `\"`.
23
25
- New command `?freply`, which behaves exactly like `?reply` with the addition that you can substitute `{channel}`, `{recipient}`, and `{author}` to be their respective values.
26
+
- New command `?repair`, repair any broken Modmail thread (with help from @officialpiyush).
27
+
- Recipients gets a feedback when they edit message.
24
28
25
29
### Changed
26
30
27
31
- The look of alias and snippet when previewing.
32
+
- Message ID of the thread embed is saved in DB, instead of the original message.
28
33
29
34
### Fixed
30
35
31
36
- Setting config vars using human time wasn't working.
32
37
- Fixed some bugs with aliases.
38
+
- Fixed a lot of issues with `?edit` and `?delete` and recipient message edit.
39
+
- Masked the error: "AttributeError: 'int' object has no attribute 'name'"
40
+
- Channel delete event will not be checked until discord.py fixes this issue.
33
41
34
42
### Internal
35
43
36
44
- Commit to black format line width max = 99, consistent with pylint.
0 commit comments