Skip to content

Releases: LiangYuxuan/Details_ExplosiveOrbs

v9.0.3

20 Jan 04:27
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v9.0.3 (2021-01-20)

Full Changelog Previous Releases

  • core: update Details overall reset hook

v9.0.2

30 Nov 06:49
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v9.0.2 (2020-11-30)

Full Changelog Previous Releases

  • chore: patch 9.0.2

v9.0.1

16 Oct 09:01
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v9.0.1 (2020-10-16)

Full Changelog Previous Releases

  • core: Details start up function name changed

v9.0.0

15 Oct 02:32
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v9.0.0 (2020-10-15)

Full Changelog Previous Releases

  • chore: patch 9.0

v8.3.4

19 Jun 16:48
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v8.3.4 (2020-06-19)

Full Changelog

  • core: fix trying to merge overall
    to boss trash combat after defeating the first boss

v8.3.3

18 Jun 17:18
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v8.3.3 (2020-06-18)

Full Changelog

  • core: fix custom display tooltip lua error
    search function build actor from DETAILS_ATTRIBUTE_MISC,
    but :GetSpellList() requires actor built from DETAILS_ATTRIBUTE_DAMAGE,
    so tooltip function should rebuild actor to call :GetSpellList()
  • core: fix :MergeCombat lua error
    was trying to merge runID which is number

v8.3.2

08 Jun 06:52
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v8.3.2 (2020-06-08)

Full Changelog

  • core: fix pet counting
    simply add pet's target and hit counting is wrong,
    we must track them in :RecordTarget and :RecordHit,
    and avoid counting more than once for same orb,
    partly revent custom display script to adapt this change

v8.3.1

07 Jun 10:33
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v8.3.1 (2020-06-07)

Full Changelog

  • core: clean unused var
  • core: update custom display script
    to display pet's target and hit to orbs
  • core: track pets' UNIT_TARGET event
  • core: use dungeon run id
    to fix :MergeTrashCleanup behavior dealing with abandoned mythic+ run
  • core: support overall segment

v8.3.0

15 Jan 01:55
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v8.3.0 (2020-01-15)

Full Changelog

  • misc: toc dump
  • misc: update README.md
  • core: fix merge lua error
  • core: add some debug text

v8.2.7

27 Nov 03:54
Compare
Choose a tag to compare

Details!: Explosive Orbs (plugin)

v8.2.7 (2019-11-27)

Full Changelog

  • misc: fix lib include
    use / in .toc breaks blizzard's relative path in .xml