preparations for 1.73.6

This commit is contained in:
F. Duncanh
2026-03-22 13:14:21 -04:00
parent 3b4a15f461
commit f9cae992c1
7 changed files with 26 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ developed at the GitHub site <a href="https://github.com/FDH2/UxPlay"
class="uri">https://github.com/FDH2/UxPlay</a> (where ALL user issues
should be posted, and latest versions can be found).</strong></h3>
<ul>
<li><p><strong>NEW in v1.73, up to v1.73.5</strong> (March
<li><p><strong>NEW in v1.73, up to v1.73.6</strong> (March
2026):</p></li>
<li><p>Some YouTube app HLS videos now offer alternative language tracks
(generated by AI dubbing). Language choices will be made in order of
@@ -22,10 +22,10 @@ and Video to mp4 file (new option -mp4 [fn]).</p></li>
<li><p>Support for <strong>service discovery using a Bluetooth LE
“beacon”</strong> for both Linux/*BSD and Windows (as an alternative to
Bonjour/Rendezvous DNS-SD service discovery) was introduced in v1.73 and
improved in 1.73.5. This can be used on networks that do not allow the
user to run a DNS_SD service.** The user must run a Bluetooth LE
“beacon”, (Bluetooth 4.0 or later is needed, a cheap USD “dongle” will
do.). The beacon is managed by a Python &gt;= 3.6 script
improved in 1.73.4 - 1.73.6. This can be used on networks that do not
allow the user to run a DNS_SD service.** The user must run a Bluetooth
LE “beacon”, (Bluetooth 4.0 or later is needed, a cheap USD “dongle”
will do.). The beacon is managed by a Python &gt;= 3.6 script
<code>uxplay-beacon.py</code>. Loadable Python modules provide
appropriate Bluetooth LE support for Linux, Windows, and FreeBSD;
<em>macOS is only supported by the BleuIO USB dongle which uniquely has
@@ -2065,6 +2065,8 @@ an AppleTV6,2 with sourceVersion 380.20.1 (an AppleTV 4K 1st gen,
introduced 2017, running tvOS 12.2.1), so it does not seem to matter
what version UxPlay claims to be.</p>
<h1 id="changelog">Changelog</h1>
<p>1.73.6 2026-03-22 Fix “not a socket” message uxplay bug. Futher
uxplay-beacon.py improvements (Only use GLib in BlueZ module)</p>
<p>1.73.4 2026-03-15 Modularize Bluetooth support for uxplay-beacon. Add
modules for BLeuIO serial-modem Bluetooth LE device, and HCI access
(Linux/FreeBSD). Fix broken -vol option.</p>