2.0.0
RatingBuster
2.0.0 (2025-09-10)
Full Changelog Previous Releases
- Parse breakdowns with statlogic (#217)
- Offset breakdowns when color sequences are found
- Fix off by one error in breakdowns
- Apply spell power mods when damage/healing is a base stat
- Merge branch 'master' into parse-breakdowns-with-statlogic
- Fix diminishing returns division by zero
- Combine Spell Damage & Healing where feasible
- Change bonus armor locale generation to armor (handled in-game by matching green font)
- Fix showing unmodified bonus armor
- Fix off-by-one breakdown position
- Position breakdowns after localized number suffixes
- Use localized spell duration formats
- Merge branch 'master' into parse-breakdowns-with-statlogic
- Add WholeTextLookup breakdowns (#68)
- Fix typo in gem setting removal
- Unify breakdown stat order
- Consolidate hit/crit/haste breakdown patterns
- Use same breakdown table for each stat in a stat group
- Offset breakdown positions by length of color sequences and prefixes
- Breakdown role-specific hit/crit/haste when found as a base stat
- Fix number pattern capture group
- Add overrides for disordered enchants and gems
- Merge branch 'master' into parse-breakdowns-with-statlogic
- Remove unused functions
- Cleanup socket handling (mostly to remove strings values from WholeTextEntry)
- Reposition breakdowns using localized statPatterns
- Rename breakdown stat table
- Use StatLogic to lookup text for stat breakdowns in RB
- Prevent erroneous stat matches by checking nonzero effect coefficients
- Reject spell descriptions referencing other spell names & descriptions
- Match spell description variables as expressions
- Fix improper matching of proc effects to static stats
- Fallback to first effect index when missing from spread, min/max, and aura identifiers
- Merge branch 'master' into parse-breakdowns-with-statlogic
- Simplify typed queries
- tmp
- Add stubbed Mists StatLocaleData
- Use case-insensitive match for conditional identifiers
- Ignore matched non-passive stats in sums
- Output non-localized sec in spell durations to match blizzard
- Add proc triggers of stat spells
- Prevent writing zero-value whole text lookups
- Handle new StatLogic locale format
- Ignore scripts/generated locales from language server
- Generate armor as plain armor, let StatLogic distribute it
- Add remaining locales
- Improve description branch traversal
- Cleanup async
- Fix auto grouping of enchant stats
- Match multiplication in spell identifiers
- Escape quotes in locale strings
- Prevent duplicate stat values per entry