diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2022-01-31 17:43:00 +0100 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2022-01-31 17:43:00 +0100 |
commit | 99e270965fa77c441ede8e61e67aa86cabc277b3 (patch) | |
tree | 80920eb30ca96d2bd04e70d417aef03121e63c65 /CHANGELOG.md | |
parent | 2ca33023ce5ebc0e72ca13802e7e25813a780860 (diff) | |
download | Skyblocker-99e270965fa77c441ede8e61e67aa86cabc277b3.tar.gz Skyblocker-99e270965fa77c441ede8e61e67aa86cabc277b3.tar.bz2 Skyblocker-99e270965fa77c441ede8e61e67aa86cabc277b3.zip |
update to 1.5.0 [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f13385..c0af1ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# Release 1.5.0 + +the mod support 1.17.x and 1.18.x but requires java 17. + +New Features +* Added Wiki Lookup by @TacoMonkey11 in https://github.com/LifeIsAParadox/Skyblocker/pull/30 +* Discord Rich Presence by @TacoMonkey11 +* Quicknavigation by @KonaeAkira +* Recepe book by @KonaeAkira + +Fixes +* Simplified drawing of status bars by @ExternalTime in https://github.com/LifeIsAParadox/Skyblocker/pull/29 +* Added Discord Rich Presence with a few other small fixes by @TacoMonkey11 in https://github.com/LifeIsAParadox/Skyblocker/pull/31 +* Make the item list display in the recipe book by @KonaeAkira in https://github.com/LifeIsAParadox/Skyblocker/pull/33 +* Add recipe view to item list by @KonaeAkira in https://github.com/LifeIsAParadox/Skyblocker/pull/35 +* Added inventory wiki lookup + small bug fixes + DiscordRPC cycle option by @TacoMonkey11 in https://github.com/LifeIsAParadox/Skyblocker/pull/34 + +New Contributors +* @TacoMonkey11 made their first contribution in https://github.com/LifeIsAParadox/Skyblocker/pull/30 +* @KonaeAkira made their first contribution in https://github.com/LifeIsAParadox/Skyblocker/pull/32 + +**Full Changelog**: https://github.com/LifeIsAParadox/Skyblocker/compare/v1.4.3...v1.5.0 +___ # Release 1.4.3 changed dependency Skyblocker requires minimum **fabricloader** 0.12.11 |