Skip to content

4.4.0 Stable Release

Compare
Choose a tag to compare
@Veilza Veilza released this 23 Jun 16:34
· 1 commit to main since this release
9b5300e

Bigger-than-expected release! This was originally just going to be an update to include custom skills and attributes, but it encompassed a lot of localization updates, bugfixes, and reworking some code too!

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/Rayji96/foundry-V5/releases/download/4.4.0/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!

4.4.0 Changelog

From a player's side

  • Additions to the storyteller menu - now the ability to add custom attributes and skills! Veilza
  • German translation updates LorduFreeman and FederSchakal
  • Italian translation updates arcadio21
  • Russian translation updates IHappyEndI
  • Various fixes to situational modifiers and its "ifEquals" field Veilza
  • Various improvements to the rendering of skills, particularly the "edit skill" button Veilza
  • Enabled blood surges to be done on the second roll menu Veilza
  • Fixed confusing appearance of the hunger warning Veilza
  • Settings menus now have localization Veilza
  • Fixed items being unable to be dropped onto group sheets Veilza
  • Fixed exceptional dicepools on SPC sheets to now support modified and custom skills Veilza
  • Fixed the hint text in the config menus being too dark to read in dark mode Veilza
  • Fixed the text in the macro menu being too light to read in dark mode Veilza

From a developer's side

  • Upgrades to the generateLabelAndLocalize function to allow for custom keys Veilza
  • Rework how getList() returns the list Veilza
  • Complete overhaul of how items are created in the actor sheets Veilza
  • Renamed the localization groupings for skills, attributes, items, and other strings that were being error'd out by some translation modules Veilza
  • Localization now has the "New {string}" key to enable dynamically appending the word 'New' to things. Veilza
  • Removed unnecessary custom "New Actor/Item" dialog script for the sidebars Veilza
  • Update localization of actors/items to integrate with Foundry's natural localization of document titles Veilza