Changelog for 1.59, add initial terminal message with uxplay version

This commit is contained in:
F. Duncanh
2022-12-12 12:59:41 -05:00
parent 2644133234
commit 61d7426861
4 changed files with 26 additions and 22 deletions

View File

@@ -827,11 +827,11 @@ The "features" code and other settings are set in `UxPlay/lib/dnssdint.h`.
# Changelog
1.59 2022-12-10 remove "ZOOMFIX" compile option and make compilation with X11-dependence the
default if X11 development libraries are detected (this now provides fullscreen mode
with a F11 or Alt+Enter key toggle); ZOOMFIX is automatically applied
for GStreamer < 1.20. The cmake option -DNO_X11_DEPS allows compilation with no
dependence on X11. Reworked internal handling of metadata.
1.59 2022-12-12 remove "ZOOMFIX" compile option and make compilation with X11-dependence the
default if X11 development libraries are detected (this now also provides
fullscreen mode with a F11 or Alt+Enter key toggle); ZOOMFIX is now automatically
applied for GStreamer < 1.20. New cmake option -DNO_X11_DEPS compiles uxplay without
X11 dependence. Reworked internal metadata handling. Fix segfault with "-vs 0".
1.58 2022-10-29 Add option "-nohold" that will drop existing connections when a new client connects.
Update llhttp to v8.1.0.