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,26 @@ 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+ - add semicolon to satisfy clippy lint
19+ - resolve all clippy warnings
20+ - use correct FFI function for async shareable content
21+
22+ ### Other
23+
24+ - fix formatting issues
25+ - consolidate workflows into single CI pipeline
26+ - replace mpsc channel with Mutex+Condvar in content sharing picker
27+ - replace mpsc channel with Mutex+Condvar in screenshot manager
28+ - update version to 1.1 in README
29+
1030## [ 1.1.0] - 2025-11-28
1131
1232### 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