diff options
author | Lorenz <lo.scherf@gmail.com> | 2022-08-23 22:38:50 +0200 |
---|---|---|
committer | Lorenz <lo.scherf@gmail.com> | 2022-08-23 22:38:50 +0200 |
commit | 8fa1d7f459bda49f47115f2bf1136b6f18af79fa (patch) | |
tree | c55b92d79441e572fa7167c0de85280b865e094d | |
parent | ef58e92c169ac94370c8a6dd48146587571cf8d2 (diff) | |
download | skyhanni-8fa1d7f459bda49f47115f2bf1136b6f18af79fa.tar.gz skyhanni-8fa1d7f459bda49f47115f2bf1136b6f18af79fa.tar.bz2 skyhanni-8fa1d7f459bda49f47115f2bf1136b6f18af79fa.zip |
renamed version 0.5 and added all features from 0.5 into new features file
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | FEATURES.md | 15 |
2 files changed, 16 insertions, 1 deletions
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 |