Releases: jaypyles/Scraperr
Releases · jaypyles/Scraperr
v.1.1.2 (Return HTML Option)
v1.1.1
v1.1.0 (Basic Agent Mode)
Summary
Adds basic agent mode.
v1.0.16 (Media Viewer)
Read #79 for a full description of changes.
v1.0.15 (VNC + Recordings)
Read #78 for a full description of changes.
v1.0.14 (Custom Cookies)
Read #77 for full description of changes.
v1.0.13: Feature: Allow Multiple Download Options (#75)
Read #75 for full description of changes
v1.0.11 (New Data Reader)
Read #68 for full description.
v1.0.10 (Refactor to Playwright/Camoufox)
Selenium to Playwright Rewrite:
- Migrates from Selenium to Playwright for handling browser automation and scraping tasks.
- Removes Selenium-specific code and dependencies.
- Adds Playwright integration, including proxy handling, asynchronous scraping, and media collection.
UI Fixes:
- Updates navigation labels (e.g., "Previous Jobs" -> "Jobs").
- Improves styling for various UI components, including scrollbars and login prompts.
- Refines the user interface in CronJobs and Statistics pages for better theme support and responsiveness.
Code Cleanup:
- Deletes unused log-related components and files.
- Optimizes Docker setup by reducing unnecessary steps and dependencies.
v1.0.9 (Notification Channels)
Summary
Adds job completion notifications and refactors parts of the codebase for better maintainability.
Changes
- Notifications:
- Support for email and Discord notifications on job completion.
- Configurable via environment variables.
- Refactoring:
- Centralized logging in
logger.py
. - Cleaned up imports and redundant code in
job_worker.py
.
- Centralized logging in
- Frontend:
- Improved URL-based search handling in
JobTable
.
- Improved URL-based search handling in
- Fixes:
- Fixed handling of empty
proxies
inparse-job-options.ts
.
- Fixed handling of empty
Environment Variables
- Notification-related variables:
NOTIFICATION_CHANNEL
,NOTIFICATION_WEBHOOK_URL
,SCRAPERR_FRONTEND_URL
.
- Email-specific variables:
EMAIL
,TO
,SMTP_HOST
,SMTP_PORT
,SMTP_USER
,SMTP_PASSWORD
,USE_TLS
.