Skip to content

Commit

Permalink
change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaumRystra committed Jun 17, 2015
1 parent 248ab9b commit 2b0d975
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion rpg-docs/private/changeLogs/changeLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,19 @@ ChangeLogs.insert({
});

ChangeLogs.insert({
version: "0.5.5",
version: "0.5.6",
changes: [
"Changed front page",
"Moved to a darker style",
"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",
],
});

0 comments on commit 2b0d975

Please sign in to comment.