Fixed layout on chrome 49+, made character names into links

This commit is contained in:
Stefan Zermatten
2016-02-01 09:34:22 +02:00
parent e6a9911dfc
commit ce224301b2
6 changed files with 28 additions and 12 deletions

View File

@@ -115,7 +115,7 @@ ChangeLogs.insert({
"Added encumbrance effects that automatically apply when carrying too much load",
"Added a bunch of UI elements to make your character's current load clear",
"Floating button menus now close as expected when you click a sub-button",
"Base values in attribute summaries no longer look like added values"
"Base values in attribute summaries no longer look like added values",
],
});
@@ -276,8 +276,6 @@ ChangeLogs.insert({
],
});
ChangeLogs.insert({
version: "0.8.0",
changes: [
@@ -294,3 +292,11 @@ ChangeLogs.insert({
"Added extra indexes to the database to improve performance",
],
});
ChangeLogs.insert({
version: "0.9.1",
changes: [
"Fixed rendering issues in Chrome 49+",
"Made character names in the side-bar into regular links",
],
});