Moonshine, a headless streaming server for Moonlight, has been released in version v0.14.4 - preceded by version 0.14.3 and version 0.14.2.
Version 0.14.2 introduced a new distribution option: Moonshine is now also built and released as a systemd-sysext extension, allowing it to be used as a portable system extension. Version 0.14.3 followed with a small but important fix for a missing install script. Version 0.14.4 further improves that install script and makes all Moonshine commands assume the default config path $HOME/.config/moonshine/config.toml.
Changes in version 0.14.2:
Build and release systemd-sysext extension for distributing Moonshine as a portable system extension.
Changes in version 0.14.3:
Fixed: Add missing install script.
Changes in version 0.14.4:
Fixed: Improve installation steps in install script.
Changed: Assume default config path in all moonshine commands (
$HOME/.config/moonshine/config.toml).

Source: GitHub