-
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
375 additions
and
516 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,4 +1,109 @@ | ||
## [0.0.6](https://github.com/WorldSellerGame/world-seller/compare/v0.0.5...v0.0.6) (2023-02-24) | ||
# [0.1.0](https://github.com/WorldSellerGame/world-seller/compare/v0.0.6...v0.1.0) (2023-03-27) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **achievements:** achievements are now sorted by name ([f9fdd9f](https://github.com/WorldSellerGame/world-seller/commit/f9fdd9f01700c1fa06f93544c2fadfb3c1ae7518)) | ||
* **achievements:** canceling recipes should not give achievement progress ([1d5f3b4](https://github.com/WorldSellerGame/world-seller/commit/1d5f3b4935803f349c119ea88140a195389d51bd)) | ||
* **analytics:** track navigate analytics better ([c7b4bb4](https://github.com/WorldSellerGame/world-seller/commit/c7b4bb47c77dba746de80f1ee853dbdd7e52acb8)) | ||
* **combat:** buffs and debuffs will no longer tick if combat is won by someone. closes [#117](https://github.com/WorldSellerGame/world-seller/issues/117) ([c04771b](https://github.com/WorldSellerGame/world-seller/commit/c04771b1c06df8bacea614d0a5260ca35ec26ced)) | ||
* **combat:** can no longer eat food while in combat ([649de45](https://github.com/WorldSellerGame/world-seller/commit/649de450d27d6fe2e12ece2a8d6c732bce0a7a96)) | ||
* **combat:** combat items/food in loadout should only color the name, not all of the text ([4af36cb](https://github.com/WorldSellerGame/world-seller/commit/4af36cb46c37f2364216318ccbee5552e429bbf5)) | ||
* **combat:** ending combat should clear player buffs ([f8398f7](https://github.com/WorldSellerGame/world-seller/commit/f8398f71ba403270c7dcaf05b5fca0999e924a1c)) | ||
* **combat:** energy-changing buffs do not apply current health any longer ([9c0ca4a](https://github.com/WorldSellerGame/world-seller/commit/9c0ca4a496101cb4a10bf2438a31cf8b368ae8b7)) | ||
* **combat:** escape should mark combat as ending ([6b66274](https://github.com/WorldSellerGame/world-seller/commit/6b66274b18f8857691fc898c0ba2c087a359e8ff)) | ||
* **combat:** fix buff alignment for enemies ([d395f2c](https://github.com/WorldSellerGame/world-seller/commit/d395f2c251a021be2c7ed76352c409d6a99b456b)) | ||
* **combat:** healPerRound on enemies should correctly show healing on enemy. closes [#127](https://github.com/WorldSellerGame/world-seller/issues/127) ([4bec6c9](https://github.com/WorldSellerGame/world-seller/commit/4bec6c9fd57efa41e6424cac2dd06207dd1794fa)) | ||
* **combat:** items cannot take energy even if their referenced ability does ([7a88e90](https://github.com/WorldSellerGame/world-seller/commit/7a88e90a11833006b9f094f7d04e6fe252c7c411)) | ||
* **combat:** items should show the effect name, not key ([47b6ec1](https://github.com/WorldSellerGame/world-seller/commit/47b6ec1baffc1312b3a5cd548abe971f22cf6862)) | ||
* **combat:** items with multiple effects will trigger correctly ([d8bb5db](https://github.com/WorldSellerGame/world-seller/commit/d8bb5db806964a87ed88d4c053866c4dc7c59b7e)) | ||
* **combat:** NaN should no longer happen for any delta applier. closes [#126](https://github.com/WorldSellerGame/world-seller/issues/126) ([9f6b92f](https://github.com/WorldSellerGame/world-seller/commit/9f6b92f31351acacde0a83b8d0394c54145f12a4)) | ||
* **combat:** only some stats have to stay at 1. rest can go back to 0 when an effect unapplies. closes [#111](https://github.com/WorldSellerGame/world-seller/issues/111) ([2123918](https://github.com/WorldSellerGame/world-seller/commit/2123918063371679804963b9d49087c1530469fa)) | ||
* **combat:** speed calculations should be correct now. closes [#119](https://github.com/WorldSellerGame/world-seller/issues/119) ([500c0f7](https://github.com/WorldSellerGame/world-seller/commit/500c0f7511301d73f9403f158fa023bac1ee7c88)) | ||
* **combat:** undefined mitigation causes problems ([4b545eb](https://github.com/WorldSellerGame/world-seller/commit/4b545eb462c33eee75e4a81787a971b6276d62fb)) | ||
* **combat:** using items on self should also not cost energy ([08b749e](https://github.com/WorldSellerGame/world-seller/commit/08b749e65292b39a542d04ecbb5b36ef091edd20)) | ||
* **combat:** you can't die from multiple dots at once ([73143d4](https://github.com/WorldSellerGame/world-seller/commit/73143d4c0d20c7a7aa91bb88a9081981e72019fb)) | ||
* **core:** instead of watching . and having the CLI refresh every 10 seconds, watch src again and copy the changelog files. laziness ftl. closes [#121](https://github.com/WorldSellerGame/world-seller/issues/121) ([076120b](https://github.com/WorldSellerGame/world-seller/commit/076120b7702f8b34db04c157dd58eb75db908f2e)) | ||
* **core:** load all core icons at startup ([735cd3e](https://github.com/WorldSellerGame/world-seller/commit/735cd3eb9ef93ff7eb98384a3e9e16e6b4ba2a44)) | ||
* **debug:** debug menu should be position: fixed ([5473633](https://github.com/WorldSellerGame/world-seller/commit/54736331ceb4154bd01ac88b38b5552bbbfc5013)) | ||
* **discord:** fix combat discord status attachment ([ae862b7](https://github.com/WorldSellerGame/world-seller/commit/ae862b7202327d2bdc3d705072daab82784a8ab9)) | ||
* **dungeon:** dungeon maps will correctly track the players viewport ([b9d9080](https://github.com/WorldSellerGame/world-seller/commit/b9d90806bf313dea497114ecdcbc2e914483e3a8)) | ||
* **dungeon:** dungeons no longer let you eat food ([cb0d9a7](https://github.com/WorldSellerGame/world-seller/commit/cb0d9a7b0139d39fce1f882fbfde45d982830f81)) | ||
* **dungeon:** embark color should actually indicate when you get a skill point ([ccdbff7](https://github.com/WorldSellerGame/world-seller/commit/ccdbff7ec8f275f33a55ea2bf18ae8e20db9e16e)) | ||
* **dungeon:** make fire a more visible color ([a31cfdb](https://github.com/WorldSellerGame/world-seller/commit/a31cfdb0c714f28deba973dfc9a0c1c1eaaf9746)) | ||
* **dungeon:** no standing still to heal in a dungeon ([968531d](https://github.com/WorldSellerGame/world-seller/commit/968531de8d12fdc5cacc7fe7c6c4458f29d50f0d)) | ||
* **edibles:** items that only restore energy should be able to be eaten ([40e8e14](https://github.com/WorldSellerGame/world-seller/commit/40e8e144929c3228377df64099e5c07fbc722e49)) | ||
* **exchange:** default exchange rate for rarity:same is 2:1, closes [#115](https://github.com/WorldSellerGame/world-seller/issues/115) ([ee3af62](https://github.com/WorldSellerGame/world-seller/commit/ee3af629c2108039ebbf6e7ce2d3e178006f024c)) | ||
* **gathering:** gathering pages should perform better ([d977d18](https://github.com/WorldSellerGame/world-seller/commit/d977d188232be4d1c11794de7a8813c34196ea52)) | ||
* **gathering:** not all gathering is fishing ([d625374](https://github.com/WorldSellerGame/world-seller/commit/d625374ceeba5cc6be2cd42ccf5b6e6c23eacf5d)) | ||
* **inventory,mercantile:** inventory/stockpile page will no longer reset category when an item leaves ([61524fd](https://github.com/WorldSellerGame/world-seller/commit/61524fddc004b502a3f0ba44aa7d1d8bb998ecd6)) | ||
* **item:** food duration is now migrated correctly ([0cc2b49](https://github.com/WorldSellerGame/world-seller/commit/0cc2b4905681b1bf773a3a66fcafb210a7dcabc1)) | ||
* **items:** items now- have separate effects/abilities, are more distinct when in/out of combat ([aa12001](https://github.com/WorldSellerGame/world-seller/commit/aa12001ebedd95c1e6c85d08c3893b7209328cbc)) | ||
* **items:** make item healing come from new properties, not stats ([856c600](https://github.com/WorldSellerGame/world-seller/commit/856c600356c3bd9dc53e41b53857f38700547ade)) | ||
* **loadout:** can now select potions again for item loadout ([6746983](https://github.com/WorldSellerGame/world-seller/commit/674698351c4d8ba507d2628d06583557fd51dd4d)) | ||
* **loadout:** fix learned skills replacing old skills ([3e1d352](https://github.com/WorldSellerGame/world-seller/commit/3e1d35276518d60a15382ce3a0f77493e66374a9)) | ||
* **loadout:** loadout page should perform better with larger numbers of items ([ea2e229](https://github.com/WorldSellerGame/world-seller/commit/ea2e2296bfc476e5084063354658a1563b572a78)) | ||
* **loadout:** loadout should properly migrate items when they change ([3e43e23](https://github.com/WorldSellerGame/world-seller/commit/3e43e239f250bd55728e8a468b204df3efbbaff2)) | ||
* **loadout:** no flicker when unslotting something using x ([cf248cb](https://github.com/WorldSellerGame/world-seller/commit/cf248cba634f0ca6b3581a200b4370f32f28c371)) | ||
* **mods:** fix mod unsub for mods that don't have themes ([1ec1c2e](https://github.com/WorldSellerGame/world-seller/commit/1ec1c2ec4cb4aa317e053a05fbdae84034b5ca1c)) | ||
* **mods:** mods should load tags correctly from all categories ([b07dd7e](https://github.com/WorldSellerGame/world-seller/commit/b07dd7eeb969286345d228d4bc16e0f92b9cf6c3)) | ||
* **recipe:** mortar should preserve, not consume, the table ([8641257](https://github.com/WorldSellerGame/world-seller/commit/8641257dc5639307ba147af0a2a6b2705568b2f3)) | ||
* **refining:** perf improvements ([5f0b8af](https://github.com/WorldSellerGame/world-seller/commit/5f0b8af4706a1ba99f5fab4ecdc8c1b699871dc3)) | ||
* **refining:** refining should update when hitting craft ([d5e3e42](https://github.com/WorldSellerGame/world-seller/commit/d5e3e42d697319b866581176d8db0ef3d40e3ffd)) | ||
* **refining:** wrap when ingredient list is cut off ([4ad2244](https://github.com/WorldSellerGame/world-seller/commit/4ad2244a02d594705f1fbd736f7e751a04dbd9f6)) | ||
* **settings:** sound should start at 100% instead of 1%, closes [#114](https://github.com/WorldSellerGame/world-seller/issues/114) ([6a5bf0b](https://github.com/WorldSellerGame/world-seller/commit/6a5bf0b25740d15c1456a6b8da3383d5db6720d8)) | ||
* **splash:** add tooltips + better named mods button to homepage ([810d73e](https://github.com/WorldSellerGame/world-seller/commit/810d73e5654b647a62c357b15db6bd36543dd2aa)) | ||
* **svg:** add dungeon svgs to preloader. closes [#139](https://github.com/WorldSellerGame/world-seller/issues/139) ([5d2a0d8](https://github.com/WorldSellerGame/world-seller/commit/5d2a0d8ac61c622d8a202bc38c73949f52a15be9)) | ||
* **theme:** light theme icons should fill correctly ([73f2383](https://github.com/WorldSellerGame/world-seller/commit/73f2383426d6488d32021e6a7976f72eafaa9259)) | ||
* **ui:** better defaults for not overflowing screen size in some pages ([0e974b2](https://github.com/WorldSellerGame/world-seller/commit/0e974b2ceff3094bc23b2ab0d8286b355952af40)) | ||
* **ui:** line wrap timers where relevant in app menu ([7f54cb4](https://github.com/WorldSellerGame/world-seller/commit/7f54cb40c919120bd8d84cd47b636825370559f1)) | ||
* **validator:** validator disallows duplicate names ([0eff8c5](https://github.com/WorldSellerGame/world-seller/commit/0eff8c5607957338065753051f78a641963647e9)) | ||
* **validator:** validator should actually double check names, instead of looking like it double checks duplicate names ([d17b3a2](https://github.com/WorldSellerGame/world-seller/commit/d17b3a2723637738d1b06ed6be9f188e8cffd068)) | ||
* **validator:** validator should allow level 0 combat to exist for threats. closes [#113](https://github.com/WorldSellerGame/world-seller/issues/113) ([457972f](https://github.com/WorldSellerGame/world-seller/commit/457972fc2f0f84f45d785cae8cd4e5c9cd15e846)) | ||
|
||
|
||
### Features | ||
|
||
* **ability:** add ability bonus damage feature, closes [#140](https://github.com/WorldSellerGame/world-seller/issues/140) ([1e38605](https://github.com/WorldSellerGame/world-seller/commit/1e386053b150796bcaa3e9372de73604f6e77685)) | ||
* **achievements:** support hidden achievements. make dungeon achievements hidden. closes [#141](https://github.com/WorldSellerGame/world-seller/issues/141) ([3034963](https://github.com/WorldSellerGame/world-seller/commit/30349635d5c1a0706bd4fe8c49a952090d8ebdf1)) | ||
* **automation:** tag workflow should upload to itch now. closes [#120](https://github.com/WorldSellerGame/world-seller/issues/120) ([0de6f81](https://github.com/WorldSellerGame/world-seller/commit/0de6f812637a02aaa971dfc281fac54ceee8a18a)) | ||
* **build:** add linux build. ref [#124](https://github.com/WorldSellerGame/world-seller/issues/124) ([3799c0e](https://github.com/WorldSellerGame/world-seller/commit/3799c0e1c60beaf539e623c1b3ee7a260b28bb1f)) | ||
* **build:** add osx build. closes [#124](https://github.com/WorldSellerGame/world-seller/issues/124) ([14eb4cf](https://github.com/WorldSellerGame/world-seller/commit/14eb4cf97234730fb171c2c236ce7bc04aee26c2)) | ||
* **combat:** combat is now always persisted; you can eat food to heal ooc; new health/energy persistent bars; tooltips are more informative, closes [#144](https://github.com/WorldSellerGame/world-seller/issues/144) ([7b9981c](https://github.com/WorldSellerGame/world-seller/commit/7b9981c39d284362793f6d86a83ff4996b7cbe17)) | ||
* **combat:** display equipped foods in combat ([d073f3a](https://github.com/WorldSellerGame/world-seller/commit/d073f3a9ace2ff7a22af854baf9bff7463c86017)) | ||
* **combat:** food can now apply effects pre-combat if equipped in food slot ([af1b2d8](https://github.com/WorldSellerGame/world-seller/commit/af1b2d8eb2d978cbe34bde1800e8ba39cd22cfb2)) | ||
* **core:** add getStat helper to unify how stats are gotten throughout the game ([29b2018](https://github.com/WorldSellerGame/world-seller/commit/29b20188892fcb248dbec384841f264a156c4c4d)) | ||
* **credits:** add credits popup ([d29756b](https://github.com/WorldSellerGame/world-seller/commit/d29756b14c9593ed2b668a686e0393e17d1bb531)) | ||
* **debug:** add debug commands to set player health and energy in combat ([592ca74](https://github.com/WorldSellerGame/world-seller/commit/592ca74fdfd49c42f0e5374ab8059fd3274331f4)) | ||
* **devtools:** add fightThreat and applyCombatEffectToPlayer, closes [#118](https://github.com/WorldSellerGame/world-seller/issues/118) ([42df3b8](https://github.com/WorldSellerGame/world-seller/commit/42df3b89110c90e21211dadddcd83dfc3efc66a0)) | ||
* **devtools:** dev tools go to 600 ticks per tick instead of just 60. closes [#116](https://github.com/WorldSellerGame/world-seller/issues/116) ([c522c79](https://github.com/WorldSellerGame/world-seller/commit/c522c793eeb26f8e23c896056142ad9f71d9129f)) | ||
* **dungeon:** can now eat items in dungeon out of combat ([ef2ede2](https://github.com/WorldSellerGame/world-seller/commit/ef2ede25aa672916db60bd4fcb58b4a79e08e81d)) | ||
* **equipment:** stats now have a description on the equipment page ([6ec8a47](https://github.com/WorldSellerGame/world-seller/commit/6ec8a47fdb8d16e4927d607dc169e11cbe17deb2)) | ||
* **farming:** farming list should perform better ([0b3c7fa](https://github.com/WorldSellerGame/world-seller/commit/0b3c7fa57420af7eaa7d6b3ff49f2649a125bd89)) | ||
* **farming:** more clarity on planting page ([e778dad](https://github.com/WorldSellerGame/world-seller/commit/e778dad8a2cdb966b117686338fe757d443ef2e2)) | ||
* **farming:** plant area will now have a close option to be consistent ([8f07385](https://github.com/WorldSellerGame/world-seller/commit/8f073859bf868e64edea4fe8135e8e2cde57fd29)) | ||
* **food:** food items require durability/duration to be the same; they will go down the same as well ([f342bc8](https://github.com/WorldSellerGame/world-seller/commit/f342bc8037fba3168b610af915170605707dd331)) | ||
* **inventory:** add icons to popup for inventory/stockpile views ([c656eb1](https://github.com/WorldSellerGame/world-seller/commit/c656eb170e5028793804b74c1dfd88852d6499b6)) | ||
* **item:** stat display for stat lines now matches other stat name displays ([36b12f6](https://github.com/WorldSellerGame/world-seller/commit/36b12f623f8b7318a15cc17e4d9cae9fa5b4ac5e)) | ||
* **mercantile:** upgrade stockpile to look like inventory ([1cd9cb2](https://github.com/WorldSellerGame/world-seller/commit/1cd9cb2efe3897898ece5016d5cf4e6f5fe8b8fb)) | ||
* **mod:** allow for testing mods locally by uploading a zip file. closes [#137](https://github.com/WorldSellerGame/world-seller/issues/137) ([9e244c8](https://github.com/WorldSellerGame/world-seller/commit/9e244c8a42b84e6dbf5bf7429690ac04850ccad8)) | ||
* **mod:** allow mods to add themes ([b5f48cd](https://github.com/WorldSellerGame/world-seller/commit/b5f48cde48c5d88a7a518577b3301bb0c44fbd30)) | ||
* **modding:** add mod support ([77c43d7](https://github.com/WorldSellerGame/world-seller/commit/77c43d7ad39758cd60bee356f51a722170e247f0)) | ||
* **modding:** add update all mods button. closes [#138](https://github.com/WorldSellerGame/world-seller/issues/138) ([60f8756](https://github.com/WorldSellerGame/world-seller/commit/60f87568ff47989b3beea7b18478e1bd6968ae9f)) | ||
* **mods:** mods can now override sound effects ([a4193e6](https://github.com/WorldSellerGame/world-seller/commit/a4193e63be267ec3b254e636435abb009b038dc3)) | ||
* **prospecting:** you only get levels in prospecting if you succeed ([2d3ab67](https://github.com/WorldSellerGame/world-seller/commit/2d3ab670e7c0b4257fbfc6743cbe0470a5ad9185)) | ||
* **refining:** recipes you havent crafted ~shimmer~ ([71c7cc5](https://github.com/WorldSellerGame/world-seller/commit/71c7cc5f858e8b713bb206f5a97b41fd1733a435)) | ||
* **refining:** refining has filters to filter recipes ([960172f](https://github.com/WorldSellerGame/world-seller/commit/960172fc4bc4b7f2fadca4aa5d9067b427b3760d)) | ||
* **refining:** refining recipes can now use items [they are consumed whole unless preserved]. closes [#134](https://github.com/WorldSellerGame/world-seller/issues/134) ([05dcec9](https://github.com/WorldSellerGame/world-seller/commit/05dcec947cf750e138ce8d28d0d8968edfb9fbfa)) | ||
* **stat:** add single target energy heal option ([a2e39bb](https://github.com/WorldSellerGame/world-seller/commit/a2e39bbd5f08a7ec2fb68cd870e5d0eee63f0e1b)) | ||
* **stat:** items can now have % stats that affect gathering speed/reductions ([4824c96](https://github.com/WorldSellerGame/world-seller/commit/4824c9661547bad326b265b04b0a72b74606eac5)) | ||
* **stat:** items can now have mitigation, a % damage reduction stat ([e8adc52](https://github.com/WorldSellerGame/world-seller/commit/e8adc529ec45bb5d95f656ce9baf0eec2ab24bdc)) | ||
* **tools:** add debug service ([f8fcf61](https://github.com/WorldSellerGame/world-seller/commit/f8fcf6179c25aedc4d28a430811dae9452de6081)) | ||
* **ui:** add better tooltips to resources and items in inventory, backpack, stockpile, and refinement interfaces ([3295f51](https://github.com/WorldSellerGame/world-seller/commit/3295f51776ec40966caa864debb60b51576ca8d0)) | ||
* **ui:** add version on homepage for easier discerning of current version ([5496250](https://github.com/WorldSellerGame/world-seller/commit/54962501f4d19aba5280f5230203f0763704b053)) | ||
* **ui:** refining/gathering should perform better with larger lists ([40ea049](https://github.com/WorldSellerGame/world-seller/commit/40ea04988744a4a9e757b2fe7c2bdc01a395f006)) | ||
* **ui:** svgs load instantly and are cached in the browser ([4e641f0](https://github.com/WorldSellerGame/world-seller/commit/4e641f02bb018d0a6d0da45f3b71edea81047017)) | ||
* **update:** prompt users in download version to update ([a996194](https://github.com/WorldSellerGame/world-seller/commit/a9961945539a3d5a90d8dcb2b689f98b1b592e38)) | ||
|
||
|
||
|
Oops, something went wrong.