Skip to content

Releases: Gisgar3/ratzBot

ratzBot v4.0.0-Alpha

01 Feb 06:08
Compare
Choose a tag to compare
ratzBot v4.0.0-Alpha Pre-release
Pre-release

Changelog

Backend

  • Migrated from REST to GraphQL

Commands

  • Revamped the /ratz releaseinfo command to work with GitHub's GraphQL API
  • Removed the Release Branch field from the /ratz releaseinfo command
  • Footer in the /ratz releaseinfo command now contains the avatar of the latest release author

ratzBot v3.1.1

23 Aug 19:59
081987d
Compare
Choose a tag to compare

Changelog

Security

  • Updated the Electron package to latest version due to a security vulnerability

ratzBot v3.1.0

11 Aug 23:08
6abf84b
Compare
Choose a tag to compare

Changelog

AI Integration

  • Added TensorFlow.JS integration

Advertisement-System

  • Created the advertisement-system for ratzBot; community advertisements are advertised periodically

DM-Channel Commands

  • Added the ability to DM ratzBot using the /ratz getremovedmessages command to receive all removed messages from the user that are stored in our database (private viewing)

File Information

  • Removed removedauthmessages.ratz file and replaced it with removedauthmessages.json file
  • Added the adverts.json file to store advertisement information

Event-System

  • Fixed up event-system for future usage

Functions

  • Added the removeMessage() function to handle the /ratz getremovedmessages DM command
  • Added the rollAdvert() function to handle advertisement post times
  • Added the teachAI() command to test out TensorFlow.JS integration using the /ratz testdetermine command

ratzBot v3.0.0

25 Jul 01:58
f80a08b
Compare
Choose a tag to compare

Changelog

Code-Base

  • Added TypeScript code; compiled into JavaScript for release

Error Reporting System

  • Added enums to help identify errors when they occur
  • Added a code-list for occurring errors
  • Logged errors to errors.ratz file

ratzBot v3.0.0-Beta

23 Jul 02:44
Compare
Choose a tag to compare
ratzBot v3.0.0-Beta Pre-release
Pre-release

Changelog

Code-Base

  • Added TypeScript code; compiled into JavaScript for release

Error Reporting System

  • Added enums to help identify errors when they occur
  • Added a code-list for occurring errors

ratzBot v2.7.0

23 Jul 00:14
eed4384
Compare
Choose a tag to compare

Changelog

Topic Detection System

  • Added new filter definitions
  • Polished system

Commands

  • Added new event commands

Backend

  • Added server-side commands for host
  • Improved re-connection system for when the bot loses connection to Discord servers
  • Removed Electron application window

ratzBot v2.7.0-RC

20 Jul 23:35
Compare
Choose a tag to compare
ratzBot v2.7.0-RC Pre-release
Pre-release

Changelog

Topic Detection System

  • Added new filter definitions
  • Polished system

Commands

  • Added new event commands

Backend

  • Added server-side commands for host
  • Improved re-connection system for when the bot loses connection to Discord servers
  • Removed Electron application window

This is a pre-release build; this build is meant for developers to gather data and fix any problems that are present before the full official release.

ratzBot v2.6.0

17 Jul 05:40
c37ddbd
Compare
Choose a tag to compare

Added new /ratz gituserinfo and /ratz gitrepoinfo commands. Conditions can be found in README.

ratzBot v2.6.0-RC

16 Jul 05:28
Compare
Choose a tag to compare
ratzBot v2.6.0-RC Pre-release
Pre-release

Added the /ratz gituserinfo and /ratz gitrepoinfo commands to gather information about users and repositories on GitHub. Conditions can be found in README.

This is a pre-release build; this build is meant for developers to gather data and fix any problems that are present before the full official release.

ratzBot v2.5.1

13 Jul 05:14
Compare
Choose a tag to compare

Added new '/ratz laststream' command that gives information of the VOD from the last recorded stream. Conditions can be found in README.