Releases: agaertner/bhm-zone-display
v0.12.3 🌈
What’s Changed
- Fixed crash when the module is unloading in the same moment the fade-out animation is starting.
PR
• Fix crash when unloading during anim complete @agaertner (#53)
v0.12.1 🌈
What’s Changed
- Added Sound options category.
- Added Reveal Volume and Vanish Volume slider settings.
- Fixed crash due to animations not cancelling when the corresponding notification is removed prematurely.
PR
• Fix tween not canceling when control disposed @agaertner (#50)
v0.11.0 🌈
What’s Changed
• Added "Underline Heading" setting.
• Added "Overlap Heading" setting.
PR
• Make overlap and underline optional @agaertner (#47)
v0.10.1 🌈
What’s Changed
• Added reveal and vanish sounds.
• Added Mute Reveal and Mute Vanish settings.
• Changed zone detection to ignore walking back and forth between the same two zones.
• Fixed crash when notifications try to load the moment the app is closing.
• Fixed lines overlapping for single map or sector names that stretch across multiple lines such as "Mordant Crescent<br>Great Hall".
PR
• Fix crash for notifications during unload @agaertner (#45)
• Add Sounds @agaertner (#40)
v0.9.0 🌈
What’s Changed
• Added setting "Dissolve when Fading Out".
• Added notification pop to review changes made when toggling certain style settings.
• Added a 200ms constant delay before revealing begins.
• Added underline to header text which spreads from the center to the edges.
• Increased line height to make a more clear separation of header from text.
• Fixed crash when a notification is being created when the module is about to unload.
• Fixed header text downscaling disproportionately when changing the Font Size.
PR
• Add dissolve during fade out @agaertner (#36)
v0.8.3 🌈
What’s Changed
• Fixed latin supplementary letters (eg. ÄÖÜ) not being drawn when the font size is too big.
PR
• Fix glyphs texture too small for latin supplement @agaertner (#33)
v0.8.2 🌈
What’s Changed
• Fixed cooldown not reset on map change.
PR
• Reset cooldown on map change @agaertner (#30)
v0.8.1 🌈
What’s Changed
• Reduced internal cooldown from 20 to 5 seconds.
• Fixed rounding raw boundary and location values to max out precision.
PR
• Increased precision @agaertner (#27)
v0.8.0 🌈
What’s Changed
• Added font size setting.
• Added player speed threshold after which notifications are halted.
• Increased internal notifications cooldown from 2 to 20 seconds during which notifications are halted.
• Changed preview setting indicator to show the current zone notification instead of a white rectangle.
• Added font size feedback to the preview indicator.
• Fixed inaccurate sector detection (overlapping sectors as in Tangled Depths will still cause issues.)
PR
• Add font size setting @agaertner (#24)
v0.7.1 🌈
What’s Changed
• Fixed font file stream not being disposed.
PR
• Fix dispose font stream @agaertner (#21)