You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix cargo publish to trigger only on GitHub releases instead of every master commit
- Add version verification between release tag and Cargo.toml
- Update actions/checkout to @v5
- Replace cargo install with taiki-e/install-action for faster tool installation
- Add Swatinem/rust-cache@v2 for faster builds
- Add Windows ARM64 native testing (windows-latest-arm)
- Add job dependencies to fail fast and save CI minutes
Closes:
- #994
- #997
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@
7
7
- ALSA: Add `I24` and `U24` sample format support (24-bit samples stored in 4 bytes).
8
8
- ALSA(process_output): Pass `silent=true` to `PCM.try_recover`, so it doesn't write to stderr.
9
9
- ASIO: Fix linker flags for MinGW cross-compilation.
10
-
- CI: Added native ARM64 Linux support in GitHub Actions.
10
+
- CI: Added native ARM64 Linux and Windows support in GitHub Actions.
11
+
- CI: Fix cargo publish to trigger on GitHub releases instead of every master commit.
12
+
- CI: Replace cargo install commands with cached tool installation for faster builds.
13
+
- CI: Update actions to latest versions (checkout@v5, rust-cache@v2).
11
14
- CoreAudio: Change `Device::supported_configs` to return a single element containing the available sample rate range when all elements have the same `mMinimum` and `mMaximum` values.
12
15
- CoreAudio: Change default audio device detection to be lazy when building a stream, instead of during device enumeration.
13
16
- CoreAudio: Add `i8`, `i32` and `I24` sample format support (24-bit samples stored in 4 bytes).
0 commit comments