Skip to content

Releases: nebularg/Parrot2

v2.1.6

30 Sep 00:11
63599f6
Compare
Choose a tag to compare

Parrot 2

v2.1.6 (2019-09-30)

Full Changelog

  • Actions: Add a positive tag match
  • Tweak pkgmeta
  • Update TOC for 8.2.5
  • Switch to GitHub Actions
  • Prevent a SetPoint error (fixes #53)
  • Hopefully prevent a GetPlayerInfoByGUID error
    Seems to happen when someone joins or leaves while in an instance.
    If the guid is actually set, but is just no longer valid (ie,
    leaving a cross-realm group), I'll just have to pcall it.

v2.1.5

26 Jun 22:34
9062555
Compare
Choose a tag to compare

Parrot 2

v2.1.5 (2019-06-26)

Full Changelog

  • Update TOC for 8.2
  • Add LibDataBroker-1.1 to tools-used

v2.1.4

18 Dec 07:14
d9ceabd
Compare
Choose a tag to compare

Parrot 2

v2.1.4 (2018-12-18)

Full Changelog

  • Update TOC for 8.1

v2.1.3

15 Nov 06:52
ecb2f61
Compare
Choose a tag to compare

Parrot 2

v2.1.3 (2018-11-15)

Full Changelog

  • Fix debug
  • Add missing parser for SPELL_AURA_REFRESH
  • Refactor trigger conditions
  • Fix trigger hostility checks (fixes #50)
  • Round power gain amount (#49)

v2.1.2

09 Aug 02:45
e76ace4
Compare
Choose a tag to compare

Parrot 2

v2.1.2 (2018-08-09)

Full Changelog

  • Empty commit to update LibSink

v2.1.1

07 Aug 02:43
e4c1cac
Compare
Choose a tag to compare

Parrot 2

v2.1.1 (2018-08-07)

Full Changelog

  • Revert renaming the scroll areas. That was dumb.
  • Fix a trigger
  • Update zhCN (#48)
  • Trigger aura gains and on _REFRESH
  • BfA trigger update
  • Add "Spell overlay" trigger condition
  • Fix aura secondary conditions
  • Fix cleaning up old triggers
  • Disable config mode on profile change
  • Upvalue the player GUID in a few places
  • Disable removing default triggers for now
  • Only add default scroll areas to the db once
  • Handle escapes in the locale script
  • Add monochrome font option
  • Upgrade triggers for old profiles
  • Make sure old triggers have a conditions table (fixes #45)
  • Add notes for the rest of the locales
  • Update zhCN.lua (#44)
    Update zhCN
  • Just use one locale namespace
  • Fix class coloring names and hiding realm
  • Switch to LibDDI-1.0
    AceGUI-3.0-SharedMediaWidgets locks the client for several seconds
    while building the dropdown for some reason.
  • Respect size in Static and Static2

v2.0.13

20 Jul 00:54
f79dd0a
Compare
Choose a tag to compare

Parrot 2

v2.0.13 (2018-07-20)

Full Changelog

  • Tweaks
  • AceLocale should only be complaining at me
  • Typo fix

v2.0.12

19 Jul 13:29
e002804
Compare
Choose a tag to compare

Parrot 2

v2.0.12 (2018-07-19)

Full Changelog

  • Add event for Artifact Power gains
  • Fix currency gains (closes #41)

v2.0.11

17 Jul 16:29
e1e9f1d
Compare
Choose a tag to compare

Parrot 2

v2.0.11 (2018-07-17)

Full Changelog

  • Update for 8.0
  • Clean up the default triggers some.
    These really need an update 😓
  • Fix showing NONAME (closes #34)
  • Apply filter to the post-throttle amount (#29)

v2.0.10

06 Sep 09:34
293c44f
Compare
Choose a tag to compare

Parrot 2

v2.0.10 (2017-09-06)

Full Changelog

  • Update TOC for 7.3
  • Revert "Force 7.2.0 as the game version for Curse uploads"