Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

82 lines (50 loc) · 2.88 KB

Changelog

unreleased

Disabled inputs, since changing their values does nothing anyways

0.7.2 - 6 Oct 2021

dnd5e mapping: more specific properties for appearance (thanks to @jocolamarco)

0.7.1 - 22 Sept 2021

  • Fix for Cypher System mapping (thanks to @Fashtas)
  • Fix issues with localization of the download PDF button
  • Fix window sizing & inner margin

0.7.0 - 13 Sept 2021

  • Localization for the download PDF button
  • Update to the dnd5e mapping (thanks to @sneat)
    • Support for classes, weapons, currency, features, equipment, and treasure
    • Fix appearance fields showing undefined

0.6.2 - 7 Sept 2021

Revert/fix node modules not getting included in package

0.6.0 - 6 Sept 2021 - Auto-load mappings

.mapping files placed in Data/modules/pdf-sheet/mappings are automatically loaded into the list in settings

0.5.1 - 6 Sept 2021 - D&D 5e & Error Handling

  • Added WIP D&D 5e mapping (thanks to @Pluto Anatole)
  • Fixed some typos
  • Improved error feedback in console to allow you to browse to the location of the error in the evaluated mapping by clicking on the link in the top right of the error message

0.4.1 - 29 Aug 2021

Removed comments from Cypher Mapping, since they were causing issues and normalized formatting

0.4.0 - 29 Aug 2021 - Load Mappings & Cypher System

  • Added Cypher System mapping (thanks to @Fashtas)
  • Added dropdown menu to the module settings to allow you to load in finished mappings

0.3.1 - 29 Aug 2021

Removed log

0.3.0 - 29 Aug 2021 - Text Areas

  • Switched to textareas for strings to allow them to be multiline
  • Made application size more dynamic
  • Lined up the inputs & labels in the form and assigned the labels to their inputs
  • Improved information displayed in the logs

0.2.1 - 27 Aug 2021

Updated terminology used internally

0.2.0 - 27 Aug 2021 - Functions

  • Added the abiltiy to use full JavaScript syntax in the mapping, unlocking funtionality which uses functions, arrays, and more. Consequently, you must remove the quotes around the "foundry" field's value. See the README for details
  • Groupped and improved logs
  • Better error handling with a link to the README
  • Stopped attempting to inject an Ace editor for non-GMs when opening the settings menu
  • Fix header button not appearing in systems which use "PC" rather than "character" for the player character actor type
  • Hide unhelpful Ace annotations and automatically attempt to beautify Ace editor contents
  • Clicking the header button while the application is already open, now brings it to the top

0.1.5 - 19 Aug 2021 - Publish to Package Listing

0.1.4 - 18 Aug 2021

Fixed not bundling the library with the module

0.1.3 - 18 Aug 2021

Fixed no default setting for mapping (#2)

0.1.2 - 18 Aug 2021 - Initial Release