-
Notifications
You must be signed in to change notification settings - Fork 1
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
466 additions
and
665 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,9 +1,68 @@ | ||
## [0.1.8](https://github.com/WorldSellerGame/world-seller/compare/v0.1.7...v0.1.8) (2023-03-27) | ||
## [0.1.9](https://github.com/WorldSellerGame/world-seller/compare/v0.1.8...v0.1.9) (2023-03-29) | ||
|
||
|
||
### Reverts | ||
### Bug Fixes | ||
|
||
* Revert "Update release-tags.yml" ([a7b6b7e](https://github.com/WorldSellerGame/world-seller/commit/a7b6b7e2722a9c76e60d5ff6d7c966b2da3befdf)) | ||
* **combat:** dying should leave you with 1 hp when you get out of combat ([ed358b1](https://github.com/WorldSellerGame/world-seller/commit/ed358b1a6f293c48cfccf9fa70a3e93677ea69ba)) | ||
* **combat:** pre-turn healing/energy should work again ([914f54a](https://github.com/WorldSellerGame/world-seller/commit/914f54a95e83167e828df2c384845f2cb42fdd63)) | ||
* **combat:** properly round damage/heal/energyheal ([ad1b5a6](https://github.com/WorldSellerGame/world-seller/commit/ad1b5a6f8529959cdac723c3f129e9235891ef21)) | ||
* **core:** better decimal number protection when selling items ([6b914e2](https://github.com/WorldSellerGame/world-seller/commit/6b914e274063f87b84d6046df4f204af565a627d)) | ||
* **core:** fix a null-access error for effects ([74cfa1c](https://github.com/WorldSellerGame/world-seller/commit/74cfa1c4ec04bfbbf01582431677e73db12b6dd0)) | ||
* **dungeon:** show item drops from monsters while in dungeon ([bdd2f40](https://github.com/WorldSellerGame/world-seller/commit/bdd2f40c209be1ba030f96153299edcb260fd9a7)) | ||
* **farming:** can now plant anything, not just seeds ([850c8c2](https://github.com/WorldSellerGame/world-seller/commit/850c8c2b3ceb312432411be56044ab39d8d4d241)) | ||
* **farming:** hide /0 on farming pages ([db37b00](https://github.com/WorldSellerGame/world-seller/commit/db37b00b01b86602467e2899ce3656578d3e8492)) | ||
* **gathering:** gathering tradeskills will now ask you to cancel if you have an ongoing gathering elsewhere ([393871d](https://github.com/WorldSellerGame/world-seller/commit/393871dbce8f4edc1b1f2f4efeeb28324b5a57ca)) | ||
* **inventory,stockpile:** can no longer oversell [which forces quick sell] ([76d41f5](https://github.com/WorldSellerGame/world-seller/commit/76d41f50995fd8ce8b5426f24e73de1078166d80)) | ||
* **inventory:** can no longer sell in shop if mercantile isn't unlocked ([f19734d](https://github.com/WorldSellerGame/world-seller/commit/f19734dc3f13df80c516c706d11965affbabd60b)) | ||
* **item:** migrating items should consider not resetting durability and other important values ([f56a643](https://github.com/WorldSellerGame/world-seller/commit/f56a64383898418af56d01833af64e90000b2afe)) | ||
* **mercantile,inventory:** sell -> list for sale ([48b810d](https://github.com/WorldSellerGame/world-seller/commit/48b810d428aef30a18e0e267faf0624a94ec59f4)) | ||
* **mercantile:** sell value is appropriately multiplied for quick sell, and all other sell methods. ([fec45c0](https://github.com/WorldSellerGame/world-seller/commit/fec45c0d4a1dad8659fbe48de202b37538da58c5)) | ||
* **refining:** invert interpretation of refining filters to make it seem more intuitive ([7977c9c](https://github.com/WorldSellerGame/world-seller/commit/7977c9cfd9485aa8a9cd62d48a7607f0edb386bc)) | ||
* **refining:** refining item colors should be correct, sort recipes so the uncraftables are at the bottom ([3693908](https://github.com/WorldSellerGame/world-seller/commit/3693908931bfaa6baa55098f05ab090911e82aa9)) | ||
* **resources:** hopefully fix the ability to gain nothing ([f5ec647](https://github.com/WorldSellerGame/world-seller/commit/f5ec647ddc5133f01ab6795613adfb3ecd64a853)) | ||
* **resources:** resources page should not display max indicator or bold text ([445fb6f](https://github.com/WorldSellerGame/world-seller/commit/445fb6f835d029e3dbd38198360c111aa219d197)) | ||
* **settings:** when set to 0, sfx will no longer play at max volume ([52fc93f](https://github.com/WorldSellerGame/world-seller/commit/52fc93fa64fb66c1a1546bef47040d9315cc711d)) | ||
* **stats:** character stat gain incorrectly did not work for non-total-level scaling ([2c99953](https://github.com/WorldSellerGame/world-seller/commit/2c9995393086ea14287af8e8bfb925a14f22e115)) | ||
* **stats:** healing/energy restoration are more explicit about what they do and when ([a67664d](https://github.com/WorldSellerGame/world-seller/commit/a67664dcf37921dd4b04b03394c1afb6a346c0b3)) | ||
* **title:** page title should not show 00:00:00 ([0893de6](https://github.com/WorldSellerGame/world-seller/commit/0893de6878201c4777be74573a434adaa29ad39b)) | ||
* **transmute:** transmute page should look like a normal page; tooltips, probabilities, etc are added ([1f73e4b](https://github.com/WorldSellerGame/world-seller/commit/1f73e4bef6408372ae886f05c4c73aab280fbc9b)) | ||
* **ui:** be more clear with yes/no alerts ([fdc883e](https://github.com/WorldSellerGame/world-seller/commit/fdc883e7f54516050600effad4b808c506608b16)) | ||
* **workers:** lower free workers to 3. decrease upkeep costs to ignore free workers. ([ab7972e](https://github.com/WorldSellerGame/world-seller/commit/ab7972e23bd667cc1e796ee2b3658bdda9f53236)) | ||
* **workers:** more clarification when workers make an item where it goes ([1fb9621](https://github.com/WorldSellerGame/world-seller/commit/1fb9621427db1fff7282185f7ba0f5e8c484fd69)) | ||
* **workers:** workers should show the correct refining tradeskill ([89c043a](https://github.com/WorldSellerGame/world-seller/commit/89c043a5546cf3e84ef60cfa7d3d3dbad350a93b)) | ||
* **worker:** workers can no longer gather nothing ([5bc83f1](https://github.com/WorldSellerGame/world-seller/commit/5bc83f12db4446888723cfd3b4c4fe5393d788aa)) | ||
|
||
|
||
### Features | ||
|
||
* **achievements:** show count of achievements on page ([bda8030](https://github.com/WorldSellerGame/world-seller/commit/bda80308b58f044e72d6fa925da77686e4effb67)) | ||
* **analytics:** track what items users are equipping ([2567c24](https://github.com/WorldSellerGame/world-seller/commit/2567c241e0091afc1680952a9e97563527930bf5)) | ||
* **analytics:** track what options users are setting ([baedd5b](https://github.com/WorldSellerGame/world-seller/commit/baedd5bb7246ffc5682c1bcf34922188e56f7fcb)) | ||
* **gathering:** add location discovery tracker to top right ([0cd19f1](https://github.com/WorldSellerGame/world-seller/commit/0cd19f1fa627ca3f3a84aa331b6a521ef8bd3b10)) | ||
* **gathering:** gathering locations tell you when their cooldown is up ([0f2599e](https://github.com/WorldSellerGame/world-seller/commit/0f2599ebfaf845e38ed3b1dfd79adb9fdb55f73f)) | ||
* **gathering:** gathering nodes can be marked as favorite, and will show up at the start of the list. ref [#43](https://github.com/WorldSellerGame/world-seller/issues/43) ([fc0c17f](https://github.com/WorldSellerGame/world-seller/commit/fc0c17f48c5371413af62f22d2c6cf15e6975265)) | ||
* **gathering:** gathering skills will show the real time factoring in equipment ([955e73e](https://github.com/WorldSellerGame/world-seller/commit/955e73ef344202d1cda1ca036d903aeef4ffbad2)) | ||
* **home:** announcement area will have more information if it refuses to load ([07251f5](https://github.com/WorldSellerGame/world-seller/commit/07251f56a1c5cf401479e44857f20aaaaf29758c)) | ||
* **inventory,stockpile:** left click/cursor pointer indicator to let people know they have actions ([4b395c7](https://github.com/WorldSellerGame/world-seller/commit/4b395c7c43e007c6f9d28de6efabb918bb282021)) | ||
* **inventory:** lock inventory until you find your first item ([78b93ba](https://github.com/WorldSellerGame/world-seller/commit/78b93ba09b9fb5f2bed5e891575493db1bc672b9)) | ||
* **item:** item tooltips now show the item value ([1453dd3](https://github.com/WorldSellerGame/world-seller/commit/1453dd3ec2edbca17572c6bd6b16e6232ff1ed32)) | ||
* **loadout:** add button to signal that things can change ([87283b5](https://github.com/WorldSellerGame/world-seller/commit/87283b56e7a456a34fa5a181eb525df9c20d9727)) | ||
* **refining,gathering:** add tooltips for adding/removing workers ([a5b338e](https://github.com/WorldSellerGame/world-seller/commit/a5b338e00b5ba0cd17e439a395ff6cc9588ad458)) | ||
* **refining,gathering:** show when +1 level would be earned from an action ([421e4bc](https://github.com/WorldSellerGame/world-seller/commit/421e4bc6a3bd9a3bc6c3ee79d57717de84cc1d30)) | ||
* **refining:** add colors to refining names ([7ebda00](https://github.com/WorldSellerGame/world-seller/commit/7ebda00917da485a5d21c0fb14976dc823617544)) | ||
* **refining:** add recipe discovery tracker to top right ([000f3d7](https://github.com/WorldSellerGame/world-seller/commit/000f3d704c7cce7c543421d337b7fbfcc251e543)) | ||
* **refining:** all refining can hide discovered crafting tables to clear list clutter ([823deca](https://github.com/WorldSellerGame/world-seller/commit/823deca6452345e5600ab0ab25719a3eba49b073)) | ||
* **refining:** can star refining recipes to keep them visible/pinned. closes [#43](https://github.com/WorldSellerGame/world-seller/issues/43) ([94af199](https://github.com/WorldSellerGame/world-seller/commit/94af199e851b415623d843d6ca1da690a92ab206)) | ||
* **refining:** crafting queue is upgradeable. rework crafting queue visual area ([c65656e](https://github.com/WorldSellerGame/world-seller/commit/c65656e237e1c311c8bbc8b6d7d235c6ce91652e)) | ||
* **refining:** display crafting yields next to applicable items ([899734d](https://github.com/WorldSellerGame/world-seller/commit/899734d77af1db8089cc9dea783a627600066f59)) | ||
* **refining:** tradeskill SFX will only play when finishing an entire queue, instead of per item ([65cf27d](https://github.com/WorldSellerGame/world-seller/commit/65cf27da480127abfd8648152b98317ea6cf1803)) | ||
* **resources,inventory,stockpile:** remember last tab ([0700071](https://github.com/WorldSellerGame/world-seller/commit/0700071c8c81e4b54fa2568334b2d1dbb8eff259)) | ||
* **resource:** show resource quantity in tooltip ([45d5c51](https://github.com/WorldSellerGame/world-seller/commit/45d5c51097f0c6b3a5b57a5aef9a791546c3d167)) | ||
* **settings:** add ui setting for notification position. move default to top left ([e96e59a](https://github.com/WorldSellerGame/world-seller/commit/e96e59a3f3a2afb3e8814c3bbb4a0bd91cce2fa4)) | ||
* **sidebar:** add farming complete indicator to sidebar ([42d9724](https://github.com/WorldSellerGame/world-seller/commit/42d9724a104f378f8cfd799d60de2a2b4fa89533)) | ||
* **ui:** add striped tables for most of the interface ([de4ee20](https://github.com/WorldSellerGame/world-seller/commit/de4ee20499a9f2f4338bdae6a8207411ec979e87)) | ||
* **ui:** add timer for longest running timer to tab header. ([1ffd5cd](https://github.com/WorldSellerGame/world-seller/commit/1ffd5cd54e3d125aa873aa19787631416bb2e657)) | ||
* **worker:** add ability to unallocate worker from worker page + unallocate all workers ([2c52da5](https://github.com/WorldSellerGame/world-seller/commit/2c52da59f457cdc4709a18e0723a7a28947dbe52)) | ||
|
||
|
||
|
Oops, something went wrong.