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
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
8
8
# v2.8.1
9
+
9
10
### Fixed
10
11
- Fixed bug where thread logs were getting duplicated when using the contact command.
12
+
- Fixed bug where the wrong key was used for logs which caused some `log` command log links point to a HTTP 404 Not Found.
13
+
- An oversight from [commit 1ba74d9](https://github.com/kyb3r/modmail/commit/1ba74d97900236a00ce937bdfb0fbb3a061baf1b).
11
14
12
15
# v2.8.0
13
16
### Changed
14
-
- Major improvement in thread log viewing.
15
-
- Log links are now rendered in html instead of plain text.
17
+
- Major improvement in viewing thread logs.
18
+
- Log links are now rendered in HTML instead of plain text.
16
19
17
20
# v2.7.2
18
21
19
22
### Added
20
23
-`config options` command to see a list of valid config variables that you can modify.
21
24
22
25
### Security
23
-
Thread channels will now default to being private (@everyone's read message perms set to false) if the thread creation category could not be resolved. This will save you from some trouble if for whatever reason your configuration gets messed up 🌚
26
+
Thread channels will now default to being private (`@everyone`'s read message perms set to `false`).
27
+
- If the thread creation category could not be resolved.
28
+
- This will save you from some trouble if for whatever reason your configuration gets messed up.
24
29
25
30
# v2.7.1
26
31
27
32
### Changed
28
33
29
-
- All reference to "modmail"/"Mod Mail"/"ModMail" are changed to "Modmail".
34
+
- All reference to "modmail" / "Mod Mail" / "ModMail" are changed to "Modmail".
30
35
-`log_channel_id` is now part of the config upon `setup`.
31
36
- Added the ability to set where tickets are created using the `main_category_id` configuration option.
37
+
38
+
### Important Note
39
+
40
+
- If your Modmail bot was setup a long time ago, you may experience a issue where messages were sent outside of the category.
41
+
- To fix this, set `main_category_id` to the ID of the Modmail category.
0 commit comments