Releases: Xeverous/filter_spirit
Releases · Xeverous/filter_spirit
v1.5.2 (Crucible league)
v1.4.2 (Archnemesis update)
- added missing support for
ArchnemesisMod
condition
v1.3.2 (Siege of the Atlas - Archnemesis league)
- implemented support for
HasSearingExarchImplicit
condition - implemented support for
HasEaterOfWorldsImplicit
condition - removed prophecy content and support for it
v1.2.2 (Scourge league)
Implemented new conditions:
BaseDefencePercentile
BaseArmour
BaseEnergyShield
BaseEvasion
BaseWard
Scourged
UberBlightedMap
v1.2.1 (Expedition league)
- added support for
CustomAlertSoundOptional
,EnableDropSoundIfAlertSound
andDisableDropSoundIfAlertSound
- 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)
- 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
andShowDiscard
now support multiple values. A block will be enabled only if all areTrue
. Just like elsewhere, flattening of values is possible. Read documentation for more details.
v1.1.0
v1.0.1 (startup crash fix)
- Fixed startup crash, caused by
std::random_device
on MinGW toolchain.
v1.0.0 (Echoes of the Atlas + Ritual league update) (first GUI release)
- 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)
- Added support for
Continue
statement. Disabling minimap/beam/sound actions by-1
orNone
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.