Releases: davelens/fvtt-party-resources
Releases · davelens/fvtt-party-resources
1.7.0
1.6.0
- Paved the way for FoundryVTT version 11
- Added the French translation, thanks to @Elfenduil !
- Added the Polish translation, thanks to @gbursson !
- Added the Spanish translation, thanks to @WallaceMcGregor !
- Added the Russian translation, thanks to @kikimor !
- Updated the Chinese translation, thanks to @TravelingK !
1.5.0
1.4.4
1.4.3a - Bugfix release
- As an addition to the previous release, the
CTRL
+click functionality to open up edit resource form through the status bar can now only be used by gamemasters
1.4.3
1.4.2 - Dutch translation!
- Configured the repository for incoming Weblate PR's
- Added the dutch translation through Weblate.
1.4.1 - Bugfix release
Made sure drag/drop works when dragging icon images in the dashboard, as well.
1.4.0
- Added a way to sort your resources in the dashboard using drag/drop (#50).
- Split up the resource notification message into separate ones for increments / decrements (#32).
- Fixed an issue with the
Add a new resource
-button collapsing in on itself when resizing the window (since Foundry 10). - Fixed another lingering issue with a resource's default values not setting a blank string for
*_name
resources.
1.3.1
- Resources now have strict types and default values set when they get registered in
game.settings
. - Fixed an issue (#48) that caused resources with blank (ie.
undefined
) values to throw[Setting.value]: may not be undefined
errors and block the dashboard from opening. You should now see placeholders (which you can safely edit) for all values that bugged out.