sintonia/docs/releases/unreleased.md
Jonas L 083ee3f1dd
feat!: default system output is now pulseaudio (#2842)
BREAKING CHANGE: The default system output
(`stream.outputs.system[].kind`) changed from `alsa` to `pulseaudio`.
Make sure to update your configuration file if you rely on the default
system output.

Closes #2542
2023-12-27 18:23:40 +01:00

1.3 KiB

title
Unreleased

import ReleaseHead from './_release-head.md';

💖 Contributors

The LibreTime project wants to thank the following contributors for authoring PRs to this release:

🚀 Features

🐛 Bug fixes

🔥 Deprecation and removal

⬆️ Before upgrading

:::caution

Please follow this before the upgrade procedure.

:::

⬆️ Upgrading

The general.secret_key configuration field is required

The general.secret_key field in the configuration file is now required, to prevent reusing the general.api_key for cryptographic usage.

The stream.outputs.system[].kind configuration field now defaults to pulseaudio

The stream.outputs.system[].kind field in the configuration file default value changed from alsa to pulseaudio. Make sure to update your configuration file if you rely on the default system output.

⚠️ Known issues

The following issues may need a workaround for the time being. Please search the issues before reporting problems not listed below.

📝 Colophon