Releases: mrdear/tabdoze
Release list
TabDoze v1.1.1
Fixed
- Keeps the
💤sleep marker visible when SPA pages rewrite their title immediately before native discard. - Applies the same guarded title logic to automatic sleep and popup-triggered sleep.
- Removes the temporary marker if Chromium rejects the discard operation.
The implementation still uses native Chromium discard. It does not replace favicons, move tabs, create tab groups, or leave a placeholder page running.
Existing installations retain extension ID dhipcaijoipciglemoefjdlidjmjpnki and their saved configuration.
Full Changelog: v1.1.0...v1.1.1
TabDoze v1.1.0
TabDoze is now an independent product and repository.
Highlights
- New TabDoze name, original sleep-tab icon, and graphite/mint/yellow visual identity
- Sleep/Wake terminology across popup, settings, onboarding, context menus, and statistics
- Native Chromium discard with one absolute next-deadline scheduler
- Clearly labeled 50 MB-per-discard memory-relief estimates
- Removed inherited feature flags, stale feature documentation, and unsupported claims
- Added repeatable tests, validation, packaging, CI, privacy documentation, and tagged releases
Upgrade Compatibility
The fixed manifest key and historical settings storage key are unchanged. Existing unpacked installations keep extension ID dhipcaijoipciglemoefjdlidjmjpnki and retain their settings when the files are replaced in the same folder and the extension is reloaded.
The release archive contains manifest.json at its root and is ready for Load unpacked after extraction.
Full Changelog: v1.0.23...v1.1.0
v1.0.23
v1.0.22
- Streamline the extension around native Chrome discard.\n- Remove countdown/exclusion popup leftovers and reduce popup startup work.\n- Keep content script minimal: only marks the title before discard.\n- Preserve original favicons and add a title sleep marker for discarded tabs.
Tab Suspender 1.0.21
Packaged Chrome extension release.
Install / update:
- Download
tab-suspender-1.0.21-extension.zip. - Unzip it locally.
- For a first install, open
chrome://extensions, enable Developer mode, then choose Load unpacked. - For updates, replace the files in the same unpacked extension folder and click Reload.
Changes:
- Switched suspension to Chrome native
chrome.tabs.discard()behavior. - Removed the old custom
suspended.htmlpage, sleep favicon, and related web-accessible resources. - Removed current-tab suspend controls because active tabs cannot be discarded by Chrome.
- Removed legacy auto-restore and active-tab protection settings; discarded tabs reload naturally when selected.
- Kept the fixed extension ID:
dhipcaijoipciglemoefjdlidjmjpnki.
Tab Suspender 1.0.20
Packaged Chrome extension release.
Install / update:
- Download
tab-suspender-1.0.20-extension.zip. - Unzip it locally.
- For a first install, open
chrome://extensions, enable Developer mode, then choose Load unpacked. - For future updates, replace the files in the same unpacked extension folder and click Reload.
Migration note:
- This version adds a fixed extension ID:
dhipcaijoipciglemoefjdlidjmjpnki. - If upgrading from a build before 1.0.20, export settings from the old extension first, load 1.0.20, then import settings once.
Changes:
- Added a fixed manifest key so unpacked updates keep the same extension ID going forward.
- Preserved original site favicons on suspended tabs with a small Zz sleep marker.
- Fixed favicon parameter encoding in the enhanced suspend path.
Tab Suspender 1.0.19
Packaged Chrome extension release.
Install:
- Download
tab-suspender-1.0.19-extension.zip. - Unzip it locally.
- Open
chrome://extensions, enable Developer mode, then choose Load unpacked. - Select the unzipped extension folder.
Changes:
- Bumped extension version to 1.0.19.
- Replaced suspended-tab favicon with a transparent Zzz sleep mark.
- Simplified the popup to one main Suspend Other Tabs action.
- Removed Pro/free-tier gating from the local build.