Skip to content

Releases: NovaLynxie/CoraBot_Main

v4.0.0 Beta 19 - Bugfixes and code clean-up!

24 Feb 11:17
Compare
Choose a tag to compare

Fixes storage errors due to inconsistent and outdated code in storage handler scripts.
Several bug fixes and tweaks under the hood to squeeze out as much performance as possible.

Also bumped license year to be up to date. ;)

v4.0.0 Beta 18 Hotfix - Fix setup script.

03 Feb 16:32
Compare
Choose a tag to compare

Fixed incorrect path in 'setup' script in package file.
Check v4.0.0-beta.18 for release notes.

v4.0.0 Beta 18 - Bug fixes and stability updates.

03 Feb 16:20
Compare
Choose a tag to compare

Some changes and tweaks in this update.

  • Code clean-up and some bug fixes.
  • Removed redundant and deprecated code.
  • Updated some dependencies.

v4.0.0 Alpha_Test - Economy System

03 Feb 16:08
Compare
Choose a tag to compare
Pre-release

Added a basic economy and inventory system. This will be used only for economy setup only and is in heavy testing.

Do not use with mainstream and beta test versions! Please keep ALPHA and BETA/MAIN installs separate.

  • Economy database and system.
  • New shop and bank commands! (WIP)

v4.0.0-beta.17 - Music playback stability improvements and bugfixes.

27 Jan 11:40
Compare
Choose a tag to compare

Fixes issue #22 and multiple other problems with music playback.
Also introduces some bug fixes as of v4.0.0-beta.16 merged into this version.

As always, back-up your databases and settings before updating!

v4.0.0 Beta 15 - Command updates (Music/Radio)

14 Jan 14:42
Compare
Choose a tag to compare

Updated 'music' command connection handlers to properly disconnect instead of erroring and doing nothing.
Also removed the depreciated 'stream' command since it functions the same as music/radio command, is out of date due to voice handler rewrites and is pretty much disused.

v4.0.0 Beta 14 - Database updates

13 Jan 16:19
Compare
Choose a tag to compare
Pre-release

WARNING! This update includes breaking changes to how databases are generated!
Please do not use any databases from v4 beta 13 or below as these NO LONGER WORK with this update!

  • guilds.db is now split into multiple databases due to risk of corruption destroying all the data.
    Now voice/music data and offenses are separately stored since music data will always update more frequently.
  • settings.db has been moved into 'guilds' directory.
    If bot throws an error saying its missing, navigate to the bot's data folder where databases are stored and create a new 'guilds' folder.

v4.0.0 Beta 13 - Music bugfixes!

11 Jan 16:33
Compare
Choose a tag to compare
Pre-release

Due to stability issues in music commands, all updates between beta 10a and this build are merged here.
Bug fixes and many tweaks to the music playback functionality, should hopefully be a bit more stable.

  • Added Music dashboard panel.
  • Proper error handling for play-dl exceptions (main music module).

As always, remember to backup your databases before updating!
IMPORTANT! If updating to this release from v4.0.0-beta.10, clear the music queue first before stopping the bot!

v4.0.0 Beta 10 Bugfix! - Fixes audio streaming issues.

05 Jan 12:09
Compare
Choose a tag to compare

Fixes audio cutting off abruptly in beta 10 whilst playing YouTube audio streams.

  • Added parameters when fetching YouTube audio streams. Fixes YTDL audio streams being aborted early. (I hope...)
  • Updated Node local dependency to latest Node v16.

v4.0.0 Beta 10 - Data handler rewrites and music bugfixes.

05 Jan 10:04
Compare
Choose a tag to compare

Changed how data handlers work as well as splitting up the data handlers into multiple parts for easier parsing.

  • General data split into 'moderation', 'voice' and 'trackers' fields for each guild instead of parsing all for everything.
    Should help reduce data parsing overhead and accidental overwrite of other properties in other modules.
  • Music playback bugfixes and updated dependencies.

Previous version beta 9 not released due to stability issues so data handler rewrite changes were merged into this update instead.