Skip to content

Releases: rbgdevx/auto-body-res

r1.1.9

20 Dec 21:40
Compare
Choose a tag to compare
  • 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

11 Dec 01:26
Compare
Choose a tag to compare
  • 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

05 Nov 01:58
Compare
Choose a tag to compare
  • Fixing placeholder text hide/show settings

r1.1.6

05 Nov 01:41
Compare
Choose a tag to compare
  • 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

04 Nov 23:22
Compare
Choose a tag to compare
  • 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.4

27 Oct 19:53
Compare
Choose a tag to compare
  • Update toc

r1.1.3

02 Oct 21:25
4db7068
Compare
Choose a tag to compare
  • 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

03 Sep 23:46
Compare
Choose a tag to compare
  • Adding new setting to turn off body res text

r1.1.1

03 Sep 05:10
Compare
Choose a tag to compare
  • Fixing error
  • Removing unused type

r1.1.0

03 Sep 03:44
0f49dbd
Compare
Choose a tag to compare
  • 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