File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.0] ( https://github.com/doom-fish/screencapturekit-rs/compare/v1.1.0...v1.2.0 ) - 2025-11-28
11+
12+ ### Added
13+
14+ - add AsyncSCScreenshotManager for async screenshot capture
15+
16+ ### Fixed
17+
18+ - use correct FFI function for async shareable content
19+
20+ ### Other
21+
22+ - replace mpsc channel with Mutex+Condvar in content sharing picker
23+ - replace mpsc channel with Mutex+Condvar in screenshot manager
24+ - update version to 1.1 in README
25+
1026## [ 1.1.0] - 2025-11-28
1127
1228### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " screencapturekit"
3- version = " 1.1 .0"
3+ version = " 1.2 .0"
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://github.com/doom-fish/screencapturekit-rs"
You can’t perform that action at this time.
0 commit comments