Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

[0.0.1-alpha.4] - 2024-03-12

Pre-release
Pre-release
Compare
Choose a tag to compare
@nashiradeer nashiradeer released this 12 Mar 13:52
· 61 commits to main since this release
c5a3ed3

Added

  • Create a link from ES-419 (LATAM) to ES-ES.
  • Create a message handler to roll dices.
  • Create a roll engine.
  • Create a roll syntax parser.
  • Create '/about' command.
  • Create '/roll' command.
  • New default 'builtin-language' feature to include 'assets/langs/en-US.json' in the binary as default language.
  • New config parser.
  • Old component message auto remover.

Changed

  • Decrease update_voice_server and update_voice_state logs spamming, ignoring them when nothing has been occurred.
  • Replace internal i18n with 'hydrogen-i18n'.
  • Resume when Player::play() is called when Lavalink is playing nothing.
  • New command register and handler.
  • New component handler.

Fixed

  • Change from '\d' to '[0-9]' to avoid Regex match non-ASCII digits.