File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGES
22
3+ ## 0.15.1 Seymour (2024-09-06)
4+
5+ Audio streaming stopped working in the previous version and is fixed in this
6+ version. It also includes a fix to sequence number handling for outgoing
7+ messages, potentially improving audio streaming to AirPlay receivers from
8+ third party vendors (not tested however).
9+
10+ ** Changes:**
11+
12+ * Protocol: RAOP:*
13+
14+ ```
15+ 8a8d176f raop: Fix broken audio streaming
16+ ```
17+
18+ ** All changes:**
19+
20+ ```
21+ 8a8d176f raop: Fix broken audio streaming
22+ 2cbaf5f5 build(deps): Bump pytest-httpserver in /requirements
23+ ```
24+
325## 0.15.0 Ralph (2024-08-10)
426
527It has been a long time since the last release (christmas!), so a it's really
Original file line number Diff line number Diff line change 66
77MAJOR_VERSION = "0"
88MINOR_VERSION = "15"
9- PATCH_VERSION = "0 "
9+ PATCH_VERSION = "1 "
1010__short_version__ = f"{ MAJOR_VERSION } .{ MINOR_VERSION } "
1111__version__ = f"{ __short_version__ } .{ PATCH_VERSION } "
1212
You can’t perform that action at this time.
0 commit comments