diff options
-rw-r--r-- | CHANGELOG.md | 23 | ||||
-rw-r--r-- | FEATURES.md | 4 | ||||
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | gradle.properties | 2 |
4 files changed, 37 insertions, 7 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 diff --git a/FEATURES.md b/FEATURES.md index 9a86591e..900dea59 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -11,4 +11,6 @@ * price tooltip: npc, bazaar (avg, lbin), ah, museum * reparty: write /rp to reparty * Wiki Lookup: press f4 to open the wiki page about the held item -* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message
\ No newline at end of file +* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message +* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon, warp hub +* Recipe book: in the vanilla recipe book all skyblock items are listed and you can see the recipe of the item
\ No newline at end of file @@ -38,6 +38,9 @@ ___ * price tooltip: npc, bazaar (avg, lbin), ah, museum * reparty: write /rp to reparty * Wiki Lookup: press f4 to open the wiki page about the held item +* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message +* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon, warp hub +* Recipe book: in the vanilla recipe book all skyblock items are listed and you can see the recipe of the item </details> @@ -46,11 +49,13 @@ ___ <details open> <summary>open</summary> -<img padding="10px,0px" height="150" src="https://staging.hysky.de/hotbar.png" /> -<img padding="10px,0px" height="150" src="https://staging.hysky.de/minimap.png" /> -<img padding="10px,0px" height="150" src="https://staging.hysky.de/tooltip1.png" /> -<img padding="10px,0px" height="150" src="https://staging.hysky.de/tooltip2.png" /> -<img padding="10px,0px" height="150" src="https://staging.hysky.de/drill.png" /> +<img padding="10px,0px" height="150" src="https://hysky.de/hotbar.png" /> +<img padding="10px,0px" height="150" src="https://hysky.de/minimap.png" /> +<img padding="10px,0px" height="150" src="https://hysky.de/tooltip1.png" /> +<img padding="10px,0px" height="150" src="https://hysky.de/tooltip2.png" /> +<img padding="10px,0px" height="150" src="https://hysky.de/drill.png" /> +<img padding="10px,0px" height="150" src="https://hysky.de/richpresencesmall.png" /> +<img padding="10px,0px" height="150" src="https://hysky.de/recipe.png" /> </details> diff --git a/gradle.properties b/gradle.properties index 3952ba70..41a9c7fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ clothconfig_version=6.1.48 mod_menu_version=3.0.0 # Mod Properties -mod_version = 1.4.3 +mod_version = 1.5.0 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ |