Skip to content

v1.4.0

Latest

Choose a tag to compare

@mikeknight85 mikeknight85 released this 29 Jun 12:40
· 162 commits to main since this release

Added

  • Edit a price watcher's selection after creation (#21). New "Edit Price Selection" button on the product detail page re-scrapes the page and reopens the price picker, so you can correct a wrong price (e.g. a bad CSS match) without deleting the watcher or losing its price history. The corrected price is recorded as a new point.

Fixed

  • Broken product images from relative URLs (#22). Image URLs returned as site-relative paths (e.g. /i/abc123) are now resolved to absolute URLs against the source page, so they render correctly. Existing broken images self-heal on the next price check.