-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
173 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
## [0.1.5](https://github.com/After-The-End-Of-All-Things/game/compare/v0.1.4...v0.1.5) (2023-08-30) | ||
## [0.1.6](https://github.com/After-The-End-Of-All-Things/game/compare/v0.1.5...v0.1.6) (2023-08-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **item:** discovering a bad equipment item will remove it ([2d2d1c8](https://github.com/After-The-End-Of-All-Things/game/commit/2d2d1c821d55598ae00a0991c51bf5ec02fa3bd4)) | ||
* **item:** items/resources now cross-check so you can't get them in the wrong spots ([8f89d09](https://github.com/After-The-End-Of-All-Things/game/commit/8f89d0926e0230fc5323dc57966154221416915d)) | ||
* **market:** market now always costs 1 coin to list at least ([49c5b11](https://github.com/After-The-End-Of-All-Things/game/commit/49c5b116bbe8b9d8458e06d22c9dd3ddbf7fea64)) | ||
* **popover:** add attribute to make popovers load in the right place ([1e0d29e](https://github.com/After-The-End-Of-All-Things/game/commit/1e0d29e35ee71e15781a62cce484f037f5e77e8e)) | ||
* **ui:** improve coloration on rarities. closes [#130](https://github.com/After-The-End-Of-All-Things/game/issues/130) ([2b8d9e7](https://github.com/After-The-End-Of-All-Things/game/commit/2b8d9e72dac1c863e7d4784558084dc6ec32593d)) | ||
|
||
|
||
### Features | ||
|
||
* **analytics:** track more game events. closes [#118](https://github.com/After-The-End-Of-All-Things/game/issues/118) ([6b60cd5](https://github.com/After-The-End-Of-All-Things/game/commit/6b60cd5c81e98bd02e73bc7fb56337a31f815500)) | ||
* **api:** add game stats api endpoint to double check constants. closes [#138](https://github.com/After-The-End-Of-All-Things/game/issues/138) ([1d7fa2e](https://github.com/After-The-End-Of-All-Things/game/commit/1d7fa2e6238180be7c682ccc70ab67c37eb0f72a)) | ||
* **combat:** show if ability is physical or magical ([b71e952](https://github.com/After-The-End-Of-All-Things/game/commit/b71e952e2eb87d9d11e74891910e00826746fb36)) | ||
* **core:** rip out discovery totals/rewards as constants ([d38d049](https://github.com/After-The-End-Of-All-Things/game/commit/d38d04972b4b70c0ee5c3f64e7b16592e400d402)) | ||
* **core:** rip out find rates as constants ([14b461b](https://github.com/After-The-End-Of-All-Things/game/commit/14b461ba8f650ef55e5f0dd6804618dddc976710)) | ||
* **inventory:** add loading spinner when loading inventory ([a7ffb2d](https://github.com/After-The-End-Of-All-Things/game/commit/a7ffb2d4d9a3f5d2815ed601f16b001bbe2098e3)) | ||
* **stats:** track more stats - combat, explores, items. closes [#124](https://github.com/After-The-End-Of-All-Things/game/issues/124) ([7ce1b75](https://github.com/After-The-End-Of-All-Things/game/commit/7ce1b75ed6ab98129737f3d454e56332f67da4f8)) | ||
* **ui:** add tooltips to profile for stats, total collected to increase user clarity. closes [#136](https://github.com/After-The-End-Of-All-Things/game/issues/136) ([197fd1e](https://github.com/After-The-End-Of-All-Things/game/commit/197fd1e77384162a6f6b1939ff2f8be5c1935d28)) | ||
|
||
|
||
|
Oops, something went wrong.