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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ 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.4.0-dev6
10
+
# v3.4.0-dev7
11
11
12
12
(Development update, very likely to be unstable!)
13
13
@@ -25,6 +25,8 @@ however, insignificant breaking changes does not guarantee a major version bump,
25
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
26
- New command `?repair`, repair any broken Modmail thread (with help from @officialpiyush).
27
27
- Recipient get feedback when they edit message.
28
+
- Chained delete for DMs now comes with a message.
29
+
- poetry (in case someone needs it).
28
30
29
31
### Changed
30
32
@@ -42,6 +44,8 @@ however, insignificant breaking changes does not guarantee a major version bump,
42
44
- Fixed a lot of issues with `?edit` and `?delete` and recipient message edit.
43
45
- Masked the error: "AttributeError: 'int' object has no attribute 'name'"
44
46
- Channel delete event will not be checked until discord.py fixes this issue.
0 commit comments