From 8fa1d7f459bda49f47115f2bf1136b6f18af79fa Mon Sep 17 00:00:00 2001 From: Lorenz Date: Tue, 23 Aug 2022 22:38:50 +0200 Subject: renamed version 0.5 and added all features from 0.5 into new features file --- CHANGELOG.md | 2 +- FEATURES.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 FEATURES.md diff --git a/CHANGELOG.md b/CHANGELOG.md index eb96f3488..57f10402c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SkyHanni Change Log -## Version 0.5 +## Version 0.5 - Minions and RNG Meter ### New Features - Added a display that shows the last time the hopper inside a minion has been emptied diff --git a/FEATURES.md b/FEATURES.md new file mode 100644 index 000000000..d689defa4 --- /dev/null +++ b/FEATURES.md @@ -0,0 +1,15 @@ +# List of Features in SkyHanni + +##Minion +- A display that shows the last time the hopper inside a minion has been emptied +- A marker to the location of the last clicked minion for a couple of seconds (even through walls) +- Option to hide mob name tags close to minions + +##Item Stars +- Added showing stars on all items (not only dungeon stars and master stars but also on crimson armours, cloaks and fishing rods) + +##RNG Meter +- Added overlay features to the RNG meter inventory (highlight selected drop and floors without a drop and show floor) + +##Misc +- Added a display timer that shows the real time \ No newline at end of file -- cgit