v0.27.1
·
81 commits
to release
since this release
Changes
Documentation
docker: add `user` directive and permissions guidance 3e8b61f
- Add
user: "1000:1000"todocker-compose.ymlso mounted volumes are accessible- Add tip to
DOCKER.mdexplaining how to find and set the correct UID:GID
Tests
auto-detect sox binary in `FlacGenerator` 6feb3df
FlacGeneratorusesdetect_sox_ng()instead of hardcodingsox_ng- Cache detection result in
LazyLockto avoid repeated subprocess spawns- Document classic SoX testing via brew unlink/link in
TESTING.md
CI
migrate to reusable rust-bin workflow e33196a
- Replace monolithic
on-push.ymlwith calling convention pattern- Add trigger files for push, PR approval, and PR labeling
- Homebrew and nix updates as caller-side jobs using version output