Skip to content

Releases: davelens/fvtt-party-resources

1.2.2

07 Jun 07:35
9d0991b
Compare
Choose a tag to compare
  • Added missing CN translations due to recent additions to the module. Thanks again, @hmqgg !

1.2.1

31 May 18:00
Compare
Choose a tag to compare
  • Bump to accommodate FoundryVTT 0.8.6 stable release channel after testing it out.

1.2.0

30 May 20:00
Compare
Choose a tag to compare
  • Added functionality to use an image as a resource label.
  • Provided a module setting to choose how icon images are displayed: Either icon on top with text below it, or floating text on top of the icon image.
  • Added Azzurite's settings extender as a dependency to make use of file uploads.
  • Refactored the registration of resources into a single point of truth.
  • Fixed an issue with newly made resources showing undefined in their first notification.
  • Added some headers to the resource form to make it more readable.

1.1.6

12 May 13:13
89560a2
Compare
Choose a tag to compare
  • Added a Chinese language localisation file. Many thanks to user hmqgg!
  • Added a Japanese language localisation file. Many thanks to users touge and BrotherSharper!

1.1.5.1 - Hotfix release

28 Apr 23:12
Compare
Choose a tag to compare
  • Move the registration of toggle-actors-button-for-players into ModuleSettings. This fixes players not seeing the Party Resources button in the Actors Directory unless they refresh.

1.1.5

28 Apr 18:50
Compare
Choose a tag to compare
  • Added functionality to notify players in chat when a resource changes.
  • Added a way for DMs to customise the chat message for resource value changes.

1.1.4

17 Apr 19:43
Compare
Choose a tag to compare
  • Fixed an issue with the version number in the menu bar of the resource
    dashboard blocking the click+drag functionality of the window.
  • Moved CursorTooltip out of the public facing API.
  • Changed the initial popup to only show up for DMs, not players.
  • Added a module setting to control the Party Resources button visibility for
    players.

1.1.3

18 Dec 14:42
42b676f
Compare
Choose a tag to compare
  • Added a first-time-startup popup to guide new users to the dashboard.
  • Replace the permissions button in the resource form with a way to set the correct permission automatically.
  • Reworked how the public APIs are exposed, now through window.pr.*.

1.1.2

15 Dec 19:06
Compare
Choose a tag to compare
  • Fixed an issue when a resource's min/max values were not respected when their value was 0.
  • Pressing CTRL on Windows (CMD on macOS) when clicking the +/- buttons will add/subtract 10 instead of 1.
  • Pressing SHIFT when clicking the +/- buttons will add/subtract 100 instead of 1.

1.1.1

12 Dec 22:06
Compare
Choose a tag to compare
  • Made it so longer resource labels (19+ characters) are properly word-wrapped instead of bleeding through the +/- buttons.
  • Allow for negative values when decrementing resource values.
  • Add functionality to not let negative values exceed a given minimum.