mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-28 12:50:15 +02:00

# [1.7.0](https://github.com/revanced/revanced-discord-bot/compare/v1.6.0...v1.7.0) (2022-08-21) ### Bug Fixes * handle unavailable guilds ([5519bb2](5519bb2ee5
)) ### Features * allow ascii only names ([3f05f8c](3f05f8cd92
)) * only cure users on name change ([1f5063b](1f5063b66f
)) * take contributor roles on mute ([#19](https://github.com/revanced/revanced-discord-bot/issues/19)) [skip ci] ([e20e5b1](e20e5b178f
))
7.2 KiB
7.2 KiB
1.7.0 (2022-08-21)
Bug Fixes
- handle unavailable guilds (5519bb2)
Features
- allow ascii only names (3f05f8c)
- only cure users on name change (1f5063b)
- take contributor roles on mute (#19) [skip ci] (e20e5b1)
1.6.0 (2022-08-20)
Features
1.5.0 (2022-08-20)
Bug Fixes
- bot owners [skip ci] (118ca8b)
- change administrating role [skip ci] (40238e3)
- incorrect role [skip ci] (946bd84)
Features
- ephemeral response for permission error (d87091b)
1.4.0 (2022-08-20)
Bug Fixes
Features
- moderation commands (54171ba)
1.3.0 (2022-08-09)
Features
- ignore casing when curing user names (6c68e73)
1.2.0 (2022-08-09)
Features
- decancer user names (28a19c4)
- migrate to command framework (ba7b82a)
- update ReVanced configuration to new framework (b137217)
1.1.0 (2022-07-16)
Bug Fixes
Features
1.0.2 (2022-07-09)
Bug Fixes
1.0.1 (2022-07-09)
Bug Fixes
1.0.0 (2022-07-09)
Bug Fixes
- clippy: fix clippy warning (96ce886)
- clone submodules recursively (63c351d)
- do not create unnecessary instances of
Regex
(a3e6d88) - missing opening bracket (018c8f6)
- only log debug level in debug builds (6d8eb9a)
- release builds not logging (d69ae96)
- specify github token to semantic-release (61167ab)
- thread created should be debug, not info (8afda24)
- use snake case and module for configuration (179ad3e)
- use tracing to fix serenity logging (704d05f)
Features
message-responders
&reload
command (8fb0ab8)thread_introductions
(b34c9b3)- add
rust.yml
workflow (507656b) - embeds (4293dd5)
- initial commit (c07ad28)
- license (b51c50b)
- move
DISCORD_AUTHORIZATION_TOKEN
to.env
(42098b9) - update logger and other small changes (cee17a1)
- use cargo git dependency instead of submodule (3c14cbe)