Skip to content

Commit 1e45f38

Browse files
authored
chore: release v8.0.0
1 parent 2be5f5f commit 1e45f38

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.0.0](https://github.com/doom-fish/screencapturekit-rs/compare/v7.0.1...v8.0.0) - 2026-06-19
11+
12+
### Added
13+
14+
- *(async)* multi-output AsyncSCStream (capture A/V from one stream)
15+
- *(async)* [**breaking**] propagate stop errors in AsyncSCStream; consolidate stop delegate
16+
- *(async)* [**breaking**] make AsyncSCStream lifecycle methods truly async
17+
18+
### Fixed
19+
20+
- *(stream)* surface failed output-handler registration instead of dropping it silently
21+
22+
### Other
23+
24+
- *(readme)* update for v8 async API
25+
- *(examples)* add audio+video multi-output showcase; apply rustfmt
26+
- restore Recall.ai sponsor banner and update v6 references to v7
27+
1028
### Changed
1129

1230
- [**breaking**] `AsyncSCStream::start_capture`, `stop_capture`, `update_configuration`,

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screencapturekit"
3-
version = "7.0.1"
3+
version = "8.0.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/doom-fish/screencapturekit-rs"

0 commit comments

Comments
 (0)