Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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
semantic-release-bot committed Nov 5, 2022
1 parent fa4c453 commit 249683a
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,86 @@
# 1.0.0 (2022-11-05)


### Bug Fixes

* add ban command to poise framework ([e66e8fd](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/e66e8fd004ecc1644bb13f922aa5ed2197e287ba))
* allow lints ([c0bcc0a](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/c0bcc0a12b12005abd955e39ff85b017521dc273))
* bot owners [skip ci] ([118ca8b](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/118ca8bc6473b760183c172bcdce5e038d3df78a))
* change administrating role [skip ci] ([40238e3](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/40238e339cc5773f6a80dadebaee7738cdd864ba))
* check member role for excluded roles ([6279a79](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/6279a791325d5c7b5e59cb79337b1cec2455a630))
* **ci:** build binaries for musl ([#9](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/9)) ([aae1b07](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/aae1b07edf507f9efbf5fa5434de5214aeee8464))
* **clippy:** fix clippy warning ([96ce886](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/96ce88666b3908d9461ab04597e2937fc6be7c90))
* clone submodules recursively ([63c351d](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/63c351daf44c421e0e92d01d63b583444dcba38b))
* create release build to fix ci ([e7d26fd](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/e7d26fdc6813c638061248c2b442b801e817b8f3))
* do not create unnecessary instances of `Regex` ([a3e6d88](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/a3e6d88cfb0a7727fd5cbde9ff59c27d47ef8bbf))
* exclude dash and underscore for decancer ([8af95f0](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/8af95f03bccde54089d4c44c107822b6edc0e8b4))
* fix release arg for cargo build ([eab7b1d](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/eab7b1d3ff6c1598f38502010603214b0c4b0c80))
* handle unavailable guilds ([5519bb2](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/5519bb2ee54fd4b00ac37e52b20c1ee9e143af76))
* incorrect command option description ([25efe87](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/25efe87776ddb4dc6b726778996d68c8bacc929b))
* incorrect description for user age condition ([#16](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/16)) ([999a345](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/999a345f964df3af319fb2292bc48aeabc1ecae2))
* incorrect role [skip ci] ([946bd84](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/946bd84fb73fae0d010bc24eb0c0e98449414b41))
* **media-channel:** change order of condition check ([fdf1dca](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/fdf1dca2a12a6c65fa1abfa92656c780cba52287))
* **media-channel:** check if message contains attachment ([fd8ca42](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/fd8ca4215d9f3eac964e5b7202f7140632ed1e13))
* missing opening bracket ([018c8f6](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/018c8f6e4587b5211de1f9438d29430d4e97c8d5))
* **moderation:** only mute on rejoin if previously muted ([6e9f20d](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/6e9f20df050fd9d6e64e82d1fb509de44ec9f0d7))
* **moderation:** save overwrites before modifying them ([2f67c59](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/2f67c59bb3536f0edc8ed2b400e10bfd9213959a))
* only log debug level in debug builds ([6d8eb9a](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/6d8eb9a4044b8bf234716423467f007cae7c10ec))
* reduce false matches [skip ci] ([4f2250c](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/4f2250c71f4df3f20ee7d909a64bf72a57653a18))
* release builds not logging ([d69ae96](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/d69ae966c5643eb41408420f372c162e48ecbcf6))
* remove unused cargo config ([0eb9356](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/0eb9356c5ddf0487f21f98e05d2dc71c7600e043))
* specify github token to semantic-release ([61167ab](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/61167abbd7b1bb48ce4df9128f36c40c0cbf3611))
* thread created should be debug, not info ([8afda24](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/8afda248beb140678d14a4eca6ff1c3562ad315e))
* update workflow actions ([fa4c453](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/fa4c45385419610a19ac84edc7e6fd1723401d2b))
* use snake case and module for configuration ([179ad3e](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/179ad3e8244ec09ee00f922b88bb530e1550c805))
* use tracing to fix serenity logging ([704d05f](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/704d05f45bc6cc325737f7f49655846301a10b59))


### Features

* `message-responders` & `reload` command ([8fb0ab8](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/8fb0ab88355b31083fe14d729b411d4bb8f98118))
* `thread_introductions` ([b34c9b3](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/b34c9b3a66a803e4c2fb129d77af24421bb97c71))
* `unban` command ([b7d333c](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/b7d333c86cae3794744935ea6a09cfc8b45d9039))
* add `rust.yml` workflow ([507656b](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/507656b97c373f4473df922236a850a9b51bca7f))
* add `rustfmt` ([#14](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/14)) ([422bed5](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/422bed5364e8ca2711e6190d8bca59e04f9c90e9))
* allow `-` and `_` in usernames ([2767888](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/276788872cbcb16d561fd62d10d65566debfd56a))
* allow ascii only names ([3f05f8c](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/3f05f8cd922e30755cc5a99a825c433bc4958e80))
* ban command ([efaa619](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/efaa6190e57ad996516c69c217340abe2b7c4194))
* command descriptions ([8045e18](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/8045e180e91f1123c1a4c92c1e7d697be61e4bf4))
* decancer user names ([28a19c4](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/28a19c41204c6334e085bb52ca21d52b54ccd178))
* default configuration for ReVanced ([8a8e94a](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/8a8e94a9779635d3cb4348ab64a2239a38b1ff8e))
* do not cure bots ([97c064c](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/97c064ce7f1acdd758c9dee185ed2f845e426809))
* embeds ([4293dd5](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/4293dd5518a95b1e5bd4fae7fd4bc20fc4c6479d))
* ephemeral response for permission error ([d87091b](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/d87091bfe3c5159ef3ab9d418d2782ea10931faa))
* format timestamp ([#17](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/17)) ([55d0aaf](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/55d0aaff219d2dbec6048c54a67ffb96e17f6f6e))
* handle mute when rejoining the server ([042fc8c](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/042fc8c4666fd96baf85dca8df6385e7b2f37cc3))
* ignore casing when curing user names ([6c68e73](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/6c68e73657a206a696444ae57f8c8e270c806b30))
* improve matching success [skip ci] ([8efe307](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/8efe307020c9423ddd83951d60fd6ad69933b93d))
* improve matching success [skip ci] ([3a18a40](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/3a18a40362841956b2143c05c184522a25b621fa))
* initial commit ([c07ad28](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/c07ad28a60b20661d9014d4c850f906d4adbebf8))
* license ([b51c50b](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/b51c50b7744e49e747f31280784f24c8685f656a))
* lock & unlock commands ([abdc092](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/abdc0922eb0f4d647c151bddf51552c39b9524b3))
* media and logging channels and unban command ([4ab4c7e](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/4ab4c7e00ca8a00b725cb8ee69079e04edd2b454))
* migrate to command framework ([ba7b82a](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/ba7b82a6de3624ad59b587fa52ee784c3f2c9cf8))
* moderation commands ([54171ba](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/54171ba2ceaefb32acabdbaec1d6543bcc968d21))
* move `DISCORD_AUTHORIZATION_TOKEN` to `.env` ([42098b9](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/42098b9db54900cae49e6adaac39cbd1630a8de1))
* new configuration for ReVanced ([d1d99b5](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/d1d99b505c0599414a35b5270bada913c0e14d0b))
* ocr & mute on rejoin ([#20](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/20)) ([afb7e79](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/afb7e79b6756f79c99e6db60e47ea054104fa415))
* only cure users on name change ([1f5063b](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/1f5063b66f6c54cc19745bde47af24a784731a80))
* remove `ocr` ([c600c51](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/c600c510a7130e0156c7e4db4a716607bfe93819))
* reply command ([e36df0e](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/e36df0e9f73e9f95090d2130e4274cc68c133627))
* response to common sponsorblock question [skip ci] ([710a546](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/710a5462df4bf549b3003597ffb80f2afd8b908f))
* take contributor roles on mute ([#19](https://github.com/ThexXTURBOXx/revanced-discord-bot/issues/19)) [skip ci] ([e20e5b1](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/e20e5b178f215b4a1784d24d60faf8ed419a99bf))
* update logger and other small changes ([cee17a1](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/cee17a11eb4e4174a26e38498c385ee4b3a7c1e2))
* update ReVanced configuration to new framework ([b137217](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/b1372177c9dc0600669df1367d98a0c15af1773b))
* use `Swatinem/rust-cache` to cache builds ([cda1bcb](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/cda1bcb03f56bfc05172f3b850d52f00b6e00e84))
* use cargo git dependency instead of submodule ([3c14cbe](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/3c14cbe6a4efbb5040fe140beb3916bf8fd2e659))
* work in progress `ocr` auto responder ([23bc1aa](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/23bc1aa30671e55aca97165f25cb31d19126aeb2))


### Performance Improvements

* clone `Arc` of `data.database` ([3ad345b](https://github.com/ThexXTURBOXx/revanced-discord-bot/commit/3ad345b009da9711a87d14b6a349c36ee2366869))

## [1.11.2](https://github.com/revanced/revanced-discord-bot/compare/v1.11.1...v1.11.2) (2022-10-24)


Expand Down

0 comments on commit 249683a

Please sign in to comment.