Skip to content

Commit 71fd480

Browse files
committed
chore: sync local edits before push
1 parent 6683311 commit 71fd480

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html);
77
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.
88

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.
39+
940
# v4.1.2
1041

1142
### Fixed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.1.2"
1+
__version__ = "4.2.0"
22

33

44
import asyncio

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extend-exclude = '''
2121

2222
[tool.poetry]
2323
name = 'Modmail'
24-
version = '4.1.2'
24+
version = '4.2.0'
2525
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."
2626
license = 'AGPL-3.0-only'
2727
authors = [

0 commit comments

Comments
 (0)