Updated change log
This commit is contained in:
@@ -107,3 +107,15 @@ ChangeLogs.insert({
|
|||||||
"Fixed attack migrations from 0.3 -> 0.4",
|
"Fixed attack migrations from 0.3 -> 0.4",
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ChangeLogs.insert({
|
||||||
|
version: "0.5",
|
||||||
|
changes: [
|
||||||
|
"Fixed a bug that caused multiple resistances or vulnerabilities to combine incorrectly",
|
||||||
|
"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",
|
||||||
|
"Character data is now chached, swapping between two characters should be faster",
|
||||||
|
"Floating button menus now close as expected when you click a sub-button",
|
||||||
|
"Base values in attribute summaries no longer look like added values"
|
||||||
|
],
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user