Skip to content

Commit 102e3c6

Browse files
loteranclaude
andcommitted
chore: release 1.1.87
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 834f571 commit 102e3c6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.87] - 30 June 2026
9+
10+
### Fixed
11+
12+
- **Sonar devices (e.g. Arctis Nova Elite) went silent when Spatial Audio was enabled** — with surround on, the loopback watchdog mistook a single-cycle transient (the Sonar EQ → HeSuVi surround chain rebuilding) for a mis-routed loopback and killed/recreated the `pw-loopback`, which churned the graph and fed a self-sustaining loop that muted the channel (and spammed the OLED with `Resource busy`). The watchdog now waits for the mismatch to persist before acting, and corrects a genuine mislink with a non-destructive `pw-metadata` relink instead of tearing the loopback down. (#100)
13+
814
## [1.1.86] - 28 June 2026
915

1016
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "arctis-sound-manager"
3-
version = "1.1.86"
3+
version = "1.1.87"
44
description = "A replacement for SteelSeries GG software, to manage your Arctis device on Linux!"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)