Skip to content

Commit 0872e57

Browse files
tucktuckg00seclaude
andcommitted
docs: rewrite unreleased changelog for ORT bundle system
The prior [Unreleased] section described compile-time GPU detection, which was superseded by the runtime ONNX Runtime bundle download flow. Update entries to reflect the bundle-download UX, drop a dev-only fix that never reached users, and add the audio-thread completion fix. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 869b1b6 commit 0872e57

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77
## [Unreleased]
88

99
### Added
10-
- GPU acceleration for stem separation: automatically detects CUDA 13 or CUDA 12 on Linux, uses DirectML on Windows, and CoreML on macOS. The stem export panel now shows which GPU runtime is active and falls back to a clear error message if the runtime is unavailable
11-
- Experimental MIGraphX support for AMD GPUs on Linux (requires a custom ONNX Runtime build)
10+
- GPU-accelerated stem separation via downloadable ONNX Runtime bundles. Open SET > Stem Separation > ONNX Runtime and pick NVIDIA CUDA 12 or 13 / AMD MIGraphX on Linux, DirectML on Windows, or CoreML on macOS. Bundles download into your user data folder; restart INTERSECT after install to use the new runtime.
1211

1312
### Changed
14-
- Updated ONNX Runtime to 1.24.2 on Windows and Linux for improved GPU compatibility; macOS stays on 1.23.2 for x64 support
15-
- On Intel macs, the stem separation panel now clearly shows that stem separation is not available instead of failing on START
13+
- Updated the ONNX Runtime this build targets to 1.24.2 on Windows and Linux; macOS stays on 1.23.2 for x64 support.
14+
- On Intel macs, the stem separation panel now clearly shows that stem separation is not available instead of failing on START.
1615

1716
### Fixed
18-
- GPU stem separation errors now display in the header status bar instead of silently doing nothing
19-
- CUDA stem separation on Linux no longer fails with a logging error when the GPU is available
17+
- GPU stem separation errors now display in the header status bar instead of silently doing nothing.
18+
- ONNX Runtime and stem model downloads no longer do completion work on the audio thread, removing a potential source of audio dropouts during downloads.
2019

2120
## [0.13.0] - 2026-04-15
2221

0 commit comments

Comments
 (0)