mirror of
https://github.com/clucraft/PriceGhost.git
synced 2026-04-29 02:46:26 +02:00
- CI/CD now only rebuilds images when backend/ or frontend/ changes - Uses dorny/paths-filter to detect which components changed - README, docs, and asset changes no longer trigger builds - Updated CHANGELOG with all recent changes - Bumped version to 1.0.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4.1 KiB
4.1 KiB
Changelog
All notable changes to PriceGhost will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.1] - 2026-01-23
Added
- Puppeteer fallback for JavaScript-rendered prices - Automatically uses headless browser when no price found in static HTML, fixing extraction for Magento, React, Vue, and other JS-heavy sites
- Pre-order/coming soon detection - Products with future release dates, pre-order buttons, or "notify me" messaging are now correctly marked as out of stock
- AI availability verification - AI now checks if products are actually purchasable, not just if the price is correct
- Official PriceGhost branding - Custom ghost icon in navbar and login page
- Ghostly text effect - "Ghost" text in navbar has ethereal fade effect
Fixed
- Fresh install registration error - Backend now creates all required database tables on startup, fixing 500 errors on fresh Docker installs without init.sql
- Stock status for unreleased products - Products showing "Coming Soon", "Available [future date]", or "Pre-order" are now correctly detected as out of stock
Changed
- CI/CD optimization - Docker images only rebuild when relevant code changes (backend/** or frontend/**), not for README or documentation updates
[1.0.0] - 2026-01-23
Added
Core Features
- Universal price scraping with site-specific extractors for Amazon, Walmart, Best Buy, Target, eBay, Newegg, Home Depot, Costco, and AliExpress
- JSON-LD structured data extraction for broad site compatibility
- Puppeteer headless browser fallback with stealth plugin for JavaScript-rendered pages
- Price history tracking with interactive charts (7d, 30d, 90d, all time)
- 7-day sparkline graphs on dashboard for quick trend overview
- Configurable check intervals (5 minutes to 24 hours)
- Live countdown timers and progress bars showing time until next check
- Staggered checking with jitter to prevent rate limiting
AI Features
- AI-powered price extraction fallback (Anthropic Claude, OpenAI GPT, Ollama local)
- AI price verification to catch scraping errors (e.g., scraping savings amounts instead of actual prices)
- AI status badges showing verification status (✓ verified, ⚡ corrected)
Notifications
- Telegram bot notifications
- Discord webhook notifications
- Pushover push notifications
- ntfy.sh notifications (no account required)
- Price drop alerts with configurable thresholds
- Target price alerts
- Back-in-stock alerts
- Per-channel enable/disable toggles
- Test notification buttons for each channel
Stock Tracking
- Out-of-stock detection with visual indicators
- Stock status history tracking
- Stock timeline visualization
- Back-in-stock notification alerts
User Interface
- Dark/Light mode with system theme auto-detection
- Responsive design for desktop and mobile
- Toast notifications for user feedback
- Dashboard with list layout, search, and sorting
- Bulk actions (select multiple products, bulk delete)
- Historical low price indicators
- Product notification badges showing configured alerts
User Management
- Multi-user support with JWT authentication
- Admin panel for user management
- Registration enable/disable control
- Profile management (name, password)
- Password visibility toggle for sensitive fields
PWA & Mobile
- Progressive Web App support
- Add to Home Screen capability
- Service worker for offline caching
- Custom ghost icon
Currency Support
- USD, EUR, GBP, CHF, CAD, AUD, JPY, INR support
- Automatic currency detection from scraped pages
Deployment
- Docker and Docker Compose support
- GitHub Container Registry images
- GitHub Actions CI/CD workflow
Security
- JWT-based authentication
- bcrypt password hashing
- Input validation throughout
- Secure API design
Version History
| Version | Date | Description |
|---|---|---|
| 1.0.1 | 2026-01-23 | Bug fixes, JS-rendered price support, pre-order detection |
| 1.0.0 | 2026-01-23 | Initial public release |