Skip to content

Commit

Permalink
summary
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeIsAParadox committed Aug 18, 2024
1 parent 26ef956 commit 075a26e
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 28 deletions.
43 changes: 36 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# Release 1.22.0

## Highlight
- Profile Viewer
- Profile Viewer (/pv or /skyblocker pv) note: You may have to delete an old default shortcut if /pv doesn't work
- Dojo helper
- Simon Says Solver & Lights On Solver
- Jerry timer
- JEI support for Item List
- Equipment in inventory
- Craft Cost Tooltip
- Special Effects for rare dye drops
- Essence Shop Price
- complete sack bz and npc sell price
- Complete sack bz and npc sell price
- Repeated ding when a stray rabbit appears
- Completed commission highlighter
- Crystal hollows Auto detect waypoint from chat for example when talking to king
- Bazaar highlighter
- Bazaar Helpers (Highlights, Slot Text)
- Nucleus waypoints
- Wishing compass solver
- Correct livid highlight in m5
Expand All @@ -21,21 +23,34 @@
- Chest Value on minion generated stuff
- Kuudra glow
- Kuudra danger warning
- Treasure Chest Highlighter
- Crystal Hollows Treasure Chest Highlighter
- Quick nav tooltip
- Skyblock XP Messages
- Crystal Waypoints server-sided sharing via WebSocket
- Dungeon fairy room highlight
- Tooltip display Estimated Item Value
- Dungeon fairy room door highlight
- Tooltip display Estimated Item Value (chest value now uses estimated item value)
- Blaze Slayer Helper (Attunement highlighting, Fire Pillar Countdown Notifiications)
- Slayer Highlights (Hitbox Slayer Mob Highlighting, Glow Effect Slayer Mob Highlighting)
- Update Notifications by chat message and toast
- Improve location detection and reparty command with the Hypixel Mod API
- Block trading and auctioning protected items
- Make Ordered Waypoints waypoint type configurable via global setting
- Enhance shortcuts redirects
- Fix Emi and rei now displaying again
- Fix SuperpairsSolver not starting properly
- Fix Superpairs Solver not starting properly
- Fix Nukekubi head highlight
- Fix Visitor Helper readding NPCs after you accept/deny them
- Fix a lot of config crashes because of null values
- Fix quick nav tooltip config
- Fix Farming Hud Crash
- Fix item debug crashes
- Fix slot text bugs with pets
- Fixed a memory leak
- Fix a rare crash in the Click In Order terminal
- Fixes recipe book search being case sensitive
- Fix some Egg Finder bugs
- Fix Skytils v1 waypoint importing
- Fix log spam from dungeon secrets widget

## What's Changed
* Change OptionalInt costs to OptionalLong by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/809
Expand Down Expand Up @@ -123,6 +138,20 @@
* Slayer Helpers Slayer Highlights, Blaze Helpers and Glow Caching by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/888
* Crystals Waypoint WebSocket Enhancements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/917
* Fix SuperpairsSolver not starting properly by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/918
* Chat rules thingamabobs by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/897
* Fix pet neu id crash by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/921
* Update Networth Calculator to fix NPE by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/928
* Fix paul's minister perk not being accounted for by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/923
* Always load NEU repo by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/920
* Make enums translatable and fix line break issue by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/932
* Make Warp Autocomplete adapt to the player's rank by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/930
* Call ExperimentSolver reset method by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/937
* Mixins Review by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/936
* Change Rarity Background Default Settings by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/935
* Update Notifications by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/877
* Mark all secrets missing in subcommand by @btwonion in https://github.com/SkyblockerMod/Skyblocker/pull/927
* Add JEI integration by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/448
* Proper Item DFU for PV by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/913

## New Contributors
* @Vricken made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/797
Expand Down
3 changes: 2 additions & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
- *stage*
- *Location*
- **Ender Nodes Helper**
- **Special Effects for rare dye drops**

### User Interface Enhancements:
- **Equipment in inventory**
Expand Down Expand Up @@ -243,7 +244,7 @@
- **Jerry timer**

### Miscellaneous Features:
- **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei) and [EMI](https://modrinth.com/mod/emi) Support**
- **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei), [EMI](https://modrinth.com/mod/emi) and [JEI](https://modrinth.com/mod/jei/) Support**
- **Item Protection**
- **Discord Rich Presence:** Allows users to show their Piggy, Bits, or location, along with a custom message.
- **Wiki Lookup:** Press F4 to open the wiki page about the held item.
Expand Down
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- *stage*
- *Location*
- **Ender Nodes Helper**
- **Special Effects for rare dye drops**

### User Interface Enhancements:
- **Equipment in inventory**
Expand Down Expand Up @@ -264,7 +265,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
- **Jerry timer**

### Miscellaneous Features:
- **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei) and [EMI](https://modrinth.com/mod/emi) Support**
- **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei), [EMI](https://modrinth.com/mod/emi) and [JEI](https://modrinth.com/mod/jei/) Support**
- **Item Protection**
- **Discord Rich Presence:** Allows users to show their Piggy, Bits, or location, along with a custom message.
- **Wiki Lookup:** Press F4 to open the wiki page about the held item.
Expand Down Expand Up @@ -594,22 +595,22 @@ information.

We thank all our translators for their valuable support!

| Language | Translator |
|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| German | [LifeIsAParadox](https://github.com/LifeIsAParadox), [msg-programs](https://github.com/msg-programs) |
| Indonesian | [null2264](https://github.com/null2264) |
| Russian | [HyperSoop](https://github.com/HyperSoop), [CrimsonIsle](https://github.com/CrimsonIsle), [Ghost-3](https://github.com/Ghost-3), [wilson-wtf](https://github.com/wilson-wtf), [R2kip](https://github.com/R2kip), [Kolobok125040](https://github.com/Kolobok125040) |
| French | [edgarogh](https://github.com/edgarogh), [Julienraptor01](https://github.com/Julienraptor01), [viciscat](https://github.com/viciscat), [Kiverty](https://github.com/Kiverty), [maDU59](https://github.com/maDU59) |
| Japanese | [hirochisan](https://github.com/hirochisan), [AC19970](https://github.com/AC19970), [WhyHina](https://github.com/WhyHina) |
| Chinese | [catandA](https://github.com/catandA), [AC19970](https://github.com/AC19970) |
| Chinese (Simplified) | [catandA](https://github.com/catandA), [PumpkinXD](https://github.com/PumpkinXD), [user123321111](https://github.com/user123321111), [sunnytia](https://github.com/sunnytia), [AC19970](https://github.com/AC19970), [x-yingcan-x](https://github.com/x-yingcan-x) |
| Korean | [lantice3720](https://github.com/lantice3720) |
| Spanish | [IngeSebastian](https://github.com/IngeSebastian), [NickdaWizIsDev](https://github.com/NickdaWizIsDev) |
| Norwegian Bokmål | [KdGaming0](https://github.com/KdGaming0) |
| Norwegian Nynorsk | [KdGaming0](https://github.com/KdGaming0) |
| Turkish | [Fix3dll](https://github.com/Fix3dll), [Emirlol](https://github.com/Emirlol), [MrBiscuit921](https://github.com/MrBiscuit921) |
| Canadian English | [AzureAaron](https://github.com/AzureAaron) |
| Portuguese (Brazil) | [OhRetro](https://github.com/OhRetro), [AurinVPK](https://github.com/AurinVPK), [yFelipeMC](https://github.com/yFelipeMC), [Owensaug](https://github.com/Owensaug) |
| Dutch | [mitch030504](https://github.com/mitch030504) |
| Italian | [Vricken](https://github.com/Vricken) |
| Polish | [danehcan](https://github.com/danehcan) |
| Language | Translator |
|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| German | [LifeIsAParadox](https://github.com/LifeIsAParadox), [msg-programs](https://github.com/msg-programs) |
| Indonesian | [null2264](https://github.com/null2264) |
| Russian | [HyperSoop](https://github.com/HyperSoop), [CrimsonIsle](https://github.com/CrimsonIsle), [Ghost-3](https://github.com/Ghost-3), [wilson-wtf](https://github.com/wilson-wtf), [R2kip](https://github.com/R2kip), [Kolobok125040](https://github.com/Kolobok125040), [BLACKUM](https://github.com/BLACKUM) |
| French | [edgarogh](https://github.com/edgarogh), [Julienraptor01](https://github.com/Julienraptor01), [viciscat](https://github.com/viciscat), [Kiverty](https://github.com/Kiverty), [maDU59](https://github.com/maDU59) |
| Japanese | [hirochisan](https://github.com/hirochisan), [AC19970](https://github.com/AC19970), [WhyHina](https://github.com/WhyHina) |
| Chinese (Traditional) | [catandA](https://github.com/catandA), [AC19970](https://github.com/AC19970) |
| Chinese (Simplified) | [catandA](https://github.com/catandA), [PumpkinXD](https://github.com/PumpkinXD), [user123321111](https://github.com/user123321111), [sunnytia](https://github.com/sunnytia), [AC19970](https://github.com/AC19970), [x-yingcan-x](https://github.com/x-yingcan-x) |
| Korean | [lantice3720](https://github.com/lantice3720) |
| Spanish | [IngeSebastian](https://github.com/IngeSebastian), [NickdaWizIsDev](https://github.com/NickdaWizIsDev) |
| Norwegian Bokmål | [KdGaming0](https://github.com/KdGaming0) |
| Norwegian Nynorsk | [KdGaming0](https://github.com/KdGaming0) |
| Turkish | [Fix3dll](https://github.com/Fix3dll), [Emirlol](https://github.com/Emirlol), [MrBiscuit921](https://github.com/MrBiscuit921) |
| Canadian English | [AzureAaron](https://github.com/AzureAaron) |
| Portuguese (Brazil) | [OhRetro](https://github.com/OhRetro), [AurinVPK](https://github.com/AurinVPK), [yFelipeMC](https://github.com/yFelipeMC), [Owensaug](https://github.com/Owensaug) |
| Dutch | [mitch030504](https://github.com/mitch030504) |
| Italian | [Vricken](https://github.com/Vricken) |
| Polish | [danehcan](https://github.com/danehcan) |

0 comments on commit 075a26e

Please sign in to comment.