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", + ], +});