Releases: rbgdevx/auto-body-res
Releases · rbgdevx/auto-body-res
r1.1.9
- Drag and Click control updates to ensure click through when hidden or locked
- Fixing font dropdown list
- Updating font size range
- Minor Cleanup
- Update toc
r1.1.8
- Refactoring map check to use instanceID and brawlID instead of names for cross region support
- Refactoring options setup to be more streamlined and to use a new db change function
- Update all map option to be fully inclusive of all possible maps and brawls
r1.1.7
- Fixing placeholder text hide/show settings
r1.1.6
- Updating placeholder text to be clear its placeholder
- Ensuring when you have placeholder text enabled for placement that it always shows back up when out of instances and when not dead if enabled outside battlegrounds
r1.1.5
- Creating all new settings to control which battleground modes to disable in
- Creating all new settings to control which battleground map to disable in
- Updating other setting labels to be more clear on what they do
r1.1.3
- Double ensures that if you toggle battleground only mode it wont load in arena and even if it did it hides any previous death text
- adds a check in the start of a message being shown as well to ensure you're in a battleground if that option is enabled
- showing/hiding the text if changing the battleground only setting while dead
- unregisters events at appropriate times so no accidental triggers run and hides at the same time as well
- reduces the default text size a little
r1.1.2
- Adding new setting to turn off body res text
r1.1.1
- Fixing error
- Removing unused type
r1.1.0
- Refactor lib usage to match what im doing on BGWC addon to reduce needed libs and global db issues
- Made it so you can't open the settings when locked and right clicking the text
- Minor random changes based on learning from BGWC