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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ however, insignificant breaking changes do not guarantee a major version bump, s
17
17
18
18
### Added
19
19
- Added `content_type` to attachments stored in the database.
20
+
-`?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))
21
+
20
22
21
23
### Changed
22
24
- Changing a threads title or NSFW status immediately updates the status in the database.
@@ -33,6 +35,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
33
35
- Persistent notes have been fixed after the previous discord.py update.
34
36
-`is_image` now is true only if the image is actually an image.
35
37
- Fix contact command reporting user was blocked when they weren't.
38
+
- Cleanup imports after removing/unloading a plugin. ([PR #3226](https://github.com/modmail-dev/Modmail/pull/3226))
36
39
37
40
### Internal
38
41
- Add `update_title` and `update_nsfw` methods to `ApiClient` to update thread title and nsfw status in the database.
@@ -52,6 +55,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
52
55
- Support for trailing space in `?prefix` command, example: `?prefix "mm "` for `mm ping`.
53
56
- Added logviewer as built-in local plugin `?plugin load @local/logviewer`.
54
57
-`?plugin uninstall` is now an alias for `?plugin remove` ([GH #3260](https://github.com/modmail-dev/modmail/issues/3260))
58
+
-`DISCORD_LOG_LEVEL` environment variable to set the log level of discord.py. ([PR #3216](https://github.com/modmail-dev/Modmail/pull/3216))
55
59
56
60
### Changed
57
61
- Guild icons in embed footers and author urls now have a fixed size of 128. ([PR #3261](https://github.com/modmail-dev/modmail/pull/3261))
@@ -76,10 +80,15 @@ however, insignificant breaking changes do not guarantee a major version bump, s
76
80
- Fixed uncached member issue in large guild for react_to_contact and ticket creation.
77
81
- Fixed blocked roles improperly saving in `blocked_users` config.
78
82
- Fixed `?block` command improperly parsing reason as timestamp.
83
+
- Rate limit issue when fetch the messages due to reaction linking. ([PR #3306](https://github.com/modmail-dev/Modmail/pull/3306))
84
+
- Update command fails when the plugin is invalid. ([PR #3295](https://github.com/modmail-dev/Modmail/pull/3295))
79
85
80
86
### Internal
81
87
-`ConfigManager.get` no longer accepts two positional arguments: the `convert` argument is now keyword-only.
82
88
89
+
### Internal
90
+
- Renamed `Bot.log_file_name` to `Bot.log_file_path`. Log files are now created at `temp/logs/modmail.log`. ([PR #3216](https://github.com/modmail-dev/Modmail/pull/3216))
0 commit comments