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
+24-23
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Thread channels will now default to being private (@everyone's read message perm
18
18
19
19
- All reference to "modmail"/"Mod Mail"/"ModMail" are changed to "Modmail".
20
20
-`log_channel_id` is now part of the config upon `setup`.
21
+
- Added the ability to set where tickets are created using the `main_category_id` configuration option.
21
22
# v2.7.0
22
23
23
24
### Changed
@@ -31,7 +32,7 @@ Fixed small issue with finding thread.
31
32
32
33
# v2.6.2
33
34
34
-
Fixed log URLs for self-hosting users.
35
+
Fixed log URLs for self-hosting users.
35
36
(This shouldn't affect anyone.)
36
37
37
38
# v2.6.1
@@ -54,12 +55,12 @@ Mostly internal changes. Some are slightly breaking. Keep a lookout for broken f
54
55
55
56
# v2.5.2
56
57
57
-
Non breaking internal changes.
58
+
Non breaking internal changes.
58
59
(This shouldn't affect anyone.)
59
60
60
61
# v2.5.0
61
62
62
-
Non breaking internal changes.
63
+
Non breaking internal changes.
63
64
(This shouldn't affect anyone.)
64
65
65
66
### Background
@@ -73,7 +74,7 @@ During this period, local caches are deleted, which results in the inability to
73
74
- Loaded upon bot restart.
74
75
- Deleted when a thread is closed.
75
76
- Use `call_later()` instead of `sleep()` for scheduling.
76
-
77
+
77
78
# v2.4.5
78
79
79
80
### Fixed
@@ -89,33 +90,33 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
89
90
This update shouldn't affect anyone.
90
91
91
92
### Changed
92
-
- Moved self-hosted log viewer to a separate repo.
93
-
93
+
- Moved self-hosted log viewer to a separate repo.
94
+
94
95
# v2.4.2
95
96
96
-
### Added
97
+
### Added
97
98
- Ability to set your own Twitch URL for `streaming` activity status.
98
99
99
100
# v2.4.1
100
101
101
-
### Fixed
102
-
- Small bug in `activity` command.
102
+
### Fixed
103
+
- Small bug in `activity` command.
103
104
104
105
# v2.4.0
105
106
106
107
Breaking changes.
107
108
108
-
### Added
109
+
### Added
109
110
- Added the `activity` command for setting the activity
110
111
-[PR #131](https://github.com/kyb3r/modmail/pull/131#issue-244686818) this supports multiple activity types (`playing`, `watching`, `listening` and `streaming`).
111
112
112
113
### Removed
113
-
- Removed the deprecated `status` command.
114
-
- This also means you will have to reset your bot status with the `activity` command, as `status` command is removed.
114
+
- Removed the deprecated `status` command.
115
+
- This also means you will have to reset your bot status with the `activity` command, as `status` command is removed.
115
116
116
117
# v2.3.0
117
118
118
-
### Added
119
+
### Added
119
120
- Ability to self-host logs.
120
121
121
122
### Changed
@@ -165,7 +166,7 @@ Breaking changes.
165
166
166
167
# v2.0.9
167
168
168
-
### Added
169
+
### Added
169
170
- Support for custom blocked emoji and sent emoji.
170
171
- Use the `config set blocked_emoji` or `sent_emoji` commands.
171
172
@@ -177,22 +178,22 @@ Breaking changes.
177
178
178
179
Improvements to commands and new config options available.
179
180
180
-
### Added
181
+
### Added
181
182
- Added the ability to use your own log channel.
182
183
- You can do this via the `config set log_channel_id <id>` command.
183
184
- Added the ability to use your own main inbox category.
184
185
- You can do this via the `config set main_category_id <id>` command.
185
186
186
187
### Changed
187
-
- You now have the ability to supply a reason when blocking a user.
188
+
- You now have the ability to supply a reason when blocking a user.
188
189
- Blocked users are now stored in the database instead of in the channel topic.
189
190
- This means you can delete the top channel in the modmail category now. (Migrate first though.)
190
191
191
192
# v2.0.7
192
193
193
-
New command and improvements in bot update message interfaces.
194
+
New command and improvements in bot update message interfaces.
194
195
195
-
### Added
196
+
### Added
196
197
- Added a `changelog` command to view the bot's changelog within discord.
197
198
198
199
### Changed
@@ -224,14 +225,14 @@ New command and improvements in bot update message interfaces.
224
225
Fixed some issues with how data is displayed in the info embed.
225
226
226
227
### Fixed
227
-
- Thread creation embed now shows the correct number of past logs.
228
+
- Thread creation embed now shows the correct number of past logs.
228
229
- If using a separate server setup, roles in the info embed now are shown as names instead of mentions.
229
230
- This is due to the fact that you can't mention roles across servers.
230
231
231
232
# v2.0.2
232
233
233
234
### Security
234
-
- Made the `logs` command require "manage messages" permissions to execute.
235
+
- Made the `logs` command require "manage messages" permissions to execute.
235
236
- Before this patch, anyone could use the `logs` commands.
236
237
237
238
# v2.0.1
@@ -247,15 +248,15 @@ Bug fixes and minor improvements.
247
248
248
249
# v2.0.0
249
250
250
-
This release introduces the use of our centralized [API service](https://github.com/kyb3r/webserver) to enable dynamic configuration, auto-updates, and thread logs.
251
-
To use this release you must acquire an API token from https://modmail.tk.
251
+
This release introduces the use of our centralized [API service](https://github.com/kyb3r/webserver) to enable dynamic configuration, auto-updates, and thread logs.
252
+
To use this release you must acquire an API token from https://modmail.tk.
252
253
Read the updated installation guide [here](https://github.com/kyb3r/modmail/wiki/installation).
253
254
254
255
### Changed
255
256
- Stability improvements through synchronization primitives.
256
257
- Refactor thread management and code.
257
258
- Update command now uses `api.modmail.tk`.
258
-
-`contact` command no longer tells the user you messaged them 👻
259
+
-`contact` command no longer tells the user you messaged them 👻
259
260
260
261
### Fixed
261
262
-`status` command now changes playing status indefinitely.
0 commit comments