TavoTavo
Changelog

Changelog

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

v1.0.0

Latest
  • 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.