Skip to content

v1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 11:38
· 299 commits to master since this release
8cef5ff

What is new?

Features

  • Dice roll formula for drop/keep highest/lowest dice roll(s). Base upon the pioneering work of @PurpleGranite we finally implemented dice roll syntax for dropping/keeping dice. Here are some examples: [3d20kh2] (roll 3 d20 keep highest 2), [3d20kl2] (roll 3 d20 keep lowest 2), [3d20dh2] (roll 3 d20 drop highest 2), [3d20kl2] (roll 3 d20 keep lowest 2). (#1226, #636, #637)
  • Template engine for macros and chat messages. The new template engine based on Liquid allows expressing complex logic within chat macros or messages. This allows using variables and conditionals! Check out the updated documentation (#1223, #1240)

Fixes

  • Size token label according to grid column width. The label size is now consistent across all maps and based on the grid column width. (#1281)
  • Mark Area Functionality on Tokens. It is now again possible to trigger the mark area functionality when doing a long press on a token. (#1290)
  • Broken zoom slider for token images. The issue where the zoom slider would not work correctly is now resolved. (#1269)

Install

Download a release below for your platform or check out the install instructions

You can also easily run this version with Docker:

docker run -p 3000:3000 dungeonrevealer/dungeon-revealer:v1.14.0