@@ -11,11 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a feature to connect audio ports on startup configured via environment variables (engine-core#68)
- Added instructions and configurations to install a headless PipeWire session (engine-core#80)
- Added the option to add multiple outgoing icecast stream endpoints
- Added the option to add multiple audio input devices
### Changed
- Changed the aura user and group ID from 2872 to 872.
- Changed the environment variables `AURA_ENGINE_OUTPUT_CHANNEL_LEFT`, `AURA_ENGINE_OUTPUT_CHANNEL_RIGHT`, `AURA_ENGINE_INPUT_CHANNEL_LEFT`, `AURA_ENGINE_INPUT_CHANNEL_RIGHT` to hold full names obtainable with `pw-link -io`
- Updated the liquidsoap version to `2.2.5`
- Replaced the `.ini` configuration with `.yaml`
- Changed the log level from Integer to String
- Changed the namespaces for some telnet commands, due to the restriction of unique names in the new liquidsoap version
### Deprecated
...
...
@@ -24,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Removed the wireplumber scripts to connect ports, use `pw-link` instead (engine-core#68)
- Removed some environment variables in favour of yaml settings
- Removed the mono option for icecast streaming endpoints