Skip to content

Commit 1d2bc61

Browse files
committed
2 parents 45d9c37 + 9a7c39b commit 1d2bc61

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

CHANGELOG.md

+24-23
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Thread channels will now default to being private (@everyone's read message perm
1818

1919
- All reference to "modmail"/"Mod Mail"/"ModMail" are changed to "Modmail".
2020
- `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.
2122
# v2.7.0
2223

2324
### Changed
@@ -31,7 +32,7 @@ Fixed small issue with finding thread.
3132

3233
# v2.6.2
3334

34-
Fixed log URLs for self-hosting users.
35+
Fixed log URLs for self-hosting users.
3536
(This shouldn't affect anyone.)
3637

3738
# v2.6.1
@@ -54,12 +55,12 @@ Mostly internal changes. Some are slightly breaking. Keep a lookout for broken f
5455

5556
# v2.5.2
5657

57-
Non breaking internal changes.
58+
Non breaking internal changes.
5859
(This shouldn't affect anyone.)
5960

6061
# v2.5.0
6162

62-
Non breaking internal changes.
63+
Non breaking internal changes.
6364
(This shouldn't affect anyone.)
6465

6566
### Background
@@ -73,7 +74,7 @@ During this period, local caches are deleted, which results in the inability to
7374
- Loaded upon bot restart.
7475
- Deleted when a thread is closed.
7576
- Use `call_later()` instead of `sleep()` for scheduling.
76-
77+
7778
# v2.4.5
7879

7980
### Fixed
@@ -89,33 +90,33 @@ Fixed a bug in activity command where it would fail to set the activity on bot r
8990
This update shouldn't affect anyone.
9091

9192
### Changed
92-
- Moved self-hosted log viewer to a separate repo.
93-
93+
- Moved self-hosted log viewer to a separate repo.
94+
9495
# v2.4.2
9596

96-
### Added
97+
### Added
9798
- Ability to set your own Twitch URL for `streaming` activity status.
9899

99100
# v2.4.1
100101

101-
### Fixed
102-
- Small bug in `activity` command.
102+
### Fixed
103+
- Small bug in `activity` command.
103104

104105
# v2.4.0
105106

106107
Breaking changes.
107108

108-
### Added
109+
### Added
109110
- Added the `activity` command for setting the activity
110111
- [PR #131](https://github.com/kyb3r/modmail/pull/131#issue-244686818) this supports multiple activity types (`playing`, `watching`, `listening` and `streaming`).
111112

112113
### 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.
115116

116117
# v2.3.0
117118

118-
### Added
119+
### Added
119120
- Ability to self-host logs.
120121

121122
### Changed
@@ -165,7 +166,7 @@ Breaking changes.
165166

166167
# v2.0.9
167168

168-
### Added
169+
### Added
169170
- Support for custom blocked emoji and sent emoji.
170171
- Use the `config set blocked_emoji` or `sent_emoji` commands.
171172

@@ -177,22 +178,22 @@ Breaking changes.
177178

178179
Improvements to commands and new config options available.
179180

180-
### Added
181+
### Added
181182
- Added the ability to use your own log channel.
182183
- You can do this via the `config set log_channel_id <id>` command.
183184
- Added the ability to use your own main inbox category.
184185
- You can do this via the `config set main_category_id <id>` command.
185186

186187
### 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.
188189
- Blocked users are now stored in the database instead of in the channel topic.
189190
- This means you can delete the top channel in the modmail category now. (Migrate first though.)
190191

191192
# v2.0.7
192193

193-
New command and improvements in bot update message interfaces.
194+
New command and improvements in bot update message interfaces.
194195

195-
### Added
196+
### Added
196197
- Added a `changelog` command to view the bot's changelog within discord.
197198

198199
### Changed
@@ -224,14 +225,14 @@ New command and improvements in bot update message interfaces.
224225
Fixed some issues with how data is displayed in the info embed.
225226

226227
### 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.
228229
- If using a separate server setup, roles in the info embed now are shown as names instead of mentions.
229230
- This is due to the fact that you can't mention roles across servers.
230231

231232
# v2.0.2
232233

233234
### Security
234-
- Made the `logs` command require "manage messages" permissions to execute.
235+
- Made the `logs` command require "manage messages" permissions to execute.
235236
- Before this patch, anyone could use the `logs` commands.
236237

237238
# v2.0.1
@@ -247,15 +248,15 @@ Bug fixes and minor improvements.
247248

248249
# v2.0.0
249250

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.
252253
Read the updated installation guide [here](https://github.com/kyb3r/modmail/wiki/installation).
253254

254255
### Changed
255256
- Stability improvements through synchronization primitives.
256257
- Refactor thread management and code.
257258
- 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 👻
259260

260261
### Fixed
261262
- `status` command now changes playing status indefinitely.

0 commit comments

Comments
 (0)