Releases: Priyanshu-byte-coder/keeptrack
Releases · Priyanshu-byte-coder/keeptrack
v1.2.1 — Bug Fix & Code Cleanup
Fixed
- Notification icon error — fixed "Unable to download all specified images" error on Chrome notifications
- Added
web_accessible_resourcesto 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
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
- Download
keeptrack-v1.2.0.zipbelow - Unzip to any folder
- Go to
chrome://extensions→ enable Developer Mode → Load unpacked → select the folder
KeepTrack v1.1.0
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
- Download
keeptrack-v1.1.0.zipbelow - Unzip to any folder
- Go to
chrome://extensions→ enable Developer Mode → Load unpacked → select the folder
KeepTrack v1.0.0
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
- Download
keeptrack-v1.0.0.zipbelow - Unzip to any folder
- Open
chrome://extensions→ enable Developer Mode - Click "Load unpacked" → select the unzipped folder
- Done!