From ed708bdde00876f7ee7a67bd267c0d84cd015e5c Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 6 Jul 2015 13:36:50 +0200 Subject: [PATCH 1/2] bumped version --- rpg-docs/private/changeLogs/changeLogs.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index a4346a1b..fddfd7d3 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -208,3 +208,14 @@ ChangeLogs.insert({ "Made dependency loops return NaN immediately, rather than looping indefinitely until a page refresh. Adding an effect that adds \"strength\" to Strength, won't cause Strength to constantly increase or freeze the browser, Strength just becomes NaN", ], }); + +ChangeLogs.insert({ + version: "0.6.4", + changes: [ + "Hit dice now has a \"+\" between the dice and the constitution modifier", + "Items with multiple attacks should have the damage type editable on all attacks now", + "Spell attacks should now correctly inherit changes to their spell's name", + "Character lists should now be ordered alphabetically", + "Skills should have correct min and max effects applied again", + ], +}); From 290bee83b496075a82052d2a9bbb88397d9e52b1 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 24 Jul 2015 11:29:03 +0200 Subject: [PATCH 2/2] Bumped version --- rpg-docs/private/changeLogs/changeLogs.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index fddfd7d3..79ea1c4a 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -219,3 +219,12 @@ ChangeLogs.insert({ "Skills should have correct min and max effects applied again", ], }); + +ChangeLogs.insert({ + version: "0.6.5", + changes: [ + "Net worth now takes container values into account", + "Added support for character pictures", + "Disabled edit buttons for reada-only viewers", + ], +});