From aae66b7ead889b16f8ec71c680bba01afc82912f Mon Sep 17 00:00:00 2001 From: Lorenz Date: Tue, 23 Aug 2022 23:42:43 +0200 Subject: [PATCH] released 0.5 --- CHANGELOG.md | 8 ++++---- build.gradle.kts | 2 +- src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9ef3a59227..ab55e5023b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,18 @@ ### New Features - Added a display that shows the last time the hopper inside a minion has been emptied -- Added a marker to the last opened minion for a couple of seconds (seen through walls) +- Added a marker to the last opened minion for a couple of seconds (Seen through walls) - Added option to hide mob name tags close to minions -- Added showing stars on all items (not only dungeon stars and master stars but also on crimson armours, cloaks and fishing rods) +- Added showing stars on all items (Not only dungeon stars and master stars but also on crimson armours, cloaks and fishing rods) - Added a display timer that shows the real time -- Added overlay features to the RNG meter inventory (highlight selected drop and floors without a drop and show floor) +- Added overlay features to the RNG meter inventory (Highlight selected drop and floors without a drop and show floor) - Added minion hopper coins per day display (Using the held coins in the hopper and the last time the hopper was collected to calculate the coins a hopper collects in a day) ### Minor Changes - Summoning souls display is rendering better close to corners - Ashfang gravity orbs are now rendering better close to corners - Showing the name of ashfang gravity orbs as a name tag above -- Bazaar how knows books and essences (thanks again, HyPixel) +- Bazaar how knows books and essences (Thanks again, HyPixel) ### Bug Fixes - Fixed damage Indicator damage over time display order swapping sometimes \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index eb37630c7f18..fd253d3fe284 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.4.2" +version = "0.5" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index e1ce44eecf40..940d80ce4a81 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -45,7 +45,7 @@ public class SkyHanniMod { public static final String MODID = "skyhanni"; - public static final String VERSION = "0.4.2"; + public static final String VERSION = "0.5"; public static Features feature;