Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Releases: cloudguy9/cvmbotJS

2.1.0-pre

13 Apr 16:38
Compare
Choose a tag to compare
2.1.0-pre Pre-release
Pre-release

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

28 Jan 09:50
Compare
Choose a tag to compare

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

07 Jan 17:00
Compare
Choose a tag to compare

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

06 Jan 17:46
ec57aec
Compare
Choose a tag to compare

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

05 Jan 15:04
Compare
Choose a tag to compare

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

04 Jan 10:15
Compare
Choose a tag to compare
2.0.4 Pre-release
Pre-release

Release Date: January 4th, 2025

-----[Bug Fixes]-----

  1. Fix where bot crash if requested description of unknown command.
  2. fix where bot logs join / is now admin / mod when joined

v2.0.3

03 Jan 13:46
Compare
Choose a tag to compare
v2.0.3 Pre-release
Pre-release

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

02 Jan 18:28
Compare
Choose a tag to compare
v2.0.2 Pre-release
Pre-release

Release date: January 2nd, 2025

-----[Changelogs]-----

  1. Commands Descriptions on each commands
  2. New command 'number'. Rolls a random number on a user input. (?number )
  3. bug fixes & removed unused / unnecessary code

Full Changelog: 2.0.1...2.0.2

v2.0.1

01 Jan 19:11
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release

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

29 Dec 07:50
Compare
Choose a tag to compare
v2.0.0 - rewritten Pre-release
Pre-release

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]