-
Ole Binder authoredOle Binder authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 1.52 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- ...
Changed
- ...
Deprecated
- ...
Removed
- ...
Fixed
- ...
Security
- ...
[1.0.0-alpha3] -
Changed
- Default sound system is now JACK, not ALSA
- Docs: Update README with new PipeWire based installation
Added
- PipeWire as the media server inside the docker container
- Docker compose support for easier building of local containers
- WirePlumber script to automatically connect ports
- WirePlumber script to list device ports
Removed
- Dropped ALSA in Docker support in favour of PipeWire + JACK
Fixed
- Smooth play-out latency and buffering for analog audio input (#50 (closed))
[1.0.0-alpha2] - 2023-06-19
Changed
- Make properties in API schemas in CamelCase notation (aura#141 (closed))
- Configuration: Renamed environment variable
AURA_ENGINE_SERVER_TIMEOUT
toAURA_ENGINE_SERVER_TIMEOUT
and configuration settingtelnet_server_timeout
toserver_timeout
. - Configuration: Increase default value for
server_timeout
, to avoid malfunctions when idle (aura#165 (closed)) - Use datatype float instead of int for
trackDuration
(#51 (closed))
Fixed
- Telnet server sample config not working (#45 (closed)).
- Extend and improve output for
make help
.
[1.0.0-alpha1] - 2023-02-22
Initial release.