Skip to content

Commit ada7387

Browse files
chore(main): release 1.1.4 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f34cb9 commit ada7387

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.3"
2+
".": "1.1.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ From 1.1.1 onward this file is maintained automatically by
99
[release-please](https://github.com/googleapis/release-please) based on
1010
[Conventional Commits](https://www.conventionalcommits.org). See [RELEASING.md](RELEASING.md).
1111

12+
## [1.1.4](https://github.com/tbaur/bluesound-controller/compare/v1.1.3...v1.1.4) (2026-07-12)
13+
14+
15+
### Bug Fixes
16+
17+
* **sync:** prefer SyncStatus volume over Status for grouped players ([#28](https://github.com/tbaur/bluesound-controller/issues/28)) ([6f34cb9](https://github.com/tbaur/bluesound-controller/commit/6f34cb99386565420a5e98a492ca1afc009e4044))
18+
1219
## [1.1.3](https://github.com/tbaur/bluesound-controller/compare/v1.1.2...v1.1.3) (2026-07-12)
1320

1421

constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919
import os
2020

21-
__version__ = "1.1.3" # x-release-please-version
21+
__version__ = "1.1.4" # x-release-please-version
2222

2323
# --- PATHS ---
2424
BASE_DIR = os.path.expanduser("~/.config/bluesound-controller")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bluesound-controller"
7-
version = "1.1.3"
7+
version = "1.1.4"
88
description = "A command-line controller for Bluesound devices on macOS"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)