Skip to content

Releases: RatWithoutAFace/kabooma

Quick Bugfix v1.1.1-beta

03 Jan 05:58
Compare
Choose a tag to compare

Full Changelog: v1.1.0-beta...v1.1.1-beta
Fixes issues with community servers. Better version of this fix will be available with v1.2.0-beta

Installation Instructions

CLI

Make sure you have Git installed!
Windows

git clone https://github.com/RatWithoutAFace/kabooma.git
cd kabooma
install.bat

Linux / MacOS

git clone https://github.com/RatWithoutAFace/kabooma.git
cd kabooma
./install.sh

Zip File

  1. Download the source code below.
  2. Unzip the file.
  3. Run install.bat (windows) or install.sh (linux/mac)

1.1.0 Beta | Miscellaneous features

27 Dec 16:53
Compare
Choose a tag to compare

Full Changelog: v1.0.1-beta...v1.1.0-beta

New features!

  • Mass role deletion
  • Ability to add multiple admins to the main client (?addadmin)
  • Spam webhook URLs (?spamwebhook)
  • Eval command (?eval)

Installation Instructions

CLI

Windows

git clone https://github.com/RatWithoutAFace/kabooma.git
cd kabooma
install.bat

Linux / MacOS

git clone https://github.com/RatWithoutAFace/kabooma.git
cd kabooma
./install.sh

Zip File

  1. Download the source code below.
  2. Unzip the file.
  3. Run install.bat (windows) or install.sh (linux/mac)

1.0.1 Beta | Configuration bugfix

26 Dec 04:01
Compare
Choose a tag to compare

Fixed a few bugs involving configuration loading and creation.

Installation Instructions

CLI

Windows

git clone https://github.com/RatWithoutAFace/kabooma.git
cd kabooma
./install.bat

Linux / MacOS

git clone https://github.com/RatWithoutAFace/kabooma.git
cd kabooma
./install.sh

Zip File

  1. Download the source code below.
  2. Unzip the file.
  3. Run install.bat (windows) or install.sh (linux/mac)