Skip to content

Releases: raethkcj/RatingBuster

1.16.10

19 Jun 22:16
Compare
Choose a tag to compare

RatingBuster

1.16.10 (2024-06-19)

Full Changelog Previous Releases

  • Bump tocs (Closes #183)
  • Parse localized number separators (Fixes #182)

1.16.9

14 Jun 15:14
Compare
Choose a tag to compare

RatingBuster

1.16.9 (2024-06-14)

Full Changelog Previous Releases

  • Skip empty talents in ordered cache
  • Fix formatting of very small decimal values
  • Match large number separators in breakdowns (Fixes #181)

1.16.8

07 Jun 14:30
Compare
Choose a tag to compare

RatingBuster

1.16.8 (2024-06-06)

Full Changelog Previous Releases

  • Add non-primary stat localizations
  • Improve breakdown insertion points
  • Update Cata DodgePerAgi
  • Add Prismatic Socket substitutions
  • Add primary stat ignore setting (Closes #180)
  • Update deprecated GetItemInfo usages
  • Fix ignore armor type setting
  • Fix stat option generation
  • Use stat mods for most rating conversions

1.16.6

13 May 19:57
Compare
Choose a tag to compare

RatingBuster

1.16.6 (2024-05-09)

Full Changelog Previous Releases

  • Update Cata agility conversions
  • Fix alternating tooltips for items on action bars
  • Update C_Item deprecations
  • Add Cata Health Regen

1.16.5

30 Apr 22:08
Compare
Choose a tag to compare

RatingBuster

1.16.5 (2024-04-30)

Full Changelog Previous Releases

  • Update Wrath+Cata DodgePerAgi
  • Fix ranged crit for summaries

1.16.4

18 Apr 19:26
Compare
Choose a tag to compare

RatingBuster

1.16.4 (2024-04-18)

Full Changelog Previous Releases

  • Add Cata gem patterns
  • Add DK Defense runeforges (Fixes #171)
  • Fix dodge diminishing returns from Agility
  • Use StatMods for agi/int conversions
  • Add level arg to GetStatMod
  • Consolidate UnitLevel usage
  • Use less ambiguous name for new pooled table constructor
  • Clarify stat mod function arguments
  • Prevent duplicate breakdowns on ReforgingFrame
  • Update DodgePerAgi in Vanilla and Wrath
  • Add vanilla agi/int conversions
  • Only send if data exists
  • Fix Cata Resilience diminishing returns
  • Add breakdowns to Cata Reforge UI (Closes #170)
  • Simplify vanilla low-level mana regen

1.16.3

05 Apr 17:18
Compare
Choose a tag to compare

RatingBuster

1.16.3 (2024-04-05)

Full Changelog Previous Releases

  • Remove SoD P3 crit set bonus
  • Remove SoD Loyal Beta AP
  • Exclude Frostwitch's Regalia from breakdowns
  • Fix Cata Shaman Mental Quickness
  • Fix mastery validator with no spec chosen
  • Add descending conversion validation
  • Add vanilla agi/int conversions
  • Add vanilla agi/int conversions
  • Add Mastery breakdown options
  • Add separate StatModValidator for mastery

1.16.2

28 Mar 20:58
Compare
Choose a tag to compare

RatingBuster

1.16.2 (2024-03-28)

Full Changelog Previous Releases

  • Fix AceComm path in tocs

1.16.1

28 Mar 18:31
Compare
Choose a tag to compare

RatingBuster

1.16.1 (2024-03-28)

Full Changelog Previous Releases

  • Add SoD Gladiator Stance
  • Add SoD P3 Set Bonus
  • Add SoD P3 World Buff
  • Add SoD P3 Runes
  • Add StatModValue from aura stacks
  • Reduce frequency of agi/int comms
  • Bump vanilla tocs
  • Greatly improve agi/int conversion communications
  • Fix lib licenses getting ignored
  • Fix indentation rule in pkgmeta
  • Fix range/period handling in logging
  • Recurse BonusArmor instead of duplicating
  • Avoid concatting logs unless debugging
  • Use new logging for substitution misses
  • Refactor StatLogic debug logging
  • Fix several breakdown patterns for esMX
  • Add esMX, itIT, ptBR locales
  • Add weapon skill stat locales
  • Add weapon skill sums
  • Add Vanilla weapon racials
  • Add Cata weapon racials
  • Add TBC weapon racials
  • Add WOTLK weapon racials

1.16.0

19 Mar 02:46
Compare
Choose a tag to compare

RatingBuster

1.16.0 (2024-03-19)

Full Changelog Previous Releases

  • Add alternative Vanilla Feral AP spell
  • Handle short GlobalPatterns before longs (fixes block value)
  • Autogenerate StatLogic locales 🎉 (#177)
  • Autogenerate StatLogic locales 🎉 (Closes #175)
  • Separate SpellPower when parsing gems
  • Default to false for extraneous numbers
  • Properly sort fives for mana/health regen
  • Handle fetch errors
  • Add Cata to StatLocaleData
  • Implement gem parsing
  • Prep for parsing gems
  • Update StatIDLookup note
  • Flatten async returns
  • Trim and lower input text
  • Implement most of StatIDLookup substitution
  • Move Atiesh to StatIDLookup
  • Implemenet lua generator and locale file writer
  • Implement combineResults
  • Lazier version fetching
  • Implement processDatabase
  • Implement DB2 fetching
  • Add vanilla agi/int conversions
  • Fix ManaRegenOutOfCombat localization
  • Remove Defense from BaseRating in Cata
  • Fix DodgePerAgi div by zero
  • Fix Cata mana regen
  • Confirm Cata BaseManaRegen
  • Add Cataclysm base armor values
  • Add vanilla agi/int conversions
  • Implement outline of GenerateStatLocales
  • Simplify locale data format
  • Set node version
  • Fix warnings in GenerateBaseArmor
  • Add GenerateStatLocales gitignore
  • Replace expansion names with majorVersions
  • Add getLatestVersion
  • Move regen tests to function
  • Fix js scopes
  • Add GenerateStatLocales
  • Add StatLocaleData
  • Fix all-resist enchants
  • Fix duplicate ZG enchant
  • Remove StripGlobalStrings
  • Move Atiesh strings to WholeText
  • Identify all remaining stats
  • Identify many sources of stat patterns
  • Remove redundant utf8lowers
  • Remove item set pattern print
  • Change PreScan to only Exclude
  • Cleanup comments
  • Move PreScan to GlobalPatterns
  • Don't use localized tonumber, commas aren't used in deDE/frFR
  • Move StatLogic 'locale' table definitions to GlobalPatterns
  • Don't log missed substitutions for prescan excludes
  • Remove all PreScan stat matches
  • Remove DeepScan
  • Remove unused exclusions
  • Remove unused mana/wizard oils
  • Remove SingleEquipStatCheck
  • Update scanning procedure comment
  • Remove SinglePlusStatCheck
  • Add vanilla agi/int conversions
  • Move lua style config to editorconfig