change logs

This commit is contained in:
Stefan Zermatten
2015-06-17 14:22:12 +02:00
parent 248ab9bb6b
commit 2b0d975cee

View File

@@ -160,10 +160,19 @@ ChangeLogs.insert({
}); });
ChangeLogs.insert({ ChangeLogs.insert({
version: "0.5.5", version: "0.5.6",
changes: [ changes: [
"Changed front page", "Changed front page",
"Moved to a darker style", "Moved to a darker style",
"Added support for letting characters be viewed by \"anyone with the link\"", "Added support for letting characters be viewed by \"anyone with the link\"",
], ],
}); });
ChangeLogs.insert({
version: "0.5.7",
changes: [
"Added proficiencies to backgrounds",
"Added attacks to spells",
"Added a move item dialog to mobile devices, but it can't be accessed yet, because long-presses are broken",
],
});