Warracker logo

Warracker

Open-source warranty tracker to monitor expirations and store receipts

Alternative to: sortly


About Versions (54)

0.9.9.5

2025-05-07

Changed

  • Header Branding Improvement:
    The “Warracker” title in the header of the Status, Settings, and About pages is now a clickable link to index.html, enhancing navigation and consistency.
    Affected files: frontend/status.html, frontend/settings-new.html, frontend/about.html

  • Tag Dropdown Styling Cleanup:
    Removed all background and text colors from the tags dropdown in both dark and light modes for a cleaner, more uniform appearance.
    Affected files: frontend/style.css, frontend/script.js, plus any related tag-dropdown CSS/JS

  • Docker Base Image Upgrade:
    Updated the Dockerfile to use Python 3.12 on Debian 12 (Bookworm) as the base image, improving compatibility and security.
    Affected file: Dockerfile