Skip to content

v1.1.7

Choose a tag to compare

@pedro-quiterio pedro-quiterio released this 12 Jun 21:41
· 51 commits to main since this release

What's new in v1.1.7

Under-the-hood hardening - no new features, just a more robust app. Most of these came out of a
community code audit (thanks to @crichmond1989 for the thorough review).

  • Price fetches can't hang anymore - if poe.ninja is slow or a connection stalls, the request
    now times out after 15s and retries on the next cycle instead of blocking for up to 100s.
  • Your calibration is crash-safe - the config file is now written atomically, so a crash or
    power loss mid-save can no longer corrupt it and reset your region/hotkeys to defaults.
  • No more stray debug_ocr.png - the diagnostic image dump is now only written in debug mode,
    so normal users no longer get a file rewritten in their folder while a panel is open.
  • Removed some dead code and tightened shutdown so an in-flight fetch is cancelled cleanly.

Install

  1. Download PoeAncientsPriceHelper-v1.1.7-win-x64.zip.
  2. Unzip anywhere.
  3. Double-click Start.cmd. No .NET install required.

See README.html inside the zip for the full guide (calibration, pricing, hotkeys, troubleshooting).

Note: Windows SmartScreen may warn (the app is unsigned) and antivirus may flag the global-hotkey
library - both are expected for an unsigned open-source tool.