diff options
-rw-r--r-- | CHANGELOG.md | 43 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 44 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa8c4df..7090ac5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,46 @@ +# Release 1.10.0 + +## Highlight +* Custom Tab HUD by @msg-programs in https://github.com/SkyblockerMod/Skyblocker/pull/137 +* Fishing Helper by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/157 +* REI Compatibility by @lantice3720 in https://github.com/SkyblockerMod/Skyblocker/pull/148 +* Barn solvers by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/134 + +## What's Changed +* Translations update from hysky translate by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/142 +* Barn solvers by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/134 +* Dungeon map scale adjustment customization by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/127 +* Add option to hide empty tooltips in inventories. by @msg-programs in https://github.com/SkyblockerMod/Skyblocker/pull/135 +* Translations update from hysky translate by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/144 +* There is now 240 fairy souls! by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/138 +* Translations update from hysky translate [skip ci] by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/149 +* minor updates by @Fix3dll in https://github.com/SkyblockerMod/Skyblocker/pull/122 +* Migrated to ClientReceiveMessageEvents and some fixes by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/131 +* Renamed container package to gui and added docs by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/145 +* Translations update from hysky translate [skip ci] by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/153 +* REI Compatibility by @lantice3720 in https://github.com/SkyblockerMod/Skyblocker/pull/148 +* Api migration, config command, and cleanup by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/154 +* Translations update from hysky translate [skip ci] by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/155 +* Refactors & docs by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/156 +* return instead of assign by @Fix3dll in https://github.com/SkyblockerMod/Skyblocker/pull/158 +* Translations update from hysky translate [skip ci] by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/159 +* Add Fishing Helper by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/157 +* Update Loom and Gradle by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/163 +* Livid color by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/162 +* fix repository update by @Fix3dll in https://github.com/SkyblockerMod/Skyblocker/pull/165 +* remove backup LBIN server because it desn't exist anymore by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/168 +* fixing missing strings by @PumpkinXD in https://github.com/SkyblockerMod/Skyblocker/pull/170 +* Translations update from hysky translate [skip ci] by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/166 +* Replace tab/playerlist HUD with a more fancy version by @msg-programs in https://github.com/SkyblockerMod/Skyblocker/pull/137 +* Add Dungeon Map Placement Screen by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/169 + +## New Contributors +* @msg-programs made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/135 +* @lantice3720 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/148 +* @PumpkinXD made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/170 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.9.0...v1.10.0 +___ # Release 1.9.0 Supports 1.19.4 diff --git a/gradle.properties b/gradle.properties index 752907cf..64c5e5cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mod_menu_version=6.1.0-rc.4 rei_version=11.0.597 # Mod Properties -mod_version = 1.9.0 +mod_version = 1.10.0 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ
\ No newline at end of file |