Skip to content

v0.5.0

Compare
Choose a tag to compare
@jontze jontze released this 14 Jan 21:06
· 86 commits to main since this release
v0.5.0
685f67e

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