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-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
- All reference to "modmail"/"Mod Mail"/"ModMail" are changed to "Modmail".
12
12
-`log_channel_id` is now part of the config upon `setup`.
13
+
- Added the ability to set where tickets are created using the `main_category_id` configuration option.
13
14
# v2.7.0
14
15
15
16
### Changed
@@ -23,7 +24,7 @@ Fixed small issue with finding thread.
23
24
24
25
# v2.6.2
25
26
26
-
Fixed log URLs for self-hosting users.
27
+
Fixed log URLs for self-hosting users.
27
28
(This shouldn't affect anyone.)
28
29
29
30
# v2.6.1
@@ -46,12 +47,12 @@ Mostly internal changes. Some are slightly breaking. Keep a lookout for broken f
46
47
47
48
# v2.5.2
48
49
49
-
Non breaking internal changes.
50
+
Non breaking internal changes.
50
51
(This shouldn't affect anyone.)
51
52
52
53
# v2.5.0
53
54
54
-
Non breaking internal changes.
55
+
Non breaking internal changes.
55
56
(This shouldn't affect anyone.)
56
57
57
58
### Background
@@ -65,7 +66,7 @@ During this period, local caches are deleted, which results in the inability to
65
66
- Loaded upon bot restart.
66
67
- Deleted when a thread is closed.
67
68
- Use `call_later()` instead of `sleep()` for scheduling.
68
-
69
+
69
70
# v2.4.5
70
71
71
72
### Fixed
@@ -81,33 +82,33 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
81
82
This update shouldn't affect anyone.
82
83
83
84
### Changed
84
-
- Moved self-hosted log viewer to a separate repo.
85
-
85
+
- Moved self-hosted log viewer to a separate repo.
86
+
86
87
# v2.4.2
87
88
88
-
### Added
89
+
### Added
89
90
- Ability to set your own Twitch URL for `streaming` activity status.
90
91
91
92
# v2.4.1
92
93
93
-
### Fixed
94
-
- Small bug in `activity` command.
94
+
### Fixed
95
+
- Small bug in `activity` command.
95
96
96
97
# v2.4.0
97
98
98
99
Breaking changes.
99
100
100
-
### Added
101
+
### Added
101
102
- Added the `activity` command for setting the activity
102
103
-[PR #131](https://github.com/kyb3r/modmail/pull/131#issue-244686818) this supports multiple activity types (`playing`, `watching`, `listening` and `streaming`).
103
104
104
105
### Removed
105
-
- Removed the deprecated `status` command.
106
-
- This also means you will have to reset your bot status with the `activity` command, as `status` command is removed.
106
+
- Removed the deprecated `status` command.
107
+
- This also means you will have to reset your bot status with the `activity` command, as `status` command is removed.
107
108
108
109
# v2.3.0
109
110
110
-
### Added
111
+
### Added
111
112
- Ability to self-host logs.
112
113
113
114
### Changed
@@ -157,7 +158,7 @@ Breaking changes.
157
158
158
159
# v2.0.9
159
160
160
-
### Added
161
+
### Added
161
162
- Support for custom blocked emoji and sent emoji.
162
163
- Use the `config set blocked_emoji` or `sent_emoji` commands.
163
164
@@ -169,22 +170,22 @@ Breaking changes.
169
170
170
171
Improvements to commands and new config options available.
171
172
172
-
### Added
173
+
### Added
173
174
- Added the ability to use your own log channel.
174
175
- You can do this via the `config set log_channel_id <id>` command.
175
176
- Added the ability to use your own main inbox category.
176
177
- You can do this via the `config set main_category_id <id>` command.
177
178
178
179
### Changed
179
-
- You now have the ability to supply a reason when blocking a user.
180
+
- You now have the ability to supply a reason when blocking a user.
180
181
- Blocked users are now stored in the database instead of in the channel topic.
181
182
- This means you can delete the top channel in the modmail category now. (Migrate first though.)
182
183
183
184
# v2.0.7
184
185
185
-
New command and improvements in bot update message interfaces.
186
+
New command and improvements in bot update message interfaces.
186
187
187
-
### Added
188
+
### Added
188
189
- Added a `changelog` command to view the bot's changelog within discord.
189
190
190
191
### Changed
@@ -216,14 +217,14 @@ New command and improvements in bot update message interfaces.
216
217
Fixed some issues with how data is displayed in the info embed.
217
218
218
219
### Fixed
219
-
- Thread creation embed now shows the correct number of past logs.
220
+
- Thread creation embed now shows the correct number of past logs.
220
221
- If using a separate server setup, roles in the info embed now are shown as names instead of mentions.
221
222
- This is due to the fact that you can't mention roles across servers.
222
223
223
224
# v2.0.2
224
225
225
226
### Security
226
-
- Made the `logs` command require "manage messages" permissions to execute.
227
+
- Made the `logs` command require "manage messages" permissions to execute.
227
228
- Before this patch, anyone could use the `logs` commands.
228
229
229
230
# v2.0.1
@@ -239,15 +240,15 @@ Bug fixes and minor improvements.
239
240
240
241
# v2.0.0
241
242
242
-
This release introduces the use of our centralized [API service](https://github.com/kyb3r/webserver) to enable dynamic configuration, auto-updates, and thread logs.
243
-
To use this release you must acquire an API token from https://modmail.tk.
243
+
This release introduces the use of our centralized [API service](https://github.com/kyb3r/webserver) to enable dynamic configuration, auto-updates, and thread logs.
244
+
To use this release you must acquire an API token from https://modmail.tk.
244
245
Read the updated installation guide [here](https://github.com/kyb3r/modmail/wiki/installation).
245
246
246
247
### Changed
247
248
- Stability improvements through synchronization primitives.
248
249
- Refactor thread management and code.
249
250
- Update command now uses `api.modmail.tk`.
250
-
-`contact` command no longer tells the user you messaged them 👻
251
+
-`contact` command no longer tells the user you messaged them 👻
251
252
252
253
### Fixed
253
254
-`status` command now changes playing status indefinitely.
0 commit comments