Skip to content

1.2.0

Latest

Choose a tag to compare

@thejoester thejoester released this 19 Jun 08:24
4498aa6

Changed

  • Lock Manager:
    • The Lock Manager tool will allow GM to set locks and soft locks on user and client settings (both visible and hidden), as well as define the value for the players without changing thier own values.
    • The Lock Manager tool will replace the Hidden Settings Sync tool in the settings and menus.
    • This tool is an advanced tool to be used with caution, values that are stored as JSON strings should be edited with care! The editor will validate the JSON format but not the actual values.
  • Localization:
    • Updated Italian (it) localization. Thank you GregoryWarn!
    • Updated Brazilian Portuguese (pt-BR) localization. Thank you Kharmans!
    • Updated Polish (pl) localization. Thank you Lioheart!

Fixed

  • Module Manager:
    • Fixed an issue with Filter by Tags function where modules assigned to a tag that was not included in the active filter would incorrectly appear in the Untagged group. Modules now only appear in Untagged if they have no tag assignments at all.
  • UI:
    • Fixed several UI issues where the window would resize width depending on content such as the Changelog report and enhanced module management windows.
  • Setting Sync / Lock Manager:
    • Fixed a deprecation warning triggered when opening or closing the Settings window. The equality helper now prefers foundry.utils.equals (v14+), falls back to foundry.utils.objectsEqual (v13), and uses a JSON comparison as a last resort.

Removed

  • Hidden Settings Sync:
    • Removed the Hidden Settings Sync as it is replaced by the Lock Manager (see above).