Skip to content

v0.2.2 — Mic Mode in Tauri app + host capability unlock parity

Latest

Choose a tag to compare

@superninjv superninjv released this 13 May 19:37
· 8 commits to main since this release

What's New

This release brings the Tauri desktop app to parity with the daemon + CLI changes from v0.2.1.

Microphone bud selection now in the desktop app

  • New Microphone card in the Tauri app with Auto / Right / Left buttons
  • Mirrors the airpods-cli mic auto|right|left command and the D-Bus SetMicMode(s) method introduced in v0.2.1
  • Maps to AAP control sub-command 0x01

Adaptive Transparency + CA-during-playback unlock — now in the Tauri AAP path too

v0.2.1 only updated the daemon's SET_FEATURES host-capabilities packet from 0xD7 to 0xFF. The standalone Tauri AAP module (used on the Windows path) was still sending the old value. v0.2.2 brings them in sync — users on the desktop app now also get Adaptive Transparency and Conversational Awareness during media playback engaged on the AirPods firmware side.

Tested on

  • AirPods Pro 2 Lightning (A2698)
  • Arch Linux, kernel 6.19.14, BlueZ 5.86, PipeWire 1.6.4

Full Changelog: v0.2.1...v0.2.2