Bumped version

This commit is contained in:
Stefan Zermatten
2015-06-25 13:48:12 +02:00
parent 98c69e9e17
commit af57326194

View File

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