Skip to content

v2.31.0

Choose a tag to compare

@crlngn crlngn released this 06 Jun 20:55
· 11 commits to v2 since this release

This release is exclusive to v13

Fix recursive nesting of appliedSoftDefaults tracker
The bulk-lock settings blacklist missed
v2-applied-soft-defaults — an internal client tracker. Once flagged
soft, saveDefaultSettings included it in the GM defaults snapshot, and
enforceGMSettings then triggered nested recursion.

  • Blacklist v2-applied-soft-defaults in the bulk-lock action.
  • Hard-skip the tracker tag in saveDefaultSettings/enforceGMSettings
    loops so any leftover enforcement on existing worlds can't restart
    the recursion.
  • Affected worlds will self-heal on next load

Keep highlight in vertical tabs menu of settings
Menu item lost highlight on blur event. Applied css to keep the highlight on aria-pressed=true