Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@Frumple Frumple released this 23 May 14:55
· 2 commits to master since this release

Improvements to Name and Math Expressions

  • New dropdown menus can be used to conveniently add expressions with a single click. These menus are located to the left of the text area.
  • Uppercase variables and prefixes are now supported by default. Lowercase variables and prefixes are still supported.
    • [NAME], [FULLNAME]
    • STR, DEX, CON, INT, WIS, CHA, FIN, PROF
    • MOD[], ATK[], DMG[], SDC[]
  • Fixed bug: Name expressions will now parse correctly if there is no whitespace preceding the expression.

Improvements to Markdown Emphasis

  • New "Bold" and "Italic" buttons can be used to add/remove markdown to selected text. These buttons are located above the text area, in between the trait/action name and delete button.
  • Triple asterisks and underscores for defining combined bold italics (*** and ___) are now officially supported.
  • Escaped asterisk and underscore characters (\* and \_) are now supported. The Archmage statblock has been updated to use the escaped asterisks.

Other Improvements

  • Text areas now use monospaced font for easier editing.
  • "Columns", "Empty Sections", and "Two-Column Height" menu controls are now animated slide toggles to help differentiate them from the "Edit/Save All Sections" buttons.
  • Added an arrow to the Challenge Rating section to better indicate that changing the challenge rating will automatically update the experience points and proficiency bonus.
  • The "Getting Started" tutorial and various help tooltips have been rewritten for better clarity.
  • Fixed bug: Passive perception is now calculated correctly using "10 + perception override", not "10 + wisdom modifier + perception override".