Skip to content

Werchat 1.10.0

Choose a tag to compare

@Werwew Werwew released this 19 Feb 02:54
· 41 commits to main since this release

Quick Changelog

  • Added clickable URL support in channel chat and private messages.
  • Added clickableUrls.enabled config toggle (default: true).
  • Added braced PAPI channel selectors for underscore-safe channel names:
    • %werchat_channel_{<selector>}%
    • %werchat_channel_{<selector>}_<key>%
  • Kept backward compatibility for existing selector/key syntax:
    • %werchat_channel_<selector>_<key>%
    • %werchat_channel_<selector>__<key>%
  • Fixed PAPI reload edge case for persistent Werchat expansion by making active alias config reads reload-safe.
  • Improved build pipeline to resolve Hytale ServerVersion from Maven metadata at build time.