From af573261940d30cd71296f7fe81de2826d4ad2ab Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Thu, 25 Jun 2015 13:48:12 +0200 Subject: [PATCH] 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 8d369126..74136a50 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -176,3 +176,14 @@ ChangeLogs.insert({ "Added a move item dialog to mobile devices, but it can't be accessed yet, because long-presses are broken", ], }); + +ChangeLogs.insert({ + version: "0.6.0", + changes: [ + "Big performance improvements: loading characters that you've viewed recently and changing effects on characters should be much faster", + "Spell dialogs no longer show their casting time, range, etc. if those fields aren't filled in", + "The settings dialog now has a done button so it can be closed on small devices", + "Experience dialogs should update their edit-mode inputs properly now", + "Container dialogs now have the weight summaries rounded down properly", + ], +});