diff options
author | David Gay <david@davidgay.org> | 2021-05-29 11:41:20 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-29 11:41:20 -0400 |
commit | 8f9dcbf33d5cd3222e4d8e0cfa6f72b1596b917c (patch) | |
tree | cf657c38a9d4e88c502c7a8cb705757bc82a16eb | |
parent | ac727f5534c396094d56c4f2564c64f303777465 (diff) |
Update changelog for 0.1.1
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 64135fc..793628c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.1.1] - 2021-05-29 + +### Added +- Activities and items indexes for designers and testers to see some game data. +- Leaderboard and rankings (quickly ported from old Esoterra, just to have something + for now). + +### Changed +- Bazaar orders are now sorted by item name, then price, then age. +- Give stone axes and stone pickaxes combat stats. +- Chat no longer can horizontally scroll, and overly-long words will be broken mid-word. + +### Fixed +- Bug with trophies. +- Stone pickaxe drop in ruins giving manatrawl XP instead of wildscour XP. +- Bug with wounds. + ## [0.1.0] - 2021-05-28 Initial release. Very untested. We'll patch it live. |