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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ however, insignificant breaking changes do not guarantee a major version bump, s
8
8
9
9
# [UNRELEASED]
10
10
11
+
# v4.2.0
12
+
11
13
### Breaking
12
14
- Completely rewritten blocklist system. Blocklisting now runs off its own mongoDB collection. This once again introduces backwards incompatible schema changes, so a manual migration is required. You may upgrade from both v4.0 and v4.1 using the `[p]migrate blocklist` command. This removes any need to perform the previous migration steps in v4.1.0, you may upgrade directly to this version. After running the command, blocklist functionality will return and legacy config based blocks will have been deleted. You should always back up your config before migration.
13
15
- Migrated package manager from pipenv to Poetry. Dockerfile and GitHub Actions are also now set up to install using Poetry.
@@ -22,12 +24,12 @@ however, insignificant breaking changes do not guarantee a major version bump, s
22
24
- Added `log_expiration` config to auto-delete old logs on a schedule.
23
25
24
26
### Changed
25
-
- Changing a threads title or NSFW status immediately updates the status in the database.
27
+
- Changing a thread's title or NSFW status immediately updates the status in the database.
26
28
27
29
### Removed
28
30
- The logviewer plugin is no longer included locally.
29
31
- Removed lottie sticker support and its dependencies due to unnecessary bulk.
30
-
-The bot will no longer embed image from gyazo.
32
+
-Removed gyazo image embedding.
31
33
32
34
### Fixed
33
35
- Persistent notes have been fixed after the previous discord.py update.
@@ -37,7 +39,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
37
39
- Fixed failure on installing local plugins when plugin path contains whitespace.
38
40
- Fixed sticker replies not being sent in a Modmail thread.
39
41
- Fixed plugin update command where it would fail to remove the plugin when the plugin is invalid.
0 commit comments