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
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
9
9
### Added
10
10
11
-
- Added `allowed_mentions` to `reply_to_message` action
12
-
- Added a new `mentions_removed_from_message` trigger
11
+
- Implemented a new cog `stacktracer` for error logging (#55)
12
+
-`automod`: Added a new [`mentions_removed_from_message`](https://github.com/CommanderBot-Dev/commanderbot-py/wiki/Extension:-automod#mentions_removed_from_message-trigger) trigger
13
+
-`automod`: Added `allowed_mentions` field to [`reply_to_message`](https://github.com/CommanderBot-Dev/commanderbot-py/wiki/Extension:-automod#reply_to_message-action) action
13
14
14
15
### Changed
15
16
16
-
-`quote` now includes attachments and embeds on the original message
17
-
-`quote` now accounts for the read permissions of the person trying to quote
17
+
-`status` now uses an embed (#45)
18
+
19
+
### Fixed
20
+
21
+
-`quote`: Now includes attachments and embeds on the original message
22
+
-`quote`: Now accounts for the read permissions of the person trying to quote
18
23
-`ChannelsGuard` now accounts for threads, by determining the root channel
19
-
-`status` now uses an embed
20
24
21
25
## [0.16.0] - 2021-08-30
22
26
@@ -57,11 +61,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
57
61
58
62
### Added
59
63
60
-
- Added `manifest` command that generates Bedrock manifests
64
+
- Added `manifest` command that generates Bedrock manifests (#51)
61
65
62
66
### Changed
63
67
64
-
- Improved emoji parsing logic for the `vote` command
68
+
- Improved emoji parsing logic for the `vote` command (#45)
0 commit comments