Skip to content

Releases: jontze/cadency-rs

v0.6.0

20 May 15:18
Compare
Choose a tag to compare

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

24 Apr 22:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

10 Apr 12:42
Compare
Choose a tag to compare

What's Changed

  • chore(helm): Update helm chart and make it modular and easier to use by @jontze in #149
  • chore(helm): Fix crash due to empty env vars by @jontze in #150
  • Update yt-dlp to version 2024.04.09 by @jontze in #152

Full Changelog: v0.5.1...v0.5.2

v0.5.1

11 Mar 11:46
Compare
Choose a tag to compare

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

14 Jan 21:06
v0.5.0
685f67e
Compare
Choose a tag to compare

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

07 Jul 22:04
v0.4.2
3d983cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

28 Jun 09:24
v0.4.1
54370a5
Compare
Choose a tag to compare

What's Changed

  • Update yt-dlp to version 2023.06.21 by @jontze in #115
  • Update yt-dlp to version 2023.06.22 by @jontze in #116

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Apr 21:44
v0.4.0
d71e8d2
Compare
Choose a tag to compare

What's Changed

Features ✨

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

v0.3.3

06 Mar 23:10
v0.3.3
a6967a6
Compare
Choose a tag to compare

What's Changed

  • Update yt-dlp to version 2023.03.04 by @github-actions in #99

New Contributors

  • @github-actions made their first contribution in #98

Full Changelog: v0.3.2...v0.3.3

v0.3.2

25 Feb 12:40
v0.3.2
1b7306d
Compare
Choose a tag to compare

What's Changed

  • Fixed a typo in the play command description
  • Fixed broken play command by updating the used yt-dlp version in the docker image (fixes #90 )

Full Changelog: v0.3.1...v0.3.2