Skip to content

5.3.20 Release

Latest

Choose a tag to compare

@Veilza Veilza released this 27 Jun 22:18
098776b

Bunch of fixes and a couple of really interesting upgrades - plus, there's a new "Guiding Spirit" item for group sheets!

Installation

As always, if you have any issues, then please feel free to submit an issue.

To install this release, please use the manifest URL provided here: https://github.com/WoD5E-Developers/wod5e/releases/download/5.3.20/system.json

Or, if you already had an old version of the WOD5E system installed, just click the update button and everything should (should) update smoothly!

5.3.20 Changelog

From a player's side

  • Fixed issues where the chronicle, tenet, and equipment fields weren't saving on the group sheets. Veilza
  • Fixed an issue where adding a new group sheet wouldn't re-render the actors sidebar until a page reload, causing it to not convert to a "folder" appearance Veilza
  • Adjusted the counters to order aggravated damage in front of superficial damage Veilza
  • Added a new "Guiding Spirit" item for Pack group sheets. Veilza
  • Fixed an issue where tall/wide icons on item sheets were getting stretched or shrunk Veilza
  • Added the ability to open data items while the sheet is locked Veilza
  • Upgraded the item sheets to be able to be in a read-only mode, linked to whether the actor is locked or not (or whether the user has the ability to edit the actor/item) Veilza
  • Fixed an issue where the chat popout wouldn't appear when the sidebar was collapsed Veilza
  • Made the "locked" state on actors more reliable, especially for the "Observer" permission (previously, observers would see the unlocked state of an actor - now they always see the locked state) Veilza

From a developer's side

  • Migrated the itemEdit function to itemOpen Veilza
  • Added a new script for checking the most frequently updated files within the past year Veilza
  • Added a new "dynamic-item-display" partial and converted all the data items to this partial Veilza