Skip to content

Releases: dungeon-revealer/dungeon-revealer

v1.17.1

20 Feb 13:37
96ce843
Compare
Choose a tag to compare

What is new?

Features

No new features. This is a bugfix-only release. Check out the release log for v1.17.0.

Fixes

  • Map Library not showing all maps. The map library did not show all available maps and filtering was broken. (#1609; #1601)
  • Broken Point of Interest/Mark Area. The area marker functionality was broken. (#1607; #1611)

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.17.1

v1.17.0

23 Jan 15:28
4ec091d
Compare
Choose a tag to compare

What is new?

Features

  • More markdown editor commands. The markdown editor has a ton of new buttons for inserting dice roll macro templates, lists, and other common text tools such as strikethrough, code, quotes, and tables. (#1586)
  • Custom CSS within notes. It is now possible to declare CSS rules within style tags inside notes. Check out the wiki for more information. (#1359)
  • Default token image name. The default token image name is now the original file name. (#1594)

Fixes

  • Sync Issues. The map engine has been updated, now the state from the DM and player section is always in sync. Previously adjusting the grid could require players to reload the map or resulted in the text size of the tokens being wrong. (#1544; #1306)
  • Memory Leaks. We fixed some memory leaks that could result in the RAM consumption of the server growing until the server goes out of memory. (#1588)
  • Handle cryptic errors. Editing a note link resulted in a cryptic error within the server log output. (#1591)

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.17.0

v1.16.0

28 Jun 07:58
2bb50a9
Compare
Choose a tag to compare

What is new?

Features

  • Rotate Tokens. It is now possible to rotate tokens! (#1384; #1364)
  • Rotate Token Images. It is now possible to rotate token images when importing them. (#1386; #1363)
  • Persist token menu state. The collapsed state of the token menu is now persisted. (#1393)

Fixes

  • Docker Image Crash on ARM. The docker images now use the slim variant instead of alpine as a base. (#1398; #1394)

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.16.0

v1.15.1

20 Jun 19:40
95f1e3e
Compare
Choose a tag to compare

What is new?

Features

No new features. This is a bugfix-only release. Check out the release log for v1.15.0.

Fixes

  • Binary uses the current working directory for locating the data directory. The existing data directory from previous dungeon-revealer versions is now discovered properly. (f00efaf)

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.15.1

v1.15.0

20 Jun 17:47
d731bb1
Compare
Choose a tag to compare

What is new?

Features

  • Multi Token Tools. Select multiple tokens via CTRL + Click/Option + Click and adjust the properties of all those tokens. (#1311; #1315)
  • Editor Preview Mode. The editor can be toggled to show a rendered version of the markdown next to the raw markdown. This allows you to see the rendered content in real-time. (#1360)
  • Open Note attached to Token above Token properties. The previous behavior was too verbose and would too often result in the screen being clogged unnecessarily. Now it is no longer necessary to explicitly close the note. (#1312; #1372)
  • Use Caxa and Node.js 16. The dungeon-revealer binaries are now built with caxa, which finally allows upgrading to recent Node.js versions (16) while maintaining support for all platforms. (#1296)

Fixes

  • Hide Copy Map Button in unsupported Browsers. The copy map button is now hidden in all non-chrome browsers. Furthermore, copying the map image to the clipboard requires dungeon-revealer to be served via HTTPS. (#1325; #1316)

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.15.0

v1.14.1

20 May 19:44
56591ae
Compare
Choose a tag to compare

What is new?

Features

No new features. This is a bugfix-only release. Check out the release log for v1.14.0.

Fixes

  • Correct text size on DM and player map. ensure the use of the same text size when the grid is hidden for players (#1301, 7396338)
  • DM usability issues. improve the handling of token property menu, long press, and dragging. (c0b25e5)

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.1

v1.14.0

15 May 11:38
8cef5ff
Compare
Choose a tag to compare

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

v1.13.1

17 Apr 11:33
Compare
Choose a tag to compare

What is new?

Features

No new features. This is a bugfix-only release. Check out the release log for v1.13.0.

Fixes

  • Tokens not updating properly. Sometimes the token position was not updated properly which could lead to the tokens changing the position randomly.
  • Copy token inconsistent. Sometimes a copied token would not represent its latest state when being pasted.

Install

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

v1.13.0

02 Apr 07:58
Compare
Choose a tag to compare

What is new?

Features

  • Image Tokens. It is now possible to attach an image to a token. Just drop an image into the browser onto a map, for opening the image cropper (for selecting a rectangular shape out of your image), or select an image via the token context menu. (#1074)
  • New Token Menu. The token context menu has been replaced with a sidebar menu that is less bulky, can be minimized, and is way more stylish. (#1074)
  • Copy & Paste Token. Via the context menu it is now possible to copy a token. Right-Click anywhere else on the map and choose the "Paste Token" option for adding a copy of the selected token at that position onto the map. (#1074)
  • Update dice roll notes initial content. The dice roll note default content got updated in order to be more useful for beginners. (#1051)
  • Embedding external images inside Chat and Notes. It is now possible to easily embed external images into the notes and chats with the ![Image title](https://images.pexels.com/photos/104827/cat-pet-animal-domestic-104827.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500) syntax. (#1059)
  • Style enhancements for mobile devices. The DM section styles got adjusted, so it easier to use on smartphones. (#1166; Thanks @sdsalyer for his first contribution!)
  • Fine-tune pinch-zoom. Pinch-zoom should now be less aggressive and janky. Having two fingers on the touch should not longer zoom out when not moving the fingers. (#1089)

Fixes

  • Note import with dashes. Imported notes with dashes could potentially be corrupted during the import. (#1054)
  • Correctly style external links in notes. External links were not properly styled in notes. (#1129)
  • Player map not updated/out of sync after DM changes the active map. Previously the player map could become out of sync in case the DM sent and update BEFORE the map image was fully loaded by the players. This causes states, where the map was not rendered at all or tokens, were not displayed correctly and the players had to reload the dungeon-revealer page in order to get into sync again. (3eeedbf)

Install

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

v1.12.1

08 Feb 21:47
Compare
Choose a tag to compare

What is new?

Features

No new features. This is a bugfix-only release. Check out the release log for v1.12.0.

Fixes

  • Fix tokens not showing on some devices. On some devices the tokens would not be rendered. (#1046, #1047)

Install

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