]> git.alsa-project.org Git - alsa-python.git/tag
v1.2.14
object 01ecbb06eb79e0911d26f12d51d6c575fa0c7c52
authorJaroslav Kysela <perex@perex.cz>
Mon, 14 Apr 2025 16:06:17 +0000 (18:06 +0200)
Release v1.2.14

Core
 - Release v1.2.14
Documentation
 - doc: Port from htmllib to html.parser HTMLParser
 - doc: Add formatter.py from PySolFC project
 - doc: Use getpass.getuser instead of os.getlogin
 - doc: Open pickle file as binary
 - doc: urllib data must be decoded into text
 - doc: Use double backslash in regex
 - doc: Applied 2to3 on APICoverage.py and
 - doc: Fix `summarizes' typo
Test python scripts
 - hctltest1.py: Skip read/write if no values in element
pyalsa.alsahcontrol module
 - alsahcontrol.c: Actually set IEC958 values with
 - alsahcontrol.c: Use PyBytes for IEC958 values
pyalsa.alsamixer module
 - alsamixer: fix return value in pyalsamixerelement_getvolumedb()
pyalsa.alsaseq module
 - alsaseq: Fix type check in set_time()

Signed-off-by: Jaroslav Kysela <perex@perex.cz>