Releases: jontze/cadency-rs
Releases · jontze/cadency-rs
v0.6.0
What's Changed
- chore(deps): Bump pozetroninc/github-action-get-latest-release from 0.7.0 to 0.8.0 by @dependabot in #155
- Allow commands to be registered in a guild instead of globally by @Henauxg in #156
New Contributors
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
- chore(deps): Bump peter-evans/create-pull-request from 5 to 6 by @dependabot in #142
- Release v0.5.3 by @jontze in #154
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
What's Changed
- chore(deps): Update env_logger requirement from 0.10.0 to 0.11.0 by @dependabot in #140
- chore(deps): Update derive_builder requirement from 0.12.0 to 0.13.0 by @dependabot in #141
- chore(deps): Update derive_builder requirement from 0.13.0 to 0.20.0 by @dependabot in #143
- chore(deps): Bump softprops/action-gh-release from 1 to 2 by @dependabot in #147
- Update yt-dlp to version
2024.03.10
by @jontze in #146
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
With this release the version of serenity and songbird have been updated. Due to this we could get rid of the FFMPEG dependency, as the new version of songbird uses the rust based symphonia project for audio decoding.
Features
- You can now roll dices with the
/roll
command (e.g./roll 2d20+3
rolls two 20 sided dices, combines the results and adds 3) by @jontze in #136 & #137
Dependency Updates
- Update yt-dlp to version
2023.12.30
by @jontze in #139 - Update Songbird to v0.4.0 and serenity to v0.12.0 by @jontze in #134
Other Changes
- docs(README): Add required permissions and scopes to use cadency by @jontze in #121
- chore(deps): Bump actions/checkout from 3 to 4 by @dependabot in #123
- chore(deps): Bump docker/login-action from 2 to 3 by @dependabot in #124
- chore(deps): Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #125
- chore(deps): Bump docker/metadata-action from 4 to 5 by @dependabot in #127
- chore(deps): Bump docker/build-push-action from 4 to 5 by @dependabot in #126
- chore(deps): Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #128
- Generate getter fn for command arguments by @jontze in #135
- Prepare Release v0.5.0 by @jontze in #138
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
v0.4.0
What's Changed
Features ✨
- Add arm64 support ( #94 )
- Allow to customize playlist and song limits with environment variables: https://github.com/jontze/cadency-rs#environment-variables
- Play a track in a loop with
/loop <amount_of_loops>
Bugs 🐞
- Fix the
/play
command not being able to play any sounds #112
Other 🧑🏭
- Remove open-ssl system dependency
- Several dependency updates
Full Changelog: v0.3.3...v0.4.0