Skip to content

Releases: WookieeMatt/Essence20

v4.4.1: Various bug fixes

12 Jul 00:22
010e1f3
Compare
Choose a tag to compare

What's Changed

  • Fixing some issues with Essence migrations after introducing the Essence damage feature. It's recommended that you check that Essence scores are correct and manually change them if needed.
  • Fixing an issue with dropping Focuses onto Actors
  • Fixing a race condition issue related to leveling when an Actor had a Focus
  • Fixing notes for Vehicles so that they save correctly
  • Fixing a bug where Upgrade and Weapon Effect names weren't updating on the Actor sheet after being changed

PRs

Full Changelog: v4.4.0...v4.4.1

v4.4.0: Essence damage, wealth die, Alt-modes on Origins

30 Jun 01:31
b44faac
Compare
Choose a tag to compare

What's Changed

  • Adding Essence damage support by having separate max value and current value fields. Using the rest button will heal 1 Essence damage.
  • Origin items can now contain Alt-modes
  • A wealth die can now be rolled from the Skills tab
  • Fixing chips for Upgrade items

Pull Requests

Full Changelog: v4.3.7...v4.4.0

v4.3.7: Bug fixes

20 Jun 01:08
846a647
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where Role Points max values weren't setting correctly
  • Added Gunner role to Cannoneer Focus

Pull Requests

Full Changelog: v4.3.6...v4.3.7

v4.3.6: Migration to remove classFeatures

06 Jun 01:26
f7ba317
Compare
Choose a tag to compare

Warning: This update will delete all Class Feature items, as they haven't been used by our system in some time. If for some reason you don't want your Class Features to disappear, do not use this update.

What's Changed

  • Removing the classFeature item from the system caused issues when actors own classFeatures, such as not being able to delete their tokens.
  • Fix for specializations only appearing under "Athletics" skill

What's Changed

Full Changelog: v4.3.5...v4.3.6

v4.3.5: Pronoun and SPT title fixes

29 May 23:00
abcacd9
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where creating a new world would show undefined Point Tracker in the SPT title
  • Fixed the pronoun field on actor sheets

Pull Requests

Full Changelog: v4.3.4...v4.3.5

v4.3.4: Attachment updating bug fix

25 May 23:44
8c65dce
Compare
Choose a tag to compare

What's Changed

  • Fix for attachments (upgrades, weapon effects) not updating correctly on actor sheets
  • Last fix for v12 deprecation warnings

Pull Requests

Full Changelog: v4.3.3...v4.3.4

v4.3.3: More fixes for data model change

24 May 02:24
468bc52
Compare
Choose a tag to compare

What's Changed

  • Fixing reported issues for using multiple alt-modes, alt-mode sizes, focus drops, and Modemaster and Pony roles.

Pull Requests

Full Changelog: v4.3.2...v4.3.3

v4.3.2: Version bump fix

23 May 01:18
2af9e9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.1...v4.3.2

v4.3.1: Fixes for data model implementation

23 May 00:27
739b4e0
Compare
Choose a tag to compare

What's Changed

  • v4.3.0 saw the implementation of Foundry's new data model architecture. This was a sizeable change that inevitable yielded some issues, which this release addresses.
  • Emphasizing again that this release does not add any new features, so it's only worth updating to it if you are already on v4.3.0 or are using Foundry v13

Pull Requests

Full Changelog: v4.3.0...v4.3.1

v4.3.0: Using Foundry Type Data Model

21 May 01:45
26f9e77
Compare
Choose a tag to compare

TLDR: This is strictly an architectural change with no new user-facing features. Probably not worth updating to this specific version if you don't need to (such as Using Foundry v13+.)

What's Changed

  • Implementing Type Data Models for all items and actors, which was introduced in Foundry v10
  • One of the main features of using these data models is data validation. This means that if a field for an item or actor isn't of the correct type, it will error and not allow you to use it (for example, trying to use a letter for an Essence score instead of a number). In theory, users should not notice any changes. We generally restrict these types of values in the actor/item sheets, such as using inputs that only allow numeric characters, but we can't guarantee with 100% certainty that all user-created documents will pass the validations. Because of this, please update with caution.

Pull Requests

Full Changelog: v4.2.4...v4.3.0