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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,37 @@ 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/modmail-dev/modmail/issues/319). If you're a plugin developer, note the "BREAKING" section.
8
8
9
+
# v4.2.0
10
+
11
+
Upgraded discord.py to version 2.6.3, added support for CV2.
12
+
13
+
### Fixed
14
+
- Make Modmail keep working when typing is disabled due to a outage caused by Discord.
15
+
- Resolved an issue where forwarded messages appeared as empty embeds.
16
+
- Fixed internal message handling and restoration processes.
17
+
- Corrected a bug in the unsnooze functionality.
18
+
- Eliminated duplicate logs and notes.
19
+
- Addressed inconsistent use of `logkey` after ticket restoration.
20
+
- Fixed issues with identifying the user who sent internal messages.
21
+
22
+
### Added
23
+
Commands:
24
+
*`snooze`: Initiates a snooze action.
25
+
*`snoozed`: Displays snoozed items.
26
+
*`unsnooze`: Reverses the snooze action.
27
+
*`clearsnoozed`: Clears all snoozed items.
28
+
29
+
Configuration Options:
30
+
*`max_snooze_time`: Sets the maximum duration for snooze.
31
+
*`snooze_title`: Customizes the title for snooze notifications.
32
+
*`snooze_text`: Customizes the text for snooze notifications.
33
+
*`unsnooze_text`: Customizes the text for unsnooze notifications.
34
+
*`unsnooze_notify_channel`: Specifies the channel for unsnooze notifications.
35
+
*`thread_min_characters`: Minimum number of characters required.
36
+
*`thread_min_characters_title`: Title shown when the message is too short.
37
+
*`thread_min_characters_response`: Response shown to the user if their message is too short.
38
+
*`thread_min_characters_footer`: Footer displaying the minimum required characters.
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 = '4.1.2'
24
+
version = '4.2.0'
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