Skip to content

Build 045

Compare
Choose a tag to compare
@jacobgkau jacobgkau released this 31 Mar 02:00
· 3 commits to master since this release

BeamBridge - Build 045

This release makes the list of banned/filtered Mixer words case-insensitive (if you have the word "hello" filtered, then "Hello" and "HeLlO" were allowed before; now, they are also filtered.) The filter list still works with multi-word phrases in addition to single words. No configuration change is necessary when coming from release 044.

Usage

Download the .jar file and the skeleton config. Fill out the skeleton config. Run in Java with the following command:

java -jar ./BeamBridge-Build045.jar ./BeamBridge-properties-045.config

...where "./BeamBridge-Build044.jar" is the path to the JAR file and "./BeamBridge-properties-044.config" is the path to the config file.