Skip to content

Releases: Priyanshu-byte-coder/keeptrack

v1.2.1 — Bug Fix & Code Cleanup

28 Jun 18:38

Choose a tag to compare

Fixed

  • Notification icon error — fixed "Unable to download all specified images" error on Chrome notifications
  • Added web_accessible_resources to manifest for notification icon access
  • Proper error handling on notification fallback (Windows button support)

Changed

  • Removed unused import in options page
  • Fixed malformed regex in keyword rules
  • Extracted magic numbers to named constants
  • Added accessibility label to settings button
  • Improved CONTRIBUTING.md and CHANGELOG.md

Full Changelog: v1.2.0...v1.2.1

KeepTrack v1.2.0

27 Jun 16:04

Choose a tag to compare

What's New

Delete Expired Files

  • Per-file Delete button on each expiring card — removes file from disk instantly
  • "Delete All Expired Files" button — bulk delete with confirmation prompt
  • Uses chrome.downloads.removeFile() — works on Windows, macOS, and Linux

All Downloads List (Settings Page)

  • View every tracked download in one place
  • Search by filename
  • Filter by label (Keep / Temporary / Ambiguous)
  • One-click label toggle — switch any file between Keep, Temp, and Ambiguous instantly

Other Improvements

  • Clean Up Now shows a notification prompting you to open the popup
  • Larger logos across popup, settings, and onboarding pages

Install

  1. Download keeptrack-v1.2.0.zip below
  2. Unzip to any folder
  3. Go to chrome://extensions → enable Developer Mode → Load unpacked → select the folder

KeepTrack v1.1.0

27 Jun 13:56

Choose a tag to compare

What's New

  • Clean Up Now — Skip the expiry wait. One click marks all temporary files as expiring so you can review them in the popup right away.
  • File existence checking — Popup now shows "(file moved or deleted)" for files that no longer exist on disk, with a Dismiss button to remove stale entries.
  • Removed debug logging from service worker.
  • Fixed export filename and clear confirmation text.

Install

  1. Download keeptrack-v1.1.0.zip below
  2. Unzip to any folder
  3. Go to chrome://extensions → enable Developer Mode → Load unpacked → select the folder

KeepTrack v1.0.0

27 Jun 13:16

Choose a tag to compare

KeepTrack v1.0.0 — Initial Release

Download → Unzip → Load in Chrome. Done.

What's included

  • Download intent capture via Chrome downloads API
  • Smart heuristic classification (file type + filename + source website)
  • Ambiguous download notifications with Keep/Temporary buttons
  • Weekly triage popup view
  • First-run dry-run onboarding (shows what it WOULD do, touches nothing)
  • Options page with custom rules
  • Zero telemetry, fully local, open source

Install

  1. Download keeptrack-v1.0.0.zip below
  2. Unzip to any folder
  3. Open chrome://extensions → enable Developer Mode
  4. Click "Load unpacked" → select the unzipped folder
  5. Done!