From d599665d5d68ccb574e3e1db448e7d02eb76dec2 Mon Sep 17 00:00:00 2001 From: mcglincy Date: Mon, 8 Nov 2021 11:22:16 -0600 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9751223..42678ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ +# 0.3.0 +- Dungeon is now persisted in a JournalEntry, tied to a scene via a Note. +- Redraw map on data changes for all connected clients. +- Dungeon config (colors, thickness) is now per dungeon/scene and persisted with the dungeon state. +- Add door shadows. +- Fix various bugs wrt wall recreation and client sync. + # 0.2.1 - Fix angled door drawing. - # 0.2.0 - Add rectangle and door deletion tools. - Add polygon drawing tool. @@ -10,6 +16,5 @@ - Draw inner wall shadows as continuous lines where possible, to reduce visual overlaps or gaps. - Partially fix diagonal-door-of-death bug. - # 0.1.0 - First release. \ No newline at end of file