Releases: ewrogers/SleepHunter4
Releases · ewrogers/SleepHunter4
v4.10.2
v4.10.1
[4.10.1] - 2023-06-27
Added
MinHealthPercent
to ability metadataMaxHealthPercent
to ability metadata (Crasher/Animal Feast/Execute)- Visual indicator on spell queue when waiting on HP thresholds
OpensDialog
to spell metadata (was only skills before)- HP threshold in ability tooltips
- More tooltips in metadata editors
Changed
- Use new metadata properties for HP based conditions on abilities
- Redesign some metadata editors for skill/spells
- Increase dialog size for skill/spell metadata editors
- Tooltip design
Removed
- Removed hard-coded names for HP-based skills (now is customizable)
Fixed
- Improved dialog closing (deferred dispatcher)
- Autosave load error popup & info
- Thousands formatting for HP/MP
v4.10.0
[4.10.0] - 2023-06-27
Added
Save Macro
toolbar buttonLoad Macro
toolbar button- Window title parameter for client versions
- Macro features are now saved with state
Changed
- Renamed
Start New Client
button toLaunch Client
to fit newLoad
andSave
buttons - Updated min width to fit new toolbar buttons
- Refactored entire save state system
- Refactored local storage (features)
Fixed
- Auto-save reliability
- Spell rotation combo box sometimes being empty
v4.9.0
[4.9.0] - 2023-06-24
Added
Items
tab now features anInventory
/Equipment
toggle for viewing eachEquipment
view to see all equipped items in a list (by slot)
Changed
Inventory
tab has been renamed toItems
Inventory
will now scroll vertically (when necessary)Skills
will now scroll vertically (when necessary)Spells
will now scroll vertically (when necessary)
Fixed
- Equipment memory offsets for Zolian (staff-switching now works)
v4.8.2
[4.8.2] - 2023-06-23
Added
- "Use Water & Beds" for MP recovery feature (Zolian only)
- "Browse" button for selecting client path with open file dialog
Changed
Flowering
tab is now only shown in USDA clients- Tweak the color theme dropdown layout
- Spell queue automatically opens when selected a character with queued spells
v4.8.1
[4.8.1] - 2023-06-22
Added
- Gold display to inventory (last slot)
Features
tab for client-specific feature options (per-character)- Feature flag support for client-specific functionality in
ClientVersion
definitions
Changed
- Client version
7.41
is now renamedUSDA 7.41
for clarity
Fixed
- Fas spiorad bugs (needlessly cast at low mana)
- Better spellbook cooldown updates
v4.8.0
[4.8.0] - 2023-06-21
Added
Inventory
tab to view items (names only for now)- Inventory grid display options under
User Interface
settings Signature
definition forClientVersion
, which allows version to be detected by signature bytes instead of hashExecutableName
andWindowClassName
properties forClientVersion
to support other clients- Client version for
Zolian 9.1.1
memory offsets (Zolian Server)
Changed
UserSettings
is now version1.6
- Launched clients now detect version based on the new signature definitions
- Process manager can detect other clients based on version definitions
- HP/MP formatting threshold increased to 10k for "thousands" shorthand
User Settings
dialog is now larger
Removed
Value
inClientVersion
, as it was never usedHash
inClientVersion
, now using signature-based detection instead
Fixed
- Parsing of skills/spell names with no level text
v4.7.0
[4.7.0] - 2023-06-16
Added
- Spell rotation combo box in Spell Queue for per-character setting
- Spell rotation character setting is preserved in saved state
- Spell cooldown indicator in Spell Queue
- New option for
Skip Spells on Cooldown
forSpell Macros
(default isEnabled
) - Spells on cooldown will be skipped, even in no rotation/singular order (when enabled)
- More accessibility key for checkboxes in
Spell Macro
settings
Changed
Spell Rotation Mode
renamedDefault Spell Queue Rotation
to better describe it can be overridenUserSettings
are now version1.5
- Now format health/mana using
k
andm
suffixes for thousands/millions (ex:256k
,1.2m
)
Fixed
- Some staff line changes
- Better spell queue rotation handling
v4.6.1
[4.6.1] - 2023-06-03
Added
- Status icons now next to character name (when running/paused)
Changed
- Small UI tweaks on character list text spacing
- Adjusted min size on the character list to accomodate new status icon
- Will look in a few places for the default DA client path
Removed
DirectDrawCompatibilityFix
option and support (it was causing side effects for some users)- TO REMOVE: Delete
ddraw.dll
and theDDrawCompat-Darkages.ini
files from your DA client folder
Fixed
- Marked
Assail
,Assault
, andClobber
skills as assail types - Clear macro status on stop (fixes "Assailing" being displayed when stopped)
Execute
skill now also waits for < 2% hp- Spell queue levels not updating until next cast
v4.6.0
[4.6.0] - 2023-05-31
Added
DirectDrawCompatibilityFix
option for fixing flickering mouse cursor (DDrawCompat repo)
Changed
UserSettings
are now version1.4