changelog and version

master
Denis Ranneft 1 month ago
parent 480dc591ef
commit 9ab21db79b

@ -1,5 +1,28 @@
{
"releases": [
{
"version": "0.2.0-dev",
"title": "AutoHero — 0.2.0",
"items": [
"WIPE!",
"Fixed buffs being applied while dead",
"Fixed weapon and armour drops",
"Reduced wandering merchant encounter chance",
"Fixed dead screen",
"Fully reworked combat flow and monster balance",
"New monsters added",
"XP and gold rewards rebalanced",
"New offline digest",
"Updated offline mode",
"Fixed adventure movement and roadside behaviour",
"New quests added",
"Monster and hero gear rebalance",
"You can now buy equipment in the merchant's shop in town",
"Buff adjustments",
"Town visits reworked",
"Something else"
]
},
{
"version": "0.1.1-dev",
"title": "AutoHero — 0.1.1",

@ -3,4 +3,4 @@
package version
// Version is the active server build id (shown in /hero/init and admin /info).
const Version = "0.1.1-dev"
const Version = "0.2.0-dev"

Loading…
Cancel
Save