Skip to content

Version 0.9.3 Beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@tduva tduva released this 24 Dec 23:52
· 933 commits to master since this release
aebbd8c

Changes compared to previous version (v0.9.3-b4):

  • Commands:
    • Added /chain command to run several commands (e.g. /chain /echo a | /echo b)
    • Added $(chans) parameter containing all open channels
    • Added // prefix to execute text input as Anonymous Custom Command (e.g. //echo Channels: $(chans) parses and executes /echo Channels: $(chans) to output the currently open channels)
  • Moderation:
    • Append moderator/reason for bans to User Dialog as well
    • Append (in chat) all moderators that caused an action, not just the latest (should mostly only affect bans)
  • Added new Username Color Correction, with several different setting options
  • Some small bugfixes and other changes