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

Version 3.0.0

Compare
Choose a tag to compare
@mzrtamp mzrtamp released this 28 May 07:50
· 503 commits to main since this release
c3b4b56

3.0.0 (2022-05-28)

Full Changelog: 2.4.0...3.0.0 (#753) [c3b4b56]

Features

For developers

  • Added Debug Mode for logging queue changes, raw event data, request log, etc. to the console [a2249d3] by @Mednoob
  • Added support for evaluating code in triple backticks code block in Eval Command [8a332fc] by @Mednoob

Bug Fixes

  • Fixed Spotify issue where loading playlist with more than 100 songs will result in "No song data" [f1e4160] by @noxzym
  • Fixed player issue where the volume changes to 100 again after song change [a680b13] by @Mednoob
  • Fixed infinity thinking when selecting music from select menu [410e391] by @noxzym

Unified Changes

For developers

  • Rawon now uses ES (EcmaScript) Module, so you might want to change your eval codes from require to import (async) by @Mednoob
  • Replace String.prototype.substr with String.prototype.slice (#838) [fad2323] by @CommanderRoot
  • DEVS env options have been moved to dev.env file [bc28b75] by @Mednoob
  • Improved embeds on some commands, changed one-line codes to multi-line, major tidy-up. And total developers's community rebranding (welcome Clytage) by @mzrtamp