Skip to content

Releases: JeremyMees/dnd-tracker

CHANGELOG V3.1.0

21 May 14:45
c46d42a

Choose a tag to compare

New

  • Added new fields to homebrew items
  • Show new fields in monster cards
  • New action and attack fields
  • Show concentration check DC in concentration notifications

Improvements

  • Homebrew modal is now fullscreen because it needs to show more fields and the previous layout was cramped

Bug fixes

  • Search did not work for bestiary and dnd content

CHANGELOG V3.0.0

15 May 14:48
b85ee21

Choose a tag to compare

Improvements

  • D&D 2024 rules are now the default for all content — spells, monsters, magic items, weapons, armor and conditions all use the updated 2024 SRD
  • Choose your game system (2014 or 2024) and which source documents to pull content from when searching — mix and match official books and supplements from the Open5e library

Improvements

  • Challenge rating is now shown correctly in the bestiary for all monsters, including fractional values like 1/8, 1/4 and 1/2
  • Clicking a condition on the encounter sheet now shows the full description text for that condition

Bug fixes

  • Fixed an issue where adding a condition to an encounter row could fail silently

CHANGELOG 2.1.4

07 Apr 07:01
79786a8

Choose a tag to compare

Improvements

  • Updated page size to 20 items for campaign homebrew and notes

Bug fixes

  • Permission check wasn't redone when a item was removed from the table and another item was added, causing the new item to have incorrect permissions until the page was refreshed
  • Alert dialog action and cancel buttons had the wrong color variants, making the cancel button look like a destructive action

CHANGELOG 2.1.3

13 Feb 16:11
a63b496

Choose a tag to compare

New

  • Added Google Analytics for better understanding of user behavior and improving the app based on insights gathered from usage patterns.
  • New consent banner with more options for users to manage their cookie preferences and ensure compliance with privacy regulations.
  • Added c15t to the project for consent handeling

Improvements

  • Update fantasy name generator to use race and gender
  • Improved state hydrating
  • Nuxt version 4.3
  • Removed deprecated (statusCode, statusMessage)

Bug fixes

  • Modals had inconsistent styling
  • Encounter hotkey tooltip only showed when clicked, now it shows on hover as well

CHANGELOG 2.1.2

19 Dec 16:20
377f608

Choose a tag to compare

Improvements

  • Added 200+ unit tests

Bug fixes

  • AC and HP base override is capped at 100 instead of 1000
  • Edit permissions were sometimes not properly set for shared items

CHANGELOG 2.1.1

05 Dec 12:02
fc62ead

Choose a tag to compare

Improvements

  • Upgraded image component for better performance and loading

Bug fixes

  • When typing in the note widget the data sync would overwrite your current text
  • Ac forms would not be visible in some cases
  • Initiative modifier would give errors when kept empty in the quick initiative popup
  • Initiative modifier would not be saved when creating homebrew in the encounter
  • Solved multiple hydration errors

CHANGELOG 2.1.0

30 Nov 15:04
5841ff9

Choose a tag to compare

New

  • Small visual animation when HP or AC values change because of another creature's action
  • Quick popup for changing encounter widgets
  • Added hotkeys in some tooltips
  • Added feature request have a small label
  • Filter by major versions on the changelog page

Improvements

  • Better authentication protection
  • Performance updated homepage
  • Updated internal tools to newest version
  • New form validation library

Bug fixes

  • Homepage scroll animation for encounter builder did not work

CHANGELOG 2.0.2

19 Oct 08:55
978afd5

Choose a tag to compare

New

  • Spell save DC for homebrew creatures (feature request)
  • Dice roller for homebrew actions (feature request)

Improvements

  • Security updates

Bug fixes

  • Performance issue's after playing for a long time
  • Homebrew initiative modifier couldn't be set or updated to be zero

CHANGELOG 2.0.1

25 Aug 18:46
fbef178

Choose a tag to compare

Improvements

  • Updated the AC buttons to be clearer (heal -> increase, damage -> decrease)

Bug fixes

  • Remove button in danger zone didn't work
  • When creature goes to 0 HP he would automatically get 2 deathsaves
  • Owner of campaign could not open the campaign
  • When changing initiative inline, the order would not be updated
  • Mail addresses for inviting players were case sensitive
  • Arrow left and right could not be used in the text editor

CHANGELOG 2.0.0

18 Jun 14:15
6382dea

Choose a tag to compare

New

  • Complete rewrite of the app ✨
  • The rows in the initiative sheet can now be expanded to show attack information
  • The maximum HP or AC is visible on the initiative sheet when the HP or AC value is not at its maximum
  • Send your campaign notes to your players via email
  • Extra initiative sheet option that allows Hp or Ac to go negative
  • Rich text editor for notes

Improvements

  • Sidebar layout to give more space to the content
  • Campaign content page is split up in encounter, homebrew and note pages
  • A lot of accessibility improvements
  • Performance updates

Bug fixes

  • Added button for users invited as players to leave campaigns they don't want to participate in

Full Changelog: https://github.com/JeremyMees/dnd-tracker/commits/v2.0.0