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
+14-1
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,21 @@ 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
10
+
# v3.4.1
11
+
12
+
### Fixed
11
13
14
+
- Masked a bunch of noise errors when deleting messages.
15
+
- Added more checks for deleting messages.
16
+
17
+
### Breaking
18
+
19
+
-`thread_initiate` is now dispatched at the beginning of the setup process.
20
+
-`thread_create` is dispatched when the thread is registered as a thread by Modmail (ie. when channel topic is edited).
21
+
-`thread_ready` is dispatched when a thread finishes its setup steps.
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ exclude = '''
21
21
22
22
[tool.poetry]
23
23
name = 'Modmail'
24
-
version = '3.4.0'
24
+
version = '3.4.1'
25
25
description = 'Modmail is similar to Reddits Modmail both in functionality and purpose. It serves as a shared inbox for server staff to communicate with their users in a seamless way.'
0 commit comments