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-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,20 @@ however, insignificant breaking changes do not guarantee a major version bump, s
8
8
9
9
# v3.10.0-dev5
10
10
11
-
v3.10 adds group conversations while resolving othre bugs and QOL changes. It is potentially breaking to some plugins that adds functionality to threads.
11
+
v3.10 adds group conversations while resolving other bugs and QOL changes. It is potentially breaking to some plugins that adds functionality to threads.
12
12
13
-
## Breaking
13
+
###Breaking
14
14
15
15
-`Thread.recipient` (`str`) is now `Thread.recipients` (`List[str]`).
16
+
-`thread.reply` now returns mod_message, user_message1, user_message2... It is no longer limited at a size 2 tuple.
16
17
17
-
## Added
18
+
###Added
18
19
19
20
- Ability to have group conversations. ([GH #143](https://github.com/kyb3r/modmail/issues/143))
20
21
- Snippets are invoked case insensitively. ([GH #3077](https://github.com/kyb3r/modmail/issues/3077), [PR #3080](https://github.com/kyb3r/modmail/pull/3080))
21
22
- Default tags now use top hoisted role. ([GH #3014](https://github.com/kyb3r/modmail/issues/3014))
22
23
23
-
## Fixed
24
+
###Fixed
24
25
25
26
- Certain situations where the internal thread cache breaks and spams new channels. ([GH #3022](https://github.com/kyb3r/modmail/issues/3022), [PR #3028](https://github.com/kyb3r/modmail/pull/3028))
26
27
- Blocked users are now no longer allowed to use `?contact` and react to contact. ([COMMENT #819004157](https://github.com/kyb3r/modmail/issues/2969#issuecomment-819004157), [PR #3027](https://github.com/kyb3r/modmail/pull/3027))
@@ -34,44 +35,43 @@ v3.10 adds group conversations while resolving othre bugs and QOL changes. It is
34
35
- Deleted messages are now deleted on both ends. ([GH #3041](https://github.com/kyb3r/modmail/issues/3041), [@JerrieAries](https://github.com/kyb3r/modmail/commit/20b31f8e8b5497943513997fef788d72ae668438))
35
36
- Persistent notes are now properly deleted from the database. ([GH #3013](https://github.com/kyb3r/modmail/issues/3013))
36
37
37
-
## Internal
38
-
39
-
-`thread.reply` now returns mod_message, user_message1, user_message2... It is no longer limited at a size 2 tuple. Potentially breaking if plugins depend on this behaviour.
40
-
- Fix return types, type hints, and unresolved references ([PR #3009](https://github.com/kyb3r/modmail/pull/3009))
38
+
### Internal
39
+
def c
40
+
- Fix return types, type hints and unresolved references ([PR #3009](https://github.com/kyb3r/modmail/pull/3009))
41
41
- Reload thread cache only when it's the first on_ready trigger. ([GH #3037](https://github.com/kyb3r/modmail/issues/3037))
42
42
43
43
# v3.9.5
44
44
45
-
## Internal
45
+
###Internal
46
46
47
47
- Bumped discord.py to v1.7.3, updated all other packages to latest.
48
48
- More debug log files are now kept.
49
49
- Resolve SSL errors by retrying without SSL
50
50
51
51
# v3.9.4
52
52
53
-
## Fixed
53
+
###Fixed
54
54
55
55
- Certain cases where fallback categories were not working as intended. ([GH #3002](https://github.com/kyb3r/modmail/issues/3002), [PR #3003](https://github.com/kyb3r/modmail/pull/3003))
56
56
- There is now a proper message when trying to contact a bot.
57
57
58
-
## Improved
58
+
###Improved
59
59
60
60
-`?mention` can now be disabled with `?mention disable`. ([PR #2993](https://github.com/kyb3r/modmail/pull/2993/files))
61
61
-`?mention` now allows vague entries such as `everyone` or `all`. ([PR #2993](https://github.com/kyb3r/modmail/pull/2993/files))
62
62
63
-
## Internal
63
+
###Internal
64
64
65
65
- Change heroku python version to 3.9.4 ([PR #3001](https://github.com/kyb3r/modmail/pull/3001))
66
66
67
67
# v3.9.3
68
68
69
-
## Added
69
+
###Added
70
70
71
71
- New config: `use_user_id_channel_name`, when set to TRUE, channel names would get created with the recipient's ID instead of their name and discriminator.
72
72
- This is now an option to better suit the needs of servers in Server Discovery
73
73
74
-
## Internal
74
+
###Internal
75
75
76
76
- Signature of `format_channel_name` in core/util.py changed to:
0 commit comments