- Update cli.py to default to
Ritual
softcore league
- Update assets.json with all supported item meta data for Ritual league
- Fix pyproject.toml dependencies and update requirements.txt
- Fix config file path resolution.
- Fix missing dependencies in requirements.txt that were causing crashes.
- fix: pathofexile.com/trade stability
- fix: bug with item lists to crash at start
-
Added backend pooling: Query all backends for data in parallel
- faster
- no configuration hassle
- easily extendable via other backends
-
Add customisable user configuration (see here for more details)
- Limiting trade volume of first transaction based on user settings and stack sizes
- Customisable stock requirements to filter certain traders
- Customisable instead of pre-defined trading paths
-
Quality of Life
- CLI: Filter interfering trades
- Increase offer limit for https://pathofexile.com/trading
- Filter offers with large outliers (>95th percentile)
-
Rewrote loading and creating item databases
- Now reads items for both backends and merges them into a unified structure
- Can now detect if a given item is supported by a respective backend
PathFinder
now gives feedback when encountering an unsupported item, eg. frompair_filter.json
- Massively improve speed by using pathofexile.com/trade instead of poe.trade