Releases: cloudguy9/cvmbotJS
2.1.0-pre
Release Date: April 13, 2025
[Changelogs]
-> Bot now properly connects to VM
-> Bot Token Authentications
-> Origin header
[Known Issues]
-> Commands that requires special permissions are not working properly due to changes has been made to index.js
Full Changelog: 2.0.7...2.1.0-pre
v2.0.7
Release Date: January 28th, 2025 [Stable Release]
[Changelogs & Fixes]
-> Fix reconnecting issues, command "number"
-> Removed "vminfo"
-> Output chat in new line
-> Add "dice, flip" command, debugger (Enable from config), Error handling in index.js
-> Optimize code & Documented
Full Changelog: 2.0.6...2.0.7
v2.0.6a
Release Date: January 7th 2025
[v2.0.6 fixes]
[Changelogs & Fixes]
-> Moved permissions.js, guacutils.js to /files/utils.
-> Add missing line code (index.js:41) to fix vminfo command functionality
-> fix xsstest not working when bot is admin
-> Change vminfo description
-> remove prefix from the commands function since it's never used.
-> remove "error" declaration in help command (it's not required)
Full Changelog: 2.0.6...2.0.6a
v2.0.6
Release Date: January 6th, 2025
[ChangeLogs]
-> Catch error if something goes wrong in help command
-> Added few comments in Code
-> New command "vminfo" - Sends vmNode and VMdescriptions
Full Changelog: 2.0.5...2.0.6
v2.0.5
Release date: January 5th, 2025
[Stable Release]
[Changes]
-> encode, decode functions moved to files/Guacutils.js
-> Remove unused declaration
Full Changelog: 2.0.4...2.0.5
2.0.4
v2.0.3
Release Date: January 3rd, 2025
-----[Changelogs]------
- Fixed where admin can't chat as xss
- Bug Fixes
- Description commands are now in each command files
- Removed unused / unnecessary code
- CleanUp
Full Changelog: 2.0.2...2.0.3
v2.0.2
Release date: January 2nd, 2025
-----[Changelogs]-----
- Commands Descriptions on each commands
- New command 'number'. Rolls a random number on a user input. (?number )
- bug fixes & removed unused / unnecessary code
Full Changelog: 2.0.1...2.0.2
v2.0.1
Release Date: January 1st, 2025
--------[Changelogs]--------
- Added Permission checker (If logged in as Moderator)
- new command: xsstest (Send XSS as a test)
- moved commands to ./files/commands
- bug fixes
HAPPY NEW YEAR GUYS!
Wishing you were able to make your dreams come true and having a good day in fresh start of a year!
v2.0.0 - rewritten
Release date: Sunday, December 29th, 2024
---cvmbotJS rewritten---
---[Changelogs]---
-> Commands no longer hard coded to index.js. Now seperated in commands folder
-> Readable chat in console
-> Reconnect function is now working
-> Now able to detect if the bot is logged in as admin / mod
-> Now able to disable / enable bot login
-> Easily change startup message in config
-> Now able to disable startup message through config
-> Well documented in the code
[Not-Stable-Yet]