Skip to content

Commit 8b86bba

Browse files
authored
chore: release v1.1.1
1 parent 53ee03b commit 8b86bba

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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 = "1.1.0"
3+
version = "1.2.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)