Skip to content

Releases: Hekili/hekili

v8.3.0-04-02

06 Feb 14:07
Compare
Choose a tag to compare

Hekili

v8.3.0-04-02 (2020-02-06)

Full Changelog

  • Fix cast history/handling of channeled spells (fix Windwalker bug report).

v8.3.0-04-01

06 Feb 04:45
Compare
Choose a tag to compare

Hekili

v8.3.0-04-01 (2020-02-06)

Full Changelog

  • Fix item detection at first login (was causing Use Items to fire for all items until a /reload).

v8.3.0-04

05 Feb 05:37
Compare
Choose a tag to compare

Hekili

v8.3.0-04 (2020-02-05)

Full Changelog

  • Arms: Remove underperforming HAC list.
  • Use SimC APL by default until trinkets, azerite is sorted for Fire Mage.
  • Add missing Ny'alotha trinkets (on use).
  • Frost DK, Unholy, Beast Mastery, Fire: Update APLs.
  • Outlaw: Update APL.
  • Add Rogue's Detection.
  • Eye Beam: Channeled, so handler -> start.
  • Store corruption info in 'corruptions' table.
  • Show Corruption info in profile/snapshots.
  • More snapshot cleanup.
    • Add Corruption detection (equipped.echoing_void, for instance).
      • Only do addon setup on initial PLAYER_ENTERING_WORLD.
  • More snapshot tweaking.
    • Automatically flag interrupt abilities.
      • Reduce unnecessary gear rechecking.
      • Add Heart of Darkness trait.
  • Feral: Don't overwrite VoP Berserk/Incarnation proc by casting either.
  • Improve some snapshot info.
  • Improve profile on Issue Reporting tab, Snapshots.
  • buff.casting.v3 indicates channeling; default to false.
  • Major revisions -- watch for unintended side effects.
    Spell Queue System simplified, revised: Casts, channels, impacts, GCDs handled more consistently to help Fire Mage, Shadow Priest, etc.
    Set up Use While Casting and Use Off GCD options.
    Snapshots are no longer viewable in-game; they can be more quickly copied/pasted into a text editor or GitHub ticket without freezing the game for several seconds.
    action.X.in_flight and action.X.in_flight_remains are treated as time-sensitive and will trigger a time-based recheck.
    (de)buff.X.react no longer has a built-in delay.
    Fixed variable action math ops (no longer being used when conditions do not pass).
    Hysteria debuff's ability cost increase should be accounted for.
    Marksmanship: Setup Rapid Fire as a proper channel.
    Fire: Add missing RoP aura.
    • Add options: Prevent hardcasts, pyroblast on pull, reserve Runes of Power.
      Shadow: Account for MoLD in gain().
      Protection: Don't Shield Block during Last Stand with Bolster.

v8.3.0-04-beta1

26 Jan 05:30
Compare
Choose a tag to compare
v8.3.0-04-beta1 Pre-release
Pre-release

Hekili

v8.3.0-04-beta1 (2020-01-26)

Full Changelog

  • Fire: Allow precombat hardcast Pyroblast.
    • Handle Searing Touch / Scorch below 30% health.
  • Adjust TimeToReady for abilities that cannot be cast while casting.
  • Tweak parsing of "max" and "min".
  • Disable part of casting-while-casting support.
  • Add missing Mechagon items.
  • Warlocks, Warriors: Update APLs.
    Protection Warrior: Treat Shockwave as an interrupt, treat as unusable if target is a boss.
  • Enhancement: Update APL.
  • Rogues: Update APLs.
  • Shadow: Update APL.
  • Update PTR flag; remove PTR checks on changes that went live.
    Update Monk APLs.
  • Arcane, Frost Mage: Update APLs.
  • Sanity check the priority date/version fixer.
  • DKs: Update APLs.
  • Vengeance: Fix APL version.
  • Fix default APLs that have an invalid import date/version.
  • Hunters: Update APLs.
    • Note that the utility APL check now uses buff.dispellable_enrage and buff.dispellable_magic as they are buffs on the target.
  • Revise Worldvein Resonance (some APLs check the on-use buff).
  • Guardian: Make Masterful Instincts a thing?
  • Hide When Mounted should still work in combat.
  • DHs: Update APLs.
    Vengeance: Add missing Sigil-related expressions.
  • Correct logic error for buff meta functions (not actually used).
  • Sanity check pet/totems so that they always have keys.
  • Autoconvert time_to_pct_XX.remains to time_to_pct_XX -- the remains is redundant.
  • Add Vulpera and Mechagnome active racials.

v8.3.0-03

17 Jan 17:32
Compare
Choose a tag to compare

Hekili

v8.3.0-03 (2020-01-17)

Full Changelog

    • Fix "auto" mode (should've been "automatic").
      • Allow minimum targets to be set up to 10 in specialization settings (Balance Druid uses SF at 6+ targets, generally).

v8.3.0-02

16 Jan 13:23
Compare
Choose a tag to compare

Hekili

v8.3.0-02 (2020-01-16)

Full Changelog

  • Improve debug/snapshot information re: IsSpellKnown.
  • Feral: Fix Thorns spell ID.
  • Item spellID is stored on the ability, not the aura.
    • Importer will convert trinket.X.cooldown to cooldown.X automatically.
      • Importer will strip quotation marks out of strings (to allow for quicker/easier importing of RaidBots exports). Still not actively encouraged.
    • Fix trinket.X.has_cooldown and/or trinket.has_cooldown type expressions.
      • Don't fake the full CD on disabled (toggled off) items that aren't equipped.
  • Automate most trinket/itemspell name creation (i.e., azsharas_font_of_power will have latent_arcana_296971 created).

v8.3.0-01

14 Jan 20:48
Compare
Choose a tag to compare

Hekili

v8.3.0-01 (2020-01-14)

Full Changelog

  • Healthstone implementation only required like 30 fixes.
  • Tweak Starlord Cancel option and usable override.
  • Tweak Visibility options order.
  • Tweak IsMounted and Combat/Target visibility options.
  • Add padding/buffer slider to Elemental options to try to reduce IF/SK waste.
  • Advanced Visibility > Hide When Mounted checkboxes.
  • Feral: Don't wait for 50 energy to use FB if you have Sabertooth and your Rip will fall off in the meantime.
  • Survival of the Fittest hopefully works.
  • Update TOC for 8.3.
  • Add Healthstone ability.
  • Add Visibility > Advanced alpha setting for Combat w/ Target.
  • Cancel Starlord option for Balance. #226
  • Hammer of Reckoning interacts with Crusade talent.
  • Add Gift of the Naaru (fixes #243).
  • More prevention of endless loops in aura metatables.
  • Update Clearcasting for Arcane PvP talent. Fixes #245.
  • Babyproofing buff IDs.
  • Add support for Mend Pet in custom Hunter priorities.

v8.2.5-05

12 Jan 21:48
Compare
Choose a tag to compare

Hekili

v8.2.5-05 (2020-01-12)

Full Changelog

    • Enhance target.is_boss to check bossX frames.
      • Fix for missing auras causing issues (i.e., Primal Wrath).
  • Add 8.3 Essence keys.
  • Allow display frame strata/level to be set in options.
  • Add 8.3 Essences.

v8.2.5-05-alpha4

25 Dec 19:02
Compare
Choose a tag to compare

Hekili

v8.2.5-05-alpha4 (2019-12-25)

Full Changelog

  • Shadow Priest VF generate function fix.

v8.2.5-05-alpha3

24 Dec 21:38
Compare
Choose a tag to compare

Hekili

v8.2.5-05-alpha3 (2019-12-24)

Full Changelog

  • Adjust debuff filtering on player (so we can detect enemy debuffs) for RP.