Skip to content

Releases: imatpot/lunaro-manager

2.1.0

31 Aug 20:43
c8cb457
Compare
Choose a tag to compare

Improves the usability and user experience of the bot.

Notable changes in usage:

  • /rtp join was renamed to /play now
  • /rtp leave was renamed to /play later
  • /rtp check was renamed to /play info
  • /play now can now also disable Lunaro tracking at the same time to avoid the bot from removing the role when your Discord presence updates
  • /play later can now also (re-) enable Lunaro tracking

Notable changes in behaviour:

  • The Lunaro tracker now delays removing the playing role to avoid "role flickering" when Discord presence is changed only for a few seconds

Notable changes in the repository and/or development flow:

  • Bumped all crate dependencies
  • Fixed Nix support for macOS

Full changelog

2.0.0...2.1.0

2.0.0

06 Oct 18:37
c31ea78
Compare
Choose a tag to compare

Rewrites most of Lunaro Manager in Rust.

Notable changes in usage:

  • /rtp info was renamed to /rtp check
  • /ranked and all its subcommands have been removed due to the ranking system efforts being abandoned
  • /config has been removed and tracking is now always enabled

Notable changes in the repository and/or development flow:

  • Added Nix support for development