Releases: javalent/dice-roller
Releases · javalent/dice-roller
v11.4.1
11.4.1 (2024-11-20)
Bug Fixes
- Better handling of links within rendered rollers (c2d5e17)
v11.4.0
11.4.0 (2024-11-05)
Features
- Genesys/Star Wars narrative dice are now supported and renderable. (#354) (b0ba905). Huge shoutout to @source-toad for this!
v11.3.4
11.3.4 (2024-10-23)
Bug Fixes
- Asynchronous rollers will now load themselves if not already loaded when
roll
is called (35102eb)
- Show Dice Roller version on load (b1438ef)
v11.3.3
11.3.3 (2024-10-23)
Bug Fixes
- Respect escaped dice flags on lookup rollers (1f48026)
v11.3.2
11.3.2 (2024-10-04)
Bug Fixes
- Fix for bug where menu bar is not interactible if Dice Roller is enabled with no in-view dice rolls (d91a8ab)
v11.3.1
11.3.1 (2024-10-02)
Features
- Stunt dice are now renderable (e9d72b3)
Bug Fixes
- Dice rollers will now cancel rendering when unloaded (a0ddb12)
- Reverts unintentional breaking API change to
getRoller
(2aff04b)
- Fixes imports for file reorg (8245e29)
v11.3.0
11.3.0 (2024-10-02)
Features
- Stunt dice are now renderable (e9d72b3)
Bug Fixes
- Dice rollers will now cancel rendering when unloaded (a0ddb12)
- Reverts unintentional breaking API change to
getRoller
(2aff04b)
v11.2.1
11.2.1 (2024-09-26)
Bug Fixes
- Fixes issue where sometimes table lookup rollers wouldn't resolve (d8df63d)
v11.2.0
11.2.0 (2024-09-25)
Features
- Adds
lookup
parameter to table rolls. You can now specify the lookup roll directly in the table roller: dice: [[Note^table]]|lookup=2d20
(close #299) (86599ec)
- Adds new "Re-roll button position" setting to control position of re-roll button. If button was previously turned off, this will be set to "None" (close #324) (69a2540)
Bug Fixes
- Dice rollers now take
kl
and kh
modifiers into account when calculating possible min and max (close #320) (2daa614)
- Display dice results in dice view on mobile (close #322) (95b648d)
- Embedded content is no longer bolded by default (close #302) (3fbcbd7)
- Fixes issue where a syntax error in live preview could crash the plugin (close #300) (a1e356e)
- Fixes minor issue in data file update from < v11.2 (e33ebe0)
- kl / kh (and corresponding drop modifiers) now only work if applied to more than 1 die (close #311) (1501454)
- Removes legacy "Show Dice Button With Results" setting (9ff8414)
v11.1.0
11.1.0 (2024-09-25)
Features
- Line rollers now watch underlying note content (08a1c08)
- Section rollers generated inside a tag roller are now contextualized properly (f3d7ef2)
- Section rollers now watch underlying note content (d948da6)
- Table rollers now watch underlying tables (a054124)
Bug Fixes
- Remove console log (cf13b1e)
- Remove console logs (a9508e0)
- Remove deprecated global app reference (857c8df)