Skip to content

Commit bea928c

Browse files
committed
release: 1.6.0
1 parent d8d599c commit bea928c

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

changelog.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## [v1.6.0] <sub><sup><sub>15/03/21</sub></sup></sub>
2+
3+
**Features:**
4+
5+
- Created `status` command.
6+
- Created `rule` command.
7+
- Created `rules` config field.
8+
- Added more info to the `help` command.
9+
- Allowed editing images of cases.
10+
- Allowed muting and unmuting users not in the server.
11+
- Created `banner` command and periodic banner cycling.
12+
- Added snippet aliases.
13+
- Began updating punishment notifications in users' DMs.
14+
- Began inlining suggestion status targets (like "forwarded to **someone**") in status text.
15+
- Created `team` command.
16+
- Created `buildTeamInvites` config field.
17+
- Created `advance` role.
18+
19+
**Bug fixes:**
20+
21+
- Began disallowing empty bodies in `suggestion edit`.
22+
- Began catching all uncaught errors when running commands.
23+
- Made bans take precedence over mutes when checking a user.
24+
- Anonymized suggestion authors in logs.
25+
26+
**Changes:**
27+
28+
- Deleted `catte` command.
29+
- Renamed `modpack` field to `modpackAuth` in config.
30+
31+
**Internal changes:**
32+
33+
- Simplified ConfigManager typings.
34+
- Started logging uncaught exceptions and unhandled rejections.
35+
- Created `main`, `staff`, and `youtube` properties of `GuildManager`.
36+
- Created `command` property of Args.
37+
- Created `update:migrate` npm script.
38+
- Created `error` npm script.
39+
- Created `flattenMarkdown()` util.
40+
- Created `quote()` util.
41+
- Changed `displayUserEmbed()` of ActionLog into `notifyMember()`.
42+
- Renamed `hasStaffPermission()` of GuildMember to `hasRole()`.
43+
144
## [v1.5.0] <sub><sup><sub>17/01/21</sub></sup></sub>
245

346
**Features:**

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "main-bot",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "The main official bot for the BuildTheEarth Discord server.",
55
"dependencies": {
66
"@buildtheearth/bot-logger": "^1.0.3",

0 commit comments

Comments
 (0)