Changelog
What's new in DealMonitor
App & Backend
Platform-wide changes
v0.132026๋ 3์ 29์ผ
- NewWishlist import โ scan Steam & Amazon wishlists, select items, set wish prices, import in bulk
- NewAmazon wishlist parser โ extracts products by ASIN with prices, titles, and images
- NewSteam wishlist parser โ virtual scroll accumulation for 300+ games with price detection
- NewPer-item wish prices with global strategy (10%/20% below or current price)
- NewGeneric wishlist/cart support for any shop with URL pattern detection
- NewVariant tracking โ grouped price display with clickable variant tags (Shopify, AliExpress)
- NewShopify all-variants โ every product variant shown with name (color, size)
- NewBack-in-stock notifications โ email, Telegram, and push when products become available again
- New"Not available" button in extension โ track out-of-stock products
- NewCSS-selector-first price detection โ deterministic extraction replaces ML guessing
- NewCheck frequency tiers โ 24h normal, 4h for API-connected shops (Etsy, ITAD, Shopify)
- NewAliExpress SKU variants โ all product variants shown as candidates
- New31 languages โ expanded from 9 to 31 languages across all platforms
- NewBlog post: wishlist import announcement with affiliate CTA (31 locales)
- FixJSON-LD always takes first price โ no more reference-price drift
- FixSkip ambiguous CSS selectors โ multiple matches no longer pick random variant
- FixML deviation guard relaxed from 3x to 10x โ correct prices no longer rejected
- FixPassword manager integration โ autocomplete attributes for login/register forms
- FixSelenium cache key normalization โ fixes "cache never arrived" for long Amazon URLs
- FixDaily status Telegram formatting โ plain text, full URLs for reported trackers
- FixExtension popup scroll disabled
- FixPlaceholder image compressed from 1.3MB to 65KB
- ChoreBlacklisted travel/flight booking sites (Expedia, Booking, Kayak, etc.)
v0.122026๋ 3์ 12์ผ
- NewHTTP-first scrape pipeline โ instant results for HTTP-capable shops, Selenium runs in background
- NewChrome TLS fingerprint impersonation (curl_cffi) to bypass Cloudflare bot detection
- NewFlight price tracking via Amadeus and Kiwi.com APIs โ supports Expedia, Google Flights, Kayak, Skyscanner, Momondo
- NewSmart header rotation โ User-Agent, Referer, Accept-Language matched to target shop domain
- FixJSON-LD deduplication โ structured data candidates now correctly replace HTML duplicates
- ChorePEP 8 cleanup across all 60 backend files via ruff (imports, whitespace, unused code)
v0.112026๋ 3์ 9์ผ
- NewEtsy Open API v3 integration โ reliable prices bypassing DataDome bot protection
- NewIsThereAnyDeal API integration โ game prices across all stores
- NewMulti-price per URL โ track different product variants independently
- NewChrome pool with health monitoring, idle browsing, and auto-restart
- NewShop scrape mode auto-learning โ HTTP-only after 5 successful scrapes
- NewInline JS price extraction for Magento/Hyvรค shops (optionPrices)
- NewJSON-LD AggregateOffer + @graph wrapper support
- FixJSON-LD @type list detection (e.g. ["Product", "VideoGame"] on Humble Bundle)
- FixJSON-LD candidates now prioritized over ML-scored XHR noise
- FixExtension token sync no longer overwrites tokens with null on logout
- FixAccess token validity extended to 24h to reduce frequent re-logins
- FixShort URL resolution for redirecting product links
- ChoreEtsy trademark attribution in Legal Notice page
v0.102026๋ 3์ 5์ผ
- NewAmazon Creators API integration (replaces deprecated PA-API v5)
- NewAliExpress affiliate API integration
- NewAmazon currency forcing โ marketplace-native prices via i18n-prefs cookie
- NewSteam age gate bypass for mature content pages
- NewExtension Enter key support for price and desired price forms
- FixAmazon price fragment filtering (a-price-whole/fraction no longer picked as price)
- FixNon-price HTML tags (option, select, input) excluded from candidate detection
- FixSup-cents combination fix for split prices (e.g. "11." + sup "99")
- FixCSS class subset matching for extension vs Selenium DOM differences
- ChoreReplaced undetected-chromedriver with standard Selenium + stealth JS
- ChoreCI quality gates: lint, build checks, smoke import tests
v0.92026๋ 2์ 27์ผ
- NewOfficial Beta release
- NewBot detection with undetected-chromedriver for Cloudflare-protected sites
- NewAmazon PA-API v5 integration for reliable price fetching
- NewCross-shop GTIN comparison โ see the same product at different shops
- NewReport broken tracker feature with admin email notifications
- NewBlog page with "Going Beta" announcement post in 9 locales
- NewDynamic HTML lang attribute, hreflang tags, SSR translations
- NewSEO improvements โ 95% SEObility score
- FixChart RangeError with non-finite or very large price values
- FixSSR hydration and translation issues across multiple pages
- ChorePostgreSQL 17 upgrade, dead code cleanup
v0.82026๋ 2์ 24์ผ
- NewDark mode with system preference detection
- NewBlog page with 4 SEO-optimized posts in 9 locales
- NewSentry error monitoring (opt-in) for frontend and backend
- NewSEO: metadata, robots.txt, sitemap.xml, privacy page redesign
- NewFrontend test suite with Vitest
- NewDesktop navigation bar
v0.72026๋ 2์ 22์ผ
- NewWeb Push notifications (VAPID + service worker)
- NewDashboard search for trackers
- NewToast notifications and confirmation dialogs
- NewHealth check endpoints
- NewAsync notification delivery
- NewLazy image loading in tracker cards
- NewDatabase performance indexes and N+1 query fix
- NewPer-user tracker limit
v0.62026๋ 2์ 20์ผ
- NewTelegram notifications with bot integration
- NewTracker groups with drag-and-drop reordering
- NewShare tracker via link
- NewExport price history as CSV
- NewCheck priority (normal/high) per tracker
- NewPrice statistics (min, max, change %)
- NewAccount page with notification preferences
v0.52026๋ 2์ 15์ผ
- NewGoogle OAuth authentication
- NewMulti-language support (9 locales)
- NewLanding page with feature overview and FAQ
- NewRate limiting on auth endpoints
- NewEmail verification flow
v0.42026๋ 2์ 1์ผ
- NewML-based price detection using CatBoost model
- NewDedicated detector service for price extraction
- NewBrowser extension for price tracking from any shop
- NewScheduled daily price checks with APScheduler
- NewPostgreSQL database with Alembic migrations
v0.32025๋ 5์ 1์ผ
- NewDashboard with price history charts
- NewUser registration and login
- NewEmail notifications when price drops below target
- NewAffiliate link support (Amazon, Awin)
v0.22025๋ 4์ 1์ผ
- NewNext.js frontend with Tailwind CSS
- NewFlask backend API
- NewDocker Compose setup for dev and production
- NewBasic price scraping via Selenium
v0.12025๋ 3์ 21์ผ
- NewInitial project setup
- NewBasic URL tracking concept
Browser Extension
Changes to the Chrome/Edge extension
v0.13.2362026๋ 6์ 18์ผ
- FixCreating a tracker now ends on a clear "Tracker created" instead of hanging on "Processingโฆ"
- Fix"Go to dashboard" reloads an already-open dashboard tab so the new tracker shows up immediately
v0.13.2192026๋ 6์ 5์ผ
- FixPopup no longer occasionally opened empty (read the block-list directly instead of waking the sleeping background worker)
v0.13.2182026๋ 6์ 5์ผ
- NewFirst-use data disclosure shown in your browser language
v0.13.2112026๋ 6์ 3์ผ
- NewOn-demand reading: the page-reader script is injected only when you click "Find price" โ nothing runs in the background on pages you don't ask about
v0.13.2022026๋ 5์ 27์ผ
- FixOnly region/currency/consent cookies are forwarded for accurate prices โ everything else is stripped
v0.13.1782026๋ 5์ 13์ผ
- NewIn-product data-disclosure shown before first use
v0.13.1432026๋ 4์ 30์ผ
- New"Go to dashboard" reuses an already-open dashboard tab instead of opening a new one each time
v0.13.1382026๋ 4์ 28์ผ
- FixBetter variant detection โ captures selected variant buttons (e.g. Zalando size/colour)
v0.13.862026๋ 4์ 7์ผ
- NewVariant detection via data-price-final and button groups, plus quality ranking of candidates
v0.13.552026๋ 4์ 4์ผ
- NewInstant tracker creation โ the tracker appears immediately, full price detection finishes in the background
v0.13.312026๋ 4์ 2์ผ
- NewConfigurator support โ capture your selected options (size, colour, config) so the right price is tracked
- New"What's new" and "rate us" update banners in the popup
v0.13.32026๋ 3์ 29์ผ
- NewBlock-list split into sensitive (banking/finance) vs. unsupported shops
v0.12.1282026๋ 3์ 29์ผ
- NewVariant tracking โ grouped price display with clickable variant tags (Shopify, AliExpress)
v0.12.1202026๋ 3์ 27์ผ
- NewWishlist import โ scan Amazon & Steam wishlists, pick items, set wish prices, import in bulk
v0.12.1172026๋ 3์ 26์ผ
- New"Not available" button โ track out-of-stock products and get notified when they're back
v0.12.592026๋ 3์ 19์ผ
- NewAPI-offset flow โ for shops priced via an API, enter the price you see and we still track the trend correctly
v0.12.202026๋ 3์ 16์ผ
- NewShows a "this can take a bit longer" hint after 10s for slow shops
v0.11.22026๋ 3์ 10์ผ
- FixRobust scrape-timeout handling and clean errors instead of dumping raw server responses
v0.10.212026๋ 3์ 6์ผ
- FixExpired session now shows the login prompt instead of failing silently
v0.10.12026๋ 3์ 5์ผ
- NewForwards region/locale cookies so prices match what you see in your country
v0.9.622026๋ 3์ 2์ผ
- NewInitial detection now uses the same server-side scrape as recurring checks for consistent prices
v0.9.12026๋ 2์ 27์ผ
- NewCross-shop comparison โ see the same product (by GTIN) at other shops
v0.8.72026๋ 2์ 24์ผ
- NewRedesigned popup to match the web app; share feature; locale-aware prices
- NewWorks on any shop by default โ only sensitive sites are blocked (whitelist removed)
