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
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,40 @@ however, insignificant breaking changes do not guarantee a major version bump, s
20
20
- Added `content_type` to attachments stored in the database.
21
21
-`?log key <key>` to retrieve the log link and view a preview using a log key. ([PR #3196](https://github.com/modmail-dev/Modmail/pull/3196))
22
22
- Add Forced plugins. Allows auto installing un-removable plugins via `FORCED_PLUGINS` environment variable contain a comma separate list of plugins. (GH#5)
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
+
40
+
*`unsnooze_history_limit`: Limits the number of messages replayed when unsnoozing (genesis message and notes are always shown).
41
+
*`snooze_behavior`: Choose between `delete` (legacy) or `move` behavior for snoozing.
42
+
*`snoozed_category_id`: Target category for `move` snoozing; required when `snooze_behavior` is `move`.
43
+
* Thread-creation menu: Adds an interactive select step before a thread channel is created.
44
+
* Commands:
45
+
*`threadmenu toggle`: Enable/disable the menu.
46
+
*`threadmenu show`: List current top-level options.
47
+
*`threadmenu option add`: Interactive wizard to create an option.
48
+
*`threadmenu option edit/remove/show`: Manage or inspect an existing option.
0 commit comments