Skip to content

Releases: Xeverous/filter_spirit

v1.5.2 (Crucible league)

07 Apr 00:53
Compare
Choose a tag to compare
  • added support for 2 conditions introduced in Crucible league: HasImplicitMod and HasCruciblePassiveTree

v1.4.2 (Archnemesis update)

09 Feb 17:44
Compare
Choose a tag to compare
  • added missing support for ArchnemesisMod condition

v1.3.2 (Siege of the Atlas - Archnemesis league)

04 Feb 19:04
Compare
Choose a tag to compare
  • implemented support for HasSearingExarchImplicit condition
  • implemented support for HasEaterOfWorldsImplicit condition
  • removed prophecy content and support for it

v1.2.2 (Scourge league)

21 Oct 18:57
Compare
Choose a tag to compare

Implemented new conditions:

  • BaseDefencePercentile
  • BaseArmour
  • BaseEnergyShield
  • BaseEvasion
  • BaseWard
  • Scourged
  • UberBlightedMap

v1.2.1 (Expedition league)

23 Jul 18:34
Compare
Choose a tag to compare
  • added support for CustomAlertSoundOptional, EnableDropSoundIfAlertSound and DisableDropSoundIfAlertSound
  • updated code which handles poe.ninja data (fixes some items not appearing and some warnings)
  • example filter template - league update and color improvements

v1.2.0 (Ultimatum league)

16 Apr 20:00
Compare
Choose a tag to compare
  • Real filter parser improvements:
    • Allow overriding actions. This now prints a warning instead of an error. Previous behavior wasn't matching with game behavior.
    • Allow unquoted strings if they do not contain whitespace characters. This is not recommended, but implemented for conformance with the game. FS templates are unchanged - they always require quotes for grammar consistency.
  • Bugfix of saving cached league data.
  • ShowHide and ShowDiscard now support multiple values. A block will be enabled only if all are True. Just like elsewhere, flattening of values is possible. Read documentation for more details.

v1.1.0

15 Apr 15:53
Compare
Choose a tag to compare
  • Ovehaulued example filter.
  • Implemented support for every action and condition.
  • Added new feature: Expand $subtree.
  • Added new feature: ShowHide $boolean and ShowDiscard $boolean.
  • Lots of internal improvements.
  • Significant documentation improvements.

v1.0.1 (startup crash fix)

15 Jan 19:28
Compare
Choose a tag to compare
  • Fixed startup crash, caused by std::random_device on MinGW toolchain.

v1.0.0 (Echoes of the Atlas + Ritual league update) (first GUI release)

15 Jan 16:07
Compare
Choose a tag to compare
  • First release of graphical interface! Features filter generation and filter debug. This effectively can be called first beta release.
  • Added support for new filter stuff from 3.13 (Echoes of the Atlas + Ritual league) update.
  • Documentation overhaul.

v0.7.0 (Heist league update)

18 Sep 19:08
Compare
Choose a tag to compare
  • Added support for Continue statement. Disabling minimap/beam/sound actions by -1 or None is not yet implemented.
  • Implemented all 3 new conditions from Heist: Replica, AlternateQuality, GemQualityType
  • New FS extension: None in string-based conditions. When given directly or through a named constant will represent an empty array of names and therefore discard the block from the output filter.
  • Some internal work preparing project for loot generation/preview/debug feature.