What's New in v1.0.2-alpha
Code quality, security hardening, and UI polish.
Code Simplification (PR #109)
- Consolidated two grab-rate DB queries into one
- Simplified
get_scheduler_status()with early return - Deduplicated integration template rows with Jinja2 loop
Security Hardening (PR #110)
- Removed dead
?next=redirect parameter from server-side 401 handler and client-side fetch interceptor (latent open redirect risk) - Replaced
innerHTMLwithtextContent/DOM construction in setup password meter
UI Fixes
- Dashboard stat card detail text now bottom-aligns across all cards
- Grab rate moved inline with search stats (no more height differences)
Upgrading from v1.0.1-alpha
docker-compose pull
docker-compose up -dNo database migrations required.
Full Changelog: v1.0.1-alpha...v1.0.2-alpha