TavoTavo
Changelog

Changelog

What's new in Tavo. Every release — features, improvements, and fixes.

v1.1.4

Latest
  • Improved: Mic and camera toggles now default to "no opinion" instead of forcing unmuted — a tab that muted its own mic/camera on join (e.g. Google Meet) is left exactly as-is until you explicitly toggle it from the popup.
  • Improved: The active tab is now pinned to the top of the mixer list, and rows no longer jump around as tabs are focused.
  • Improved: The default (non-"All tabs") mixer view now also surfaces tabs with an active mic or camera, not just tabs producing sound.
  • Added: The changelog page now opens automatically in a new tab after the extension updates.
  • Fixed: Reset now also clears mic/camera overrides, returning a tab to "no opinion" instead of forcing it unmuted/on.

v1.0.0

  • Added: Initial public release of Audio Tuner — a per-tab media controller for Chromium browsers (Chrome, Edge, Brave).
  • Added: Per-tab volume sliders from 0 to 400% using the Web Audio API, applied directly in each page's audio context.
  • Added: Native per-tab mute via chrome.tabs.update({ muted }) — silences one tab without affecting other tabs on the same site, including WebRTC streams (Meet, Zoom web, Teams web).
  • Added: Per-tab microphone toggle to mute any tab's mic from the toolbar.
  • Added: Per-tab webcam toggle to turn any tab's camera off from the toolbar.
  • Added: Audible-only filter so you can focus on tabs currently making sound.
  • Added: Per-tab badge counter showing how many adjustments (volume, mute, mic, camera) are active on each tab, without opening the popup.
  • Added: Session-only storage via chrome.storage.session — no servers, no analytics, no account, no data leaving the browser.