|
| 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 | + |
1 | 44 | ## [v1.5.0] <sub><sup><sub>17/01/21</sub></sup></sub> |
2 | 45 |
|
3 | 46 | **Features:** |
|
0 commit comments