Skip to content

Releases: imatpot/lunaro-manager

2.2.0

Choose a tag to compare

@imatpot imatpot released this 13 Jul 15:54

Adds activity notifications when Tenno start or stop playing Lunaro.

Notable changes in usage:

  • /tracking hide keeps tracking but disables the sending of noticiations

Notable changes in the repository and/or development flow:

  • Bumped Rust and some dependencies
  • Updated Nix enviroments
  • Reformatted all files using new config(s)

Full changelog

2.1.0...2.2.0

2.1.0

Choose a tag to compare

@imatpot imatpot released this 31 Aug 20:43

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

Choose a tag to compare

@imatpot imatpot released this 06 Oct 18:37
c31ea78

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