You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.