Skip to content

Commit aae66b7

Browse files
committed
released 0.5
1 parent 1611350 commit aae66b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
### New Features
66
- Added a display that shows the last time the hopper inside a minion has been emptied
7-
- Added a marker to the last opened minion for a couple of seconds (seen through walls)
7+
- Added a marker to the last opened minion for a couple of seconds (Seen through walls)
88
- Added option to hide mob name tags close to minions
9-
- Added showing stars on all items (not only dungeon stars and master stars but also on crimson armours, cloaks and fishing rods)
9+
- Added showing stars on all items (Not only dungeon stars and master stars but also on crimson armours, cloaks and fishing rods)
1010
- Added a display timer that shows the real time
11-
- Added overlay features to the RNG meter inventory (highlight selected drop and floors without a drop and show floor)
11+
- Added overlay features to the RNG meter inventory (Highlight selected drop and floors without a drop and show floor)
1212
- 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)
1313

1414
### Minor Changes
1515
- Summoning souls display is rendering better close to corners
1616
- Ashfang gravity orbs are now rendering better close to corners
1717
- Showing the name of ashfang gravity orbs as a name tag above
18-
- Bazaar how knows books and essences (thanks again, HyPixel)
18+
- Bazaar how knows books and essences (Thanks again, HyPixel)
1919

2020
### Bug Fixes
2121
- Fixed damage Indicator damage over time display order swapping sometimes

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "at.hannibal2.skyhanni"
13-
version = "0.4.2"
13+
version = "0.5"
1414

1515
// Toolchains:
1616
java {

src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
public class SkyHanniMod {
4646

4747
public static final String MODID = "skyhanni";
48-
public static final String VERSION = "0.4.2";
48+
public static final String VERSION = "0.5";
4949

5050
public static Features feature;
5151

0 commit comments

Comments
 (0)