Releases: KrisAphalon/margonem-chat-plus-plus
Releases · KrisAphalon/margonem-chat-plus-plus
Release: 4.0.0
- feat: send a multi-message after automute catcher when the user clicks "send" and has appropriate settings
- feat: remove the chat-cleaner module, as the feature is kind-of now built into the game
- refactor: compare with undefined directly
- refactor: use Engine.hero.nick instead of Engine.hero.d.nick
- refactor: do not use window.Engine and window.g
- refactor: fix the eslint error about unused assigned value
- refactor: set opacity as string instead of as number
- refactor: change the structure of the addon to be mostly in /src/app
- build: change the build to use Vite instead of Webpack
- build: make the output bundle smaller by using a single iife without a name
Full Changelog: 3.2.0...4.0.0
Release: 3.2.0
Release: 3.1.0
- fix: improve the way testMessage chooses the part of message to check
- fix: do not include the following space when slicing the message
- feat: catch the "zajebisci" mute properly
- feat: add "dasz mi co" to bad words with space
- chore: update version and dependencies
- refactor: apply minor improvements to the codebase
Full Changelog: 3.0.1...3.1.0