Releases: Gisgar3/ratzBot
Releases · Gisgar3/ratzBot
ratzBot v4.0.0-Alpha
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
ratzBot v3.1.0
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 withremovedauthmessages.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
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
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
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
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
Added new /ratz gituserinfo
and /ratz gitrepoinfo
commands. Conditions can be found in README.
ratzBot v2.6.0-RC
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
Added new '/ratz laststream' command that gives information of the VOD from the last recorded stream. Conditions can be found in README.