Skip to content

Commit 55f6a60

Browse files
authored
chore: release v1.2.0
1 parent 08db4c5 commit 55f6a60

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

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)