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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ 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 do not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319). If you're a plugin developer, note the "BREAKING" section.
8
8
9
+
# v3.10.3
10
+
11
+
### Improved
12
+
13
+
- Thread genesis message now shows other recipients.
14
+
15
+
### Fixed
16
+
17
+
-`?snippet add` now properly blocks command names.
18
+
19
+
### Internal
20
+
21
+
- Set `LOG_DISCORD` environment variable to the logger level and log discord events.
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ extend-exclude = '''
21
21
22
22
[tool.poetry]
23
23
name = 'Modmail'
24
-
version = '3.10.2'
24
+
version = '3.10.3'
25
25
description = "Modmail is similar to Reddit's 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