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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,32 @@ 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.1
10
+
11
+
### Added
12
+
*`unsnooze_history_limit`: Limits the number of messages replayed when unsnoozing (genesis message and notes are always shown).
13
+
*`snooze_behavior`: Choose between `delete` (legacy) or `move` behavior for snoozing.
14
+
*`snoozed_category_id`: Target category for `move` snoozing; required when `snooze_behavior` is `move`.
15
+
* Thread-creation menu: Adds an interactive select step before a thread channel is created.
16
+
* Commands:
17
+
*`threadmenu toggle`: Enable/disable the menu.
18
+
*`threadmenu show`: List current top-level options.
19
+
*`threadmenu option add`: Interactive wizard to create an option.
20
+
*`threadmenu option edit/remove/show`: Manage or inspect an existing option.
*`threadmenu submenu option add/edit/remove`: Manage options inside a submenu.
23
+
* Configuration / Behavior:
24
+
* Per-option `category` targeting when creating a thread; falls back to `main_category_id` if invalid/missing.
25
+
* Optional selection logging (`thread_creation_menu_selection_log`) posts the chosen option in the new thread.
26
+
* Anonymous prompt support (`thread_creation_menu_anonymous_menu`).
27
+
28
+
### Changed
29
+
- Renamed `max_snooze_time` to `snooze_default_duration`. The old config will be invalidated.
30
+
- When `snooze_behavior` is set to `move`, the snoozed category now has a hard limit of 49 channels. New snoozes are blocked once it’s full until space is freed.
31
+
- When switching `snooze_behavior` to `move` via `?config set`, the bot reminds admins to set `snoozed_category_id` if it’s missing.
32
+
- Thread-creation menu options & submenu options now support an optional per-option `category` target. The interactive wizards (`threadmenu option add` / `threadmenu submenu option add`) and edit commands allow specifying or updating a category. If the stored category is missing or invalid at selection time, channel creation automatically falls back to `main_category_id`.
33
+
34
+
9
35
# v4.2.0
10
36
11
37
Upgraded discord.py to version 2.6.3, added support for CV2.
0 commit comments