This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2022-11-05) ### Bug Fixes * add ban command to poise framework ([e66e8fd](ThexXTURBOXx@e66e8fd)) * allow lints ([c0bcc0a](ThexXTURBOXx@c0bcc0a)) * bot owners [skip ci] ([118ca8b](ThexXTURBOXx@118ca8b)) * change administrating role [skip ci] ([40238e3](ThexXTURBOXx@40238e3)) * check member role for excluded roles ([6279a79](ThexXTURBOXx@6279a79)) * **ci:** build binaries for musl ([#9](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/9)) ([aae1b07](ThexXTURBOXx@aae1b07)) * **clippy:** fix clippy warning ([96ce886](ThexXTURBOXx@96ce886)) * clone submodules recursively ([63c351d](ThexXTURBOXx@63c351d)) * create release build to fix ci ([e7d26fd](ThexXTURBOXx@e7d26fd)) * do not create unnecessary instances of `Regex` ([a3e6d88](ThexXTURBOXx@a3e6d88)) * exclude dash and underscore for decancer ([8af95f0](ThexXTURBOXx@8af95f0)) * fix release arg for cargo build ([eab7b1d](ThexXTURBOXx@eab7b1d)) * handle unavailable guilds ([5519bb2](ThexXTURBOXx@5519bb2)) * incorrect command option description ([25efe87](ThexXTURBOXx@25efe87)) * incorrect description for user age condition ([#16](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/16)) ([999a345](ThexXTURBOXx@999a345)) * incorrect role [skip ci] ([946bd84](ThexXTURBOXx@946bd84)) * **media-channel:** change order of condition check ([fdf1dca](ThexXTURBOXx@fdf1dca)) * **media-channel:** check if message contains attachment ([fd8ca42](ThexXTURBOXx@fd8ca42)) * missing opening bracket ([018c8f6](ThexXTURBOXx@018c8f6)) * **moderation:** only mute on rejoin if previously muted ([6e9f20d](ThexXTURBOXx@6e9f20d)) * **moderation:** save overwrites before modifying them ([2f67c59](ThexXTURBOXx@2f67c59)) * only log debug level in debug builds ([6d8eb9a](ThexXTURBOXx@6d8eb9a)) * reduce false matches [skip ci] ([4f2250c](ThexXTURBOXx@4f2250c)) * release builds not logging ([d69ae96](ThexXTURBOXx@d69ae96)) * remove unused cargo config ([0eb9356](ThexXTURBOXx@0eb9356)) * specify github token to semantic-release ([61167ab](ThexXTURBOXx@61167ab)) * thread created should be debug, not info ([8afda24](ThexXTURBOXx@8afda24)) * update workflow actions ([fa4c453](ThexXTURBOXx@fa4c453)) * use snake case and module for configuration ([179ad3e](ThexXTURBOXx@179ad3e)) * use tracing to fix serenity logging ([704d05f](ThexXTURBOXx@704d05f)) ### Features * `message-responders` & `reload` command ([8fb0ab8](ThexXTURBOXx@8fb0ab8)) * `thread_introductions` ([b34c9b3](ThexXTURBOXx@b34c9b3)) * `unban` command ([b7d333c](ThexXTURBOXx@b7d333c)) * add `rust.yml` workflow ([507656b](ThexXTURBOXx@507656b)) * add `rustfmt` ([#14](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/14)) ([422bed5](ThexXTURBOXx@422bed5)) * allow `-` and `_` in usernames ([2767888](ThexXTURBOXx@2767888)) * allow ascii only names ([3f05f8c](ThexXTURBOXx@3f05f8c)) * ban command ([efaa619](ThexXTURBOXx@efaa619)) * command descriptions ([8045e18](ThexXTURBOXx@8045e18)) * decancer user names ([28a19c4](ThexXTURBOXx@28a19c4)) * default configuration for ReVanced ([8a8e94a](ThexXTURBOXx@8a8e94a)) * do not cure bots ([97c064c](ThexXTURBOXx@97c064c)) * embeds ([4293dd5](ThexXTURBOXx@4293dd5)) * ephemeral response for permission error ([d87091b](ThexXTURBOXx@d87091b)) * format timestamp ([#17](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/17)) ([55d0aaf](ThexXTURBOXx@55d0aaf)) * handle mute when rejoining the server ([042fc8c](ThexXTURBOXx@042fc8c)) * ignore casing when curing user names ([6c68e73](ThexXTURBOXx@6c68e73)) * improve matching success [skip ci] ([8efe307](ThexXTURBOXx@8efe307)) * improve matching success [skip ci] ([3a18a40](ThexXTURBOXx@3a18a40)) * initial commit ([c07ad28](ThexXTURBOXx@c07ad28)) * license ([b51c50b](ThexXTURBOXx@b51c50b)) * lock & unlock commands ([abdc092](ThexXTURBOXx@abdc092)) * media and logging channels and unban command ([4ab4c7e](ThexXTURBOXx@4ab4c7e)) * migrate to command framework ([ba7b82a](ThexXTURBOXx@ba7b82a)) * moderation commands ([54171ba](ThexXTURBOXx@54171ba)) * move `DISCORD_AUTHORIZATION_TOKEN` to `.env` ([42098b9](ThexXTURBOXx@42098b9)) * new configuration for ReVanced ([d1d99b5](ThexXTURBOXx@d1d99b5)) * ocr & mute on rejoin ([#20](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/20)) ([afb7e79](ThexXTURBOXx@afb7e79)) * only cure users on name change ([1f5063b](ThexXTURBOXx@1f5063b)) * remove `ocr` ([c600c51](ThexXTURBOXx@c600c51)) * reply command ([e36df0e](ThexXTURBOXx@e36df0e)) * response to common sponsorblock question [skip ci] ([710a546](ThexXTURBOXx@710a546)) * take contributor roles on mute ([#19](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/19)) [skip ci] ([e20e5b1](ThexXTURBOXx@e20e5b1)) * update logger and other small changes ([cee17a1](ThexXTURBOXx@cee17a1)) * update ReVanced configuration to new framework ([b137217](ThexXTURBOXx@b137217)) * use `Swatinem/rust-cache` to cache builds ([cda1bcb](ThexXTURBOXx@cda1bcb)) * use cargo git dependency instead of submodule ([3c14cbe](ThexXTURBOXx@3c14cbe)) * work in progress `ocr` auto responder ([23bc1aa](ThexXTURBOXx@23bc1aa)) ### Performance Improvements * clone `Arc` of `data.database` ([3ad345b](ThexXTURBOXx@3ad345b))
- Loading branch information