Skip to content

Releases: stegripe/rawon

Version 3.2.1

13 Aug 02:22
Compare
Choose a tag to compare

3.2.1 (2023-03-04)

Full Changelog: 3.2.0...3.2.1

Features

  • Added Chinese Language support (Simplified and Traditional) [1492b75] by @RabbitYuKu
  • Dockerized project [767e5a4] by @ZenShibata

Bug Fixes

Unified Changes

Version 3.2.0

04 Mar 15:09
836a36e
Compare
Choose a tag to compare

3.2.0 (2023-03-04)

Full Changelog: 3.1.0...3.2.0

Features

Bug Fixes

Version 3.1.0

29 Oct 02:42
8057291
Compare
Choose a tag to compare

3.1.0 (2022-10-29)

Full Changelog: 3.0.0...3.1.0 (#949) [8057291]

Features

Bug Fixes

  • Fix log [object Promise] instead of bot stats [b3f65c8] by @noxzym
  • Fix Spotify playlist doesn't have any song data [5aba44a] by @noxzym
  • Fix import assertion error in About Command [f7b6fd5] by @Mednoob
  • Fix Unknown Message error in cooldown message deletion [1da8afe] by @Allvaa
  • Fix queue bug where the bot plays random song without shuffle mode turned on when adding song from a playlist [3e3fd42] by @Mednoob
  • Fix dev.env removed by Glitch [ad4c67f] by @Mednoob

Version 3.0.0

28 May 07:50
c3b4b56
Compare
Choose a tag to compare

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

Version 2.4.0

08 Feb 00:45
f5e60b5
Compare
Choose a tag to compare

2.4.0 (2022-02-08)

Full Changelog: 2.3.0...2.4.0 (#686) [f5e60b5]

Features

  • Added play-dl stream strategy. Allowing people who don't have Python to use the bot [73602c2]
  • Added support for youtu.be links [dff9b56]

Bug Fixes

  • Handle installation bug on Glitch [87df3f0]

Unified Changes

  • Rename project due to emergency rebranding [ca46c7a]

Version 2.3.0

05 Jan 08:06
041dad0
Compare
Choose a tag to compare

2.3.0 (2022-01-05)

Full Changelog: 2.2.0...2.3.0 (#683) [041dad0]

Features

  • Added Remove Command [ac20a7a]
  • Better view of env file for Glitch users who use the graphical view [11d22bf]

Bug Fixes

  • Fixed Voteskip Command mechanical error [b29f9f7]
  • Fixed Search Command thinking to infinity due to already sent or deferred interaction error in GeneralUtil [754cba3]
  • More reliable Spotify result (#634) [9693f99]

Unified Changes

None.

Note

  • We haven't updated i18n for id and es language yet, you can always open a PR of this.

Version 2.2.0

25 Nov 04:50
4cd3032
Compare
Choose a tag to compare

2.2.0 (2021-11-25)

Full Changelog: 2.0.0...2.1.0 (#618) [4cd3032]

Features

  • Added soundcloud.app.goo.gl URL support [1af25d3]
  • Added localization for category names [cfb9d28]
  • Added multi-prefix support (including bot mentions as prefix support)

Bug Fixes

  • Fixed Interaction failed notice when doing non-command interactions [28f62a8]
  • Fixed NowPlaying Command unable to get player state when no song is playing causing the bot to restart [5bd8988]

Unified Changes

  • New semantic codestyle.
  • Some dependencies update and fixes.

Version 2.1.0

15 Nov 12:00
dbb1aed
Compare
Choose a tag to compare

2.1.0 (2021-11-15)

Full Changelog: 2.0.0...2.1.0 (#608) [dbb1aed]

Features

Bug Fixes

  • Fixed About Command statistic stuck [75375e1]
  • Fixed Volume Command numeral value written in 0 - 1 instead of 0 - 100 of range [16468e3]

Unified Changes

  • Add return statement and give a warning message when trying to mute the server's owner on the Mute Command [4050c99]
  • Tidy up some code files content (string update, import line order sortings, etc.)
  • Some dependencies update and fixes.

Version 2.0.0

10 Nov 12:00
Compare
Choose a tag to compare

2.0.0 (2021-11-10)

Full Changelog: 1.0.0...2.0.0 (#460) [81e269b]

Features

  • Added Slash Command, Context, and Stage Channel support.
  • Added Spotify (unstable) and SoundCloud support.
  • Added localization support (english, indonesia, and spanish).
  • Added new music commands (stayinvoice or 24/7, shuffle, skipto, and search).
  • Added moderation commands (warn, mute, kick, ban, unmute, and unban).
  • Allows user to make the bot stay in the voice channel after the queue is finished.
  • Added custom activity, game, or presence feature.
  • Added official support for Heroku self-hosting.

Unified Changes

  • play command music selection has been moved/migrated to search command.
  • Skipping track now requires voting (DJ role or the track queue's author can skip the song forcefully).
  • If the DJ and Muted role is not defined/not found, then the bot will generate yours (make sure the bot have proper permissions).
  • New message/embed interface for nowplaying command.
  • Code refactoring, signifies fixing many known bugs.

Version 1.0.0

17 Sep 07:40
Compare
Choose a tag to compare

1.0.0 (2021-09-17)

Notes

  • First plain version, there are no changes and bug fixes let alone features.
  • This version is still based on Jukebox which will be deprecated soon.