Skip to content

Releases: mrdear/tabdoze

TabDoze v1.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:39

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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:31

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

Choose a tag to compare

@mrdear mrdear released this 04 Jul 04:16
  • Make the sleep title marker reliable by injecting it with chrome.scripting immediately before discard.\n- Remove the always-on content script from the manifest.\n- Keep native Chrome discard as the only suspension mechanism.

v1.0.22

Choose a tag to compare

@mrdear mrdear released this 04 Jul 04:08
  • 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

Choose a tag to compare

@mrdear mrdear released this 04 Jul 03:12

Packaged Chrome extension release.

Install / update:

  1. Download tab-suspender-1.0.21-extension.zip.
  2. Unzip it locally.
  3. For a first install, open chrome://extensions, enable Developer mode, then choose Load unpacked.
  4. 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.html page, 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

Choose a tag to compare

@mrdear mrdear released this 01 Jul 23:47

Packaged Chrome extension release.

Install / update:

  1. Download tab-suspender-1.0.20-extension.zip.
  2. Unzip it locally.
  3. For a first install, open chrome://extensions, enable Developer mode, then choose Load unpacked.
  4. 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

Choose a tag to compare

@mrdear mrdear released this 21 Jun 04:48

Packaged Chrome extension release.

Install:

  1. Download tab-suspender-1.0.19-extension.zip.
  2. Unzip it locally.
  3. Open chrome://extensions, enable Developer mode, then choose Load unpacked.
  4. 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.