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
+31-23Lines changed: 31 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
# v2.13.13
8
+
9
+
### What's new?
10
+
11
+
Added the ability to disable the `sent_emoji` and `blocked_emoji` when a user messages modmail.
12
+
13
+
You can do this via `?config set sent_emoji disable`
14
+
7
15
# v2.13.12
8
-
### Added
16
+
### What's new?
9
17
10
18
Added image link in title in case discord fails to embed an image.
11
19
12
20
# v2.13.11
13
21
14
-
### Added
22
+
### What's new?
15
23
- Introduced a new configuration variable `account_age` for setting a minimum account creation age.
16
24
- Users blocked by this reason will be stored in `blocked` along with other reasons for being blocked.
17
25
-`account_age` needs to be an ISO-8601 Duration Format (examples: `P12DT3H` 12 days and 3 hours, `P3Y5M` 3 years and 5 months `PT4H14M999S` 4 hours 14 minutes and 999 seconds). https://en.wikipedia.org/wiki/ISO_8601#Durations.
@@ -42,7 +50,7 @@ Added image link in title in case discord fails to embed an image.
42
50
43
51
# v2.13.7
44
52
45
-
### Added
53
+
### What's new?
46
54
- The ability to enable typing interactions.
47
55
- If you want the bot to type in the thread channel if the user is also typing, add the config variable `user_typing` and set it to "yes" or "true". use `config del` to disable the functionality. The same thing in reverse is also possible if you want the user to see the bot type when someone is typing in the thread channel add the `mod_typing` config variable.
48
56
- New `status` command, change the bot's status to `online`, `idle`, `dnd`, `invisible`, or `offline`.
@@ -59,7 +67,7 @@ Added image link in title in case discord fails to embed an image.
59
67
60
68
# v2.13.5
61
69
62
-
### Added
70
+
### What's new?
63
71
- You will no longer need to view your bot debug logs from Heroku. `debug` will show you the recent logs within 24h through a series of embeds.
64
72
- If you don't mind your data (may or may not be limited to: user ID, guild ID, bot name) be on the internet, `debug hastebin` will upload a formatted logs file to https://hasteb.in.
65
73
-`debug clear` will clear the locally cached logs.
@@ -101,7 +109,7 @@ Added image link in title in case discord fails to embed an image.
101
109
102
110
# v2.13.0
103
111
104
-
### Added
112
+
### What's new?
105
113
- Plugins:
106
114
- Think of it like addons! Anyone (with the skills) can create a plugin, make it public and distribute it. Add a welcome message to Modmail, or moderation commands? It's all up to your imagination! Have a niche feature request that you think only your server would benefit from? Plugins are your go-to!
@@ -114,7 +122,7 @@ Added image link in title in case discord fails to embed an image.
114
122
115
123
# v2.12.4
116
124
117
-
### Added
125
+
### What's new?
118
126
- Named colors are now supported! Over 900 different common color names are recognized. A list of color names can be found in [core/_color_data.py](https://github.com/kyb3r/modmail/blob/master/core/_color_data.py).
119
127
- Named colors can be set the same way as hex. But this can only be done through `config set`, which means database modifications will not work.
120
128
- For example: `config set main_color yellowish green`.
@@ -151,7 +159,7 @@ We recommend using your own database for logs. In the future you will soon get a
151
159
- Bot owners get access to all commands regardless of server permissions.
152
160
- Blocked users no longer receive a message, only the blocked emoji will be sent.
153
161
154
-
### Added
162
+
### What's new?
155
163
-**Note:** The following commands only work if you are self-hosting your logs. We recommend you to use your own database.
156
164
- Log search queries, in the form of two new commands.
157
165
-`logs search [query]` - this searches all log messages for a query string.
@@ -164,7 +172,7 @@ We recommend using your own database for logs. In the future you will soon get a
164
172
165
173
# v2.11.0
166
174
167
-
### Added
175
+
### What's new?
168
176
-`loglink` command, returns the log link for the current thread.
169
177
170
178
# v2.10.2
@@ -179,7 +187,7 @@ We recommend using your own database for logs. In the future you will soon get a
179
187
180
188
# v2.10.0
181
189
182
-
### Added
190
+
### What's new?
183
191
-`anonreply` command to anonymously reply to the recipient.
184
192
The username of the anonymous user defaults to the `mod_tag` (the footer text of a mod reply message). The avatar defaults the guild icon URL. However you can change both of these via the `anon_username`, `anon_avatar_url` and `anon_tag` config variables.
185
193
@@ -196,7 +204,7 @@ The username of the anonymous user defaults to the `mod_tag` (the footer text of
196
204
### Changed
197
205
- Forgot to enable custom embed colors.
198
206
199
-
### Added
207
+
### What's new?
200
208
- Ability to set a custom `mod_tag` (the text in the footer of the mod reply embed, which by default says "Moderator")
201
209
202
210
# v2.9.2
@@ -208,7 +216,7 @@ The username of the anonymous user defaults to the `mod_tag` (the footer text of
208
216
### Fixed
209
217
- Bug where the close command wouldn't work if you didnt configure a log channel.
210
218
211
-
### Added
219
+
### What's new?
212
220
- Ability to set your own custom `mod_color` and `recipient_color` for the thread message embeds.
213
221
214
222
# v2.9.1
@@ -222,7 +230,7 @@ The username of the anonymous user defaults to the `mod_tag` (the footer text of
222
230
223
231
# v2.9.0
224
232
225
-
### Added
233
+
### What's new?
226
234
- New command `note` will add a system message to your thread logs. This is useful for noting the context of a conversation.
227
235
228
236
# v2.8.1
@@ -240,7 +248,7 @@ The username of the anonymous user defaults to the `mod_tag` (the footer text of
240
248
241
249
# v2.7.2
242
250
243
-
### Added
251
+
### What's new?
244
252
-`config options` command to see a list of valid config variables that you can modify.
245
253
246
254
### Security
@@ -285,7 +293,7 @@ Thread channels will now default to being private (`@everyone`'s read message pe
285
293
286
294
# v2.6.0
287
295
288
-
### Added
296
+
### What's new?
289
297
-`threads` is now a default alias to `logs`.
290
298
291
299
### Changed
@@ -335,7 +343,7 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
335
343
336
344
# v2.4.2
337
345
338
-
### Added
346
+
### What's new?
339
347
- Ability to set your own Twitch URL for `streaming` activity status.
340
348
341
349
# v2.4.1
@@ -345,7 +353,7 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
345
353
346
354
# v2.4.0
347
355
348
-
### Added
356
+
### What's new?
349
357
- Added the `activity` command for setting the activity
350
358
-[PR #131](https://github.com/kyb3r/modmail/pull/131#issue-244686818) this supports multiple activity types (`playing`, `watching`, `listening` and `streaming`).
351
359
@@ -355,7 +363,7 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
355
363
356
364
# v2.3.0
357
365
358
-
### Added
366
+
### What's new?
359
367
- Ability to self-host logs.
360
368
361
369
### Changed
@@ -369,7 +377,7 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
369
377
370
378
# v2.2.0
371
379
372
-
### Added
380
+
### What's new?
373
381
- Notify command `notify [role]`.
374
382
- Notify a given role or yourself to the next thread message received.
375
383
- Once a thread message is received you will be pinged once only.
@@ -388,7 +396,7 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
388
396
389
397
# v2.1.0
390
398
391
-
### Added
399
+
### What's new?
392
400
- Ability to set a custom thread creation response message.
393
401
- Via `config set thread_creation_response [message]`.
394
402
@@ -406,7 +414,7 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
406
414
407
415
# v2.0.9
408
416
409
-
### Added
417
+
### What's new?
410
418
- Support for custom blocked and sent emoji.
411
419
- Use the `config set blocked_emoji [emoji]` or `sent_emoji` commands.
412
420
@@ -416,7 +424,7 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
416
424
417
425
# v2.0.8
418
426
419
-
### Added
427
+
### What's new?
420
428
- Added the ability to use your own log channel.
421
429
- You can do this via the `config set log_channel_id <id>` command.
422
430
- Added the ability to use your own main inbox category.
@@ -429,7 +437,7 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
429
437
430
438
# v2.0.7
431
439
432
-
### Added
440
+
### What's new?
433
441
- Added a `changelog` command to view the bot's changelog within discord.
434
442
435
443
### Changed
@@ -493,7 +501,7 @@ Read the updated installation guide [here](https://github.com/kyb3r/modmail/wiki
493
501
### Fixed
494
502
-`status` command now changes playing status indefinitely.
0 commit comments