From 24297cc844efff50d8961397ab5d4d0fd5368b5c Mon Sep 17 00:00:00 2001 From: Lorenz Date: Wed, 7 Sep 2022 05:23:02 +0200 Subject: typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 0628286b1..58b6298fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ - Added highlight corrupted mobs in purple color - Added command /shmarkplayer (marking a player with yellow color) - Added highlight slayer miniboss in blue color -- Added option to hide the death messages of other players, except for players who are close to the player, inside dungeon or doing a Kuudra fight. +- Added option to hide the death messages of other players, except for players who are close to the player, inside dungeon or during a Kuudra fight. - Added highlight the enderman slayer Yang Glyph (Beacon) in red color (supports beacon in hand and beacon flying) ### Fixes -- cgit From b97ad9798d0ded3994e2cd436fe151e87afa9211 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Wed, 7 Sep 2022 11:42:48 +0200 Subject: Hiding the flame particles when using the Fire Veil Wand ability. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b6298fb..c51a2d55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # SkyHanni - Change Log +## Version 0.7.1 + +### Misc +- Added hiding the flame particles when using the Fire Veil Wand ability + + ## Version 0.7 - Dungeon and Colored Highlight -## New Dungeon Features +### New Dungeon Features - Added highlight deathmites in dungeon in red color - Added hide Superboom TNT laying around in dungeon - Added hide Blessings laying around in dungeon -- cgit From d2ce7a62ea0c626239b384e4cf9378ffa110ef1a Mon Sep 17 00:00:00 2001 From: Lorenz Date: Wed, 7 Sep 2022 12:51:29 +0200 Subject: Fixed enchanted books in bazaar. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index c51a2d55d..4022db3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ### Misc - Added hiding the flame particles when using the Fire Veil Wand ability +### Fixes +- Fixed enchanted books in bazaar + ## Version 0.7 - Dungeon and Colored Highlight -- cgit