Skip to content

Latest commit

 

History

History
770 lines (473 loc) · 64.6 KB

CHANGELOG.md

File metadata and controls

770 lines (473 loc) · 64.6 KB

Changelog

12.1.0

Minor Changes

  • #448 861e660 Thanks @aMediocreDad! - Greatly reducing the amount of styling that the system does to foundry. Foundry is in the process of implementing themes, and application v2. The maintenance cost of overriding native UI is too high to be worth it.

Patch Changes

  • #449 b315c2a Thanks @aMediocreDad! - Fixed an issue where critical injuries dragged onto character sheets would not be created

  • #450 58baabf Thanks @aMediocreDad! - Fixed an issue where the Adventure Site creation button would disappear when creating and adventure site

  • #451 9fef0ec Thanks @aMediocreDad! - Backported the Dark mode setting to v11 as it was only native to v12

12.0.3

Patch Changes

12.0.2

Patch Changes

  • #437 c26b1ff Thanks @aMediocreDad! - Dark mode is now toggled through the Foundry core settings (which use the browser settings as default). Fixes to some rendering issues in dark mode

  • #438 cad9d70 Thanks @aMediocreDad! - Solved a regression in initial v12 update where party sheets would not link to character and reference sheets.

12.0.1

Patch Changes

12.0.0

Major Changes

  • #424 5c570da Thanks @aMediocreDad! - This version marks Foundry v12 compatibility. The module has been tested and updated to work with the latest version of Foundry.

    • Updated to work with Foundry v12
    • Fixed Safecasting
    • Added Sea Travel roll to party sheet and mishap tables
    • Fixed a bug with artifact die roll modifier wrongly applying when gear bonus is selected

    !Breaking: V10 Compatibility ended

11.6.1

Patch Changes

11.6.0

Minor Changes

11.5.0

Minor Changes

  • #405 cbd2767 Thanks @aMediocreDad! - Improvements

    • Improved darkmode with a better color theme thanks to Perfecto Ignori.
    • Sheets are now resizable using the resize handle again.
    • Experience point / End of Session dialog is accessible from Party Sheet (thanks to @Sp0ken for the dialog)

11.4.2

Patch Changes

11.4.1

Patch Changes

  • #390 33f76f7 Thanks @aMediocreDad! - - Removes the combat module in favour of Year Zero Combat which is now required. Fixes to slow fast actions are being implemented in fvtt-fria-ligan/yearzero-combat-fvtt#38

    • Fixes an issue where roll modifiers were not applied to rolls
    • Fixes an issue where the fast and slow actions had the wrong icons (#389)

    If a token i stuck with old icons, it is possible to create a script macro that deletes all active effects on the current scene:

    canvas.scene.tokens.map((token) => {
      const actor = token.actor;
      actor.deleteEmbeddedDocuments(
        "ActiveEffect",
        actor.effects.map((e) => e.id)
      );
    });

11.4.0

Minor Changes

11.3.6

Patch Changes

  • #375 9ceccff Thanks @aMediocreDad! - Fixes ForbiddenLandsItem.implementation.create such that it conforms to parent implementation design

  • #376 9944707 Thanks @aMediocreDad! - When gear has duplicate names, prioritize damaging equipped gear

  • #374 f86becf Thanks @aMediocreDad! - Armor rolls were a bit too stringent with whether they would allow a roll or not. The rules have been relaxed.

11.3.5

Patch Changes

11.3.4

Patch Changes

  • #368 f7edd94 Thanks @aMediocreDad! - Gear modifiers would create an incorrect roll formula, thus rolling 1ds. Both behaviours have been rectified and an incorrect formula now throws.

11.3.3

Patch Changes

11.3.2

Patch Changes

  • #360 8245492 Thanks @aMediocreDad! - Fixing issues with refactoring and CI/CD.

  • #362 6a8df7e Thanks @aMediocreDad! - Somewhere a regression happened in Foundry, or YZUR where applying modifiers before a roll-object was rolled would make the object immutable. Fixed by moving the roll modification to after evaluating the roll.

11.3.1

Patch Changes

11.3.0 (2023-08-27)

Features

  • ✨ Add Changelog menu in Settings (c9814aa)
  • ✨ Initial implementation of dark mode (1652080)

Bug Fixes

  • 🐛 Center pride button (21c7a4d)
  • 🐛 Contrast issues in dark and light-mode (ea5b3b7)

11.2.1 (2023-08-18)

11.2.0 (2023-08-13)

Features

  • ✨ add damage to enricher (6cd8c39)
  • ✨ add fblr enricher (9a6b2d6)

Bug Fixes

  • 🐛 allow dices greater than 9 (8bc5a5f)
  • 🐛 code formating (b9c79a1)
  • 🐛 i18n modifier label (474b9da)
  • use correct attributes when conditions block resting. (16b7119)

11.1.3 (2023-07-01)

Bug Fixes

  • 🐛 JSON formatting errors (dad3216)
  • 🐛 Relative url in font import declaration (e5dfe4d), closes #346

11.1.2 (2023-07-01)

Bug Fixes

  • 🐛 Commit files with only case changes in their name (77ff925)

11.1.1 (2023-06-11)

Bug Fixes

  • 🐛 Adventure Site journal entries not working correctly (27d7bbe), closes #343

11.1.0 (2023-05-26)

Features

11.0.1 (2023-05-25)

Bug Fixes

  • 🐛 Adventure Site sheet rooms (83a3373), closes #337

11.0.0 (2023-05-25)

Features

  • ✨ Add selection of homeland to the chargen script (5bcb732)
  • ✨ adds HEALTH and RESOLVE fields as a system option (fe73f38)
  • ✨ Interface tweaks and localization (357e192)

Bug Fixes

  • 🐛 change values for consumables in chargen datasets (88b359c)
  • 🐛 clearing merge conflicts (72a2109)
  • 🐛 formating things in last changes (cf2ee94)
  • 🐛 i18n static strings in character-generator (1ad652b)
  • 🐛 Item layouts (ff0a99f)
  • 🐛 Rename all fonts (9836bf1)

10.2.2 (2023-05-04)

Features

  • ✨ Add editable roll dialog title (5978bc0), closes #297

Bug Fixes

  • 🐛 Encumbrance using temp strength not max (4c791ee), closes #319
  • 🐛 Party sheet action list dynamic size (aa4e2e1), closes #318
  • 🐛 Title of mishap and other table should be hunting (they use the same key) (1ab4b86), closes #315

10.2.1 (2023-05-03)

Bug Fixes

  • 🐛 Accumulate carrying capacity modifiers (170eb85), closes #295
  • 🐛 Add setting for collapsing sheet header buttons (db5f679)
  • 🐛 Find a prey button not working (16f1d86), closes #310

10.2.0 (2023-05-02)

Features

  • ✨ Add Editor enrichers (9b9b326)
  • ✨ Buttons for random tables in roll cards and party sheet (134de1f)
  • ✨ Monster attack/movement/armor improvements (8fbeff5)

Bug Fixes

  • 🐛 Fixes #301 (10f69e6)
  • 🐛 Improve random table section (c7eef82)
  • 🐛 Journal style fixes (becae28)
  • 🐛 Minor style fixes (8bc671d)
  • 🐛 Style Improvements (bc36d39)
  • 🐛 Support negative dice in generic roll chat macro (5b55bce)
  • lang: Update German localization (cbdadc9)
  • lang: Update Swedish Localization (5b34891)

10.1.1 (2023-02-23)

Bug Fixes

  • 🐛 Not only equipped items provide modifiers to rolls (3d7e1aa)

10.1.0 (2023-02-22)

Features

Bug Fixes

10.0.4 (2022-11-27)

Bug Fixes

10.0.3 (2022-11-23)

Bug Fixes

  • 🐛 Cannot act when empathy is broken (f403fb2), closes #258
  • 🐛 Damage displaying on weapon related actions (886de07), closes #276
  • 🐛 Enrich Actor Fields (fb923ba)
  • 🐛 Enrich item fields (6a8619b)
  • 🐛 Improve scene thumbnails in sidebar (8b27554)
  • 🐛 Incorrect owner chech for push button visibility (43ddb9d)
  • 🐛 Lineheights and text-indents (2645e8e)
  • 🐛 Wrong paths in experimental dataset (7bd7309)

10.0.2 (2022-11-07)

Bug Fixes

  • 🐛 Inability to update raw material value from character (6c7fa7d)

10.0.1 (2022-11-06)

Bug Fixes

  • 🐛 Reimplement adventure sites (96ba869)

10.0.0 (2022-11-06)

Bug Fixes

  • 🐛 Audio Playlists controls no active indication (95d0e15), closes #254
  • 🐛 Error when player clicks 'rest' Fixes #253 (0ac28bf)
  • 🐛 Fix charactersheet config (818c4eb)
  • 🐛 Further editor CSS fixes (257fe00)
  • 🐛 Minor alignment char sheet (06fddd0)
  • 🐛 Reset font size scale, various style fixes (18a23cd), closes #268 #266 #267
  • 🐛 Style fixes to sheets, editor (efe0a7c)
  • 🐛 Update manifest, add message (853a871)

10.0.0-4 (2022-09-24)

Bug Fixes

10.0.0-3 (2022-09-18)

Bug Fixes

  • 🐛 Fix editor issues in item/actor sheets (0e92817), closes #261
  • 🐛 Revert to releases latest manifests (0639b9a), closes #264

10.0.0-2 (2022-09-11)

Bug Fixes

  • 🐛 Add alpha warning message, remove system.json from releases (0492d4b)
  • 🐛 V9 compatible manifest (8caff11), closes #252

10.0.0-1 (2022-08-11)

Bug Fixes

10.0.0-0 (2022-07-18)

9.2.2 (2022-07-18)

Bug Fixes

  • 🐛 Incorrect use of FA6 icon (aeba586)

9.2.1 (2022-07-18)

Bug Fixes

  • 🐛 Correct reference to combat hbs (1b69227)

9.2.0 (2022-07-18)

Features

  • ✨ Add collapsible table sections (b0997a4)
  • ✨ Add drop and pickup buttons (996e7ba)
  • ✨ Add hotbardrop macros (b2ca3cd)
  • ✨ Add new 'carried' state to items through flags (56a8b10)
  • ✨ Add sorting buttons (b7fa36e)
  • ✨ Support armor macros, add generic macros to generated pack (59dffa8)

Bug Fixes

  • 🐛 Create Dialog blocked previous create functionality (f1e6d35)
  • 🐛 Fixes to list-items display (5bc7ffc)
  • 🐛 Only show equipped weapons & armor in combat tab (8671b57)
  • 🐛 Positive modifiers not applying to rolls (dab87f3)

9.1.1 (2022-07-12)

Bug Fixes

  • 🐛 Monster attack not scaling correctly (6d31f70)

9.1.0 (2022-07-12)

Features

  • ✨ Add conditions active effect and let it affect rest (e4a485b)
  • ✨ Add damage to monster attack cards (8dc4313)
  • ✨ Add Gear Bonus toggle (829bd71)
  • ✨ Add setting for max initiative (636f886)
  • ✨ Armor and Weapon 'Features' into TinyMCE editor (e873cc4)
  • ✨ Distinguish between gear rolled (0c37c84)
  • ✨ Move Unlimited Push-setting to actor sheet config (05ef19f)
  • ✨ Remove sleepy and be more accurate in chat message (d214df2)
  • add damage in all gears selected (31edc4c)
  • wip (38dd7f8)

Bug Fixes

  • 🐛 Add gear data to monster attack rolls (ff2e3f0)
  • 🐛 Add shortbow with arrows to Enlisted event (0cedf52)
  • 🐛 Fixes #200 (9a814f5)
  • 🐛 Hidden fields displayed in chat message (cb433c4)
  • 🐛 Incorrect logic in calculating broken state of items (a081c70)
  • 🐛 Rolling monster attacks, and resting (93c306b)
  • 🐛 Separate gear and modifier rolls. Fix edgecases. (63aa4b2)
  • Issue with with null ids stored (d3ff870)
  • modifier accumulator and selected gears (65d38f1)
  • push message with damage of selected gears (6c7a295)
  • remove non-useful test property (3a02dba)
  • remove the pesky warning (4bfb1ab)

9.0.1 (2022-03-29)

Bug Fixes

  • 🐛 Rolling monster attacks, and resting (93c306b)

9.0.0 (2022-03-26)

Features

  • ✨ Add conditions active effect and let it affect rest (e4a485b)
  • ✨ Add Gear Bonus toggle (829bd71)
  • ✨ Add setting for max initiative (636f886)
  • ✨ Distinguish between gear rolled (0c37c84)
  • ✨ Move Unlimited Push-setting to actor sheet config (05ef19f)
  • ✨ Remove sleepy and be more accurate in chat message (d214df2)
  • add damage in all gears selected (31edc4c)
  • wip (38dd7f8)

Bug Fixes

  • 🐛 Fixes #200 (9a814f5)
  • 🐛 Hidden fields displayed in chat message (cb433c4)
  • 🐛 Separate gear and modifier rolls. Fix edgecases. (63aa4b2)
  • modifier accumulator and selected gears (65d38f1)
  • push message with damage of selected gears (6c7a295)
  • remove non-useful test property (3a02dba)

8.2.1 (2022-02-28)

Bug Fixes

  • 🐛 Journal fail to initialize when not passed a type (1b9b5d4)

8.2.0 (2022-02-26)

Features

  • ✨ Add fast/slow actions to combat tracker (d7d507d)
  • ✨ Add hide show buttons on artifact fields (7ad359e)
  • ✨ Add rest button. (a371128)
  • ✨ Adventure Sites Sheet Added (0131969)
  • ✨ Resolves #99 and resolves #16 (8d2939b)

Bug Fixes

  • 🐛 CSS fixes to journal and combat tracker (8cdd774)
  • 🐛 Fixes to generator and document (2a8a9a9)
  • 🐛 Fixes to generator and sheet (9c8ccaa)
  • change the color of monster attack die (838731e)
  • change the translation of damage type in monster attacks (daf41e2)

8.1.0 (2022-01-01)

Features

Bug Fixes

  • 🐛 Encumbrance for weapons and armor not computing correctly (34c83a8)

8.0.0 (2021-12-30)

⚠ BREAKING CHANGES

  • Incompatible with 0.8.9

Bug Fixes

  • 🐛 Encumbrance calculation, party sheet template logic (6b713e5)

  • 🐛 Party sheet pathing fixes: post rebase (cf153fd)

  • 🐛 Reorganized party sheet files (15c0a22)

  • 🐛 V9 Compatibility, various pathing issues (860c424)

  • 💥 ♻️ Rearranged src files. (628b5ea)

7.2.0 (2021-12-05)

Features

Bug Fixes

  • 🐛 Guard against null value in rollModifiers (fe12380)
  • 🐛 Identify gear by ID on parry modifier (d4c04ce)
  • 🐛 Parry modifier accumulating when carrying multiple weapons (7728a09)

7.1.5 (2021-10-22)

Bug Fixes

  • 🐛 Guard against null value in rollModifiers (fe12380)

7.1.4 (2021-10-22)

Bug Fixes

  • 🐛 Identify gear by ID on parry modifier (d4c04ce)

7.1.3 (2021-10-22)

7.1.2 (2021-10-22)

Bug Fixes

  • 🐛 Parry modifier accumulating when carrying multiple weapons (7728a09)

7.1.1 (2021-10-06)

7.1.0 (2021-10-04)

Features

  • ✨ Add NPC subtype (a7a04a7)
  • ✨ Change what information the limited char sheet displays (e707a73)

Bug Fixes

  • 🐛 Character sheet not opening if not configured with subtype (7ae7ebc)
  • 🐛 Character sheet scaling issues & illegal hbs whitespace (6da3558)
  • 🐛 Parry modifier not correctly applying (9115cfc)
  • 🐛 Pause spinner should display on FireFox (c2f43ba)
  • 🐛 Power Level correctly calculating on chat cards (d75f92c)
  • 🐛 Special Encumbrance not correctly applying (51a1b0a)
  • 🐛 Typo causing changelogs not to be generated (4c0060e)

7.0.5 (2021-09-11)

Bug Fixes

  • 🐛 Fix Encumbrance not calculating without a modifier (1397225)

7.0.4 (2021-09-11)

Bug Fixes

  • 🐛 Error when opening a charactersheet without Pack Rat (21b94de)

7.0.3 (2021-09-11)

Bug Fixes

  • 🐛 Damage, Critical Injuries, Encumrance and Artifacts (6cde605)

7.0.2 (2021-09-04)

Bug Fixes

  • 🐛 Fixes #154. Party sheet referenced wrong data (c360baa)

7.0.1 (2021-09-04)

Bug Fixes

  • 🐛 Consumable rolls not functioning correctly. (02c1c5b)

7.0.0 (2021-09-04)

Features

  • automate consumable dice roll after ranged weapons use (#151) (3eacc9c)
  • ✨ Add consumable chat card and artifact modifiers (79caa82)
  • ✨ Add damage to gear, attributes and willpower (20476fd)
  • ✨ Add Optional Roll Modifiers to Dialog (c85a867)
  • ✨ Add RPGAwesome & Minor styling improvements (fac6e36)
  • ✨ Add spell roll dialog and roll result (2bb2f54)
  • ✨ Added all Roll APIs to sheets. (60abbd5)
  • ✨ Added String localization helper (5d591fe)
  • ✨ New roll handling engine (ee7c35b)
  • ✨ Upgrade to YZUR 3.0.0 (d3aadd6)
  • ✨ YZUR roll engine added. (b6a62ae)
  • Improving styling of visual components (#150) (b2f98eb)

Bug Fixes

  • 🐛 Add back in missing damage from roll cards (1d3d29f)
  • 🐛 Chat cards not displaying correct roll type, update header buttons (5c3adef)
  • 🐛 Conditionally display damage (c40c6d4)
  • 🐛 Fix scrollbars always visible in lists (f5cecd7)
  • 🐛 Fix various issues with implementation (ef61333)
  • 🐛 Fixed download badge (4d05a4c)
  • 🐛 Fixed License badge (010ef4f)
  • 🐛 hide infos if no attribute/gear is passed (f38beba)
  • 🐛 Issue with html encoding of editor text (4b4cf0e)
  • 🐛 Make Roll Buttons more visible using icons (bf401fa)
  • 🐛 Several visual nitpicks (472780d)
  • 🐛 Sort sorting (3dede99)
  • 🐛 Unlimited pushes (68edec7)

6.0.4 (2021-07-14)

Bug Fixes

  • 🐛 Fixed issue with character generator not generating items (8770a95)
  • 🐛 Fixes #138, and fixes #139 (dc73941)
  • 🐛 Various V9 fixes for upcoming Foundry release (0f29572)

6.0.3 (2021-06-25)

Bug Fixes

  • 🐛 Fixed changing a setting not reloading window (1196da7)

6.0.2 (2021-06-25)

Bug Fixes

  • 🐛 Added Back in Reforged Dataset (c1aa76d)
  • 🐛 Bumped Compatibility to 0.8.8 (f17648d)
  • 🐛 Fixed issue with cloning data for createDocument (7f4faa1)
  • 🐛 Minor fixes (cd35e8d)

6.0.1 (2021-06-20)

Bug Fixes

  • 🐛 Fixed Push-button not showing for players (6eea2b6)

6.0.0 (2021-06-19)

Features

  • ✨ Added Reforged Power Tables. (5a880ef)

Bug Fixes

  • 🐛 Automatic configuration of Spanish chargen (d23a978)
  • 🐛 bump compatibility and minor visual fixes (8cfe8da)
  • 🐛 Fixes #129 #127 and more Chargen stuff (81a9734)
  • 🐛 Reduced size of chat headers (6ccb427)

6.0.0-0 (2021-05-23)

Features

  • ✨ Added welcome message (eedbf67)

Bug Fixes

  • 🐛 Further compatibility fixes (99c184e)
  • 🐛 Initial compatibility fixes and recommendations (206be62)

5.3.5 (2021-05-23)

6.0.0-0 (2021-05-23)

Features

  • ✨ Added Critical Injury time to heal in sheets (23d9aa4), closes #112
  • ✨ Added dynamic message system (b1e7243)
  • ✨ Added semver comparison tool. (5278ed3)
  • ✨ Added Spanish localized Chargen (296c6cd)
  • ✨ Added welcome message (eedbf67)

Bug Fixes

  • 🐛 Fixes #123 Chargen not randomizing added paths. (31abb58)
  • 🐛 Further compatibility fixes (99c184e)
  • 🐛 Initial compatibility fixes and recommendations (206be62)
  • 🐛 Several logical errors fixed (fb13c76)

5.3.4 (2021-05-20)

Bug Fixes

  • 🐛 Added 2nd GM Screen Hook (431256d)

5.3.3 (2021-05-20)

Bug Fixes

  • 🐛 GM screen disabled buttons in sheets. (15059d7)
  • 🐛 Journal title border now displaying properly. (bd81b70)

5.3.2 (2021-05-11)

Bug Fixes

5.3.1 (2021-05-08)

5.3.0 (2021-05-08)

Features

  • ✨ Added default portraits for the actor entities (d014bf5)
  • ✨ Changed how datasets are loaded (b10bb29)
  • ✨ Changed to a file picker for dynamic import (150b471)
  • character-generator: refactoring to allow dataset file to be translated independently. (35b5f8e)
  • character-generator: refactoring to allow dataset file to be translated independently. (2a3d16a)

Bug Fixes

  • 🐛 Fixed mistaken blocked push for GM (aa31c8e)
  • 🐛 Border and Alignment fixes (eec3644)
  • 🐛 Formatting, more alignment and an undefined error (913f2d3)
  • 🐛 Moved i18n of Attr/Skills to Handlebars helper (ab606e7)

5.2.1 (2021-04-25)

5.2.0 (2021-04-25)

Features

  • ✨ ♻️ Ported the Styling of Journal entries to the system (cfb654a)
  • ✨ Diceless artifact category (33f3229), closes #105
  • ✨ Limited character sheet (af19ff7)

Bug Fixes

  • 🐛 Character generator now treats elves correctly (5b13978), closes #95
  • 🐛 Fixes to character generator (7a573b0)
  • 🐛 Various alignment and layout fixes (0bf68c1)

5.1.2 (2021-04-19)

Bug Fixes

  • 🐛 Several fixes to sheets (11a9b9f)

5.1.1 (2021-04-18)

Bug Fixes

  • 🐛 Hotfix for various issues introduced in 5.1.0 (b5d32cc)
  • 🐛 Minor bug in system.json zip link (b23ca0d)