Skip to content

Commit 317bf39

Browse files
committed
Updated CHANGELOG.md
1 parent e349c2f commit 317bf39

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88
# v2.8.1
9+
910
### Fixed
1011
- 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).
1114

1215
# v2.8.0
1316
### 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.
1619

1720
# v2.7.2
1821

1922
### Added
2023
- `config options` command to see a list of valid config variables that you can modify.
2124

2225
### 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.
2429

2530
# v2.7.1
2631

2732
### Changed
2833

29-
- All reference to "modmail"/"Mod Mail"/"ModMail" are changed to "Modmail".
34+
- All reference to "modmail" / "Mod Mail" / "ModMail" are changed to "Modmail".
3035
- `log_channel_id` is now part of the config upon `setup`.
3136
- 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.
3242
# v2.7.0
3343

3444
### Changed

0 commit comments

Comments
 (0)