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+ ## [ 3.1.2] ( https://github.com/doom-fish/screencapturekit-rs/compare/v3.1.1...v3.1.2 ) - 2026-05-17
11+
12+ ### Fixed
13+
14+ - * (docs)* backtick ScreenCaptureKit in README to satisfy doc-markdown
15+ - * (docs)* drop non-existent com.apple.security.screen-capture entitlement ([ #144 ] ( https://github.com/doom-fish/screencapturekit-rs/pull/144 ) )
16+ - * (stream-config)* pin BGRA as default pixel format ([ #145 ] ( https://github.com/doom-fish/screencapturekit-rs/pull/145 ) )
17+
18+ ### Other
19+
20+ - * (deps)* publish-friendly Cargo.toml; move sibling paths to local .cargo/config
21+ - add explicit CodeQL workflow on macos-26 (Rust-only)
22+ - pin apple-metal-rs sibling to v0.7.1 + restrict matrix to macos-26
23+ - drop macos-14 from build + leak-check matrix
24+ - * (siblings)* pin apple-cf/apple-metal sibling clones to v0.6.x
25+ - * (lint)* run on macos-26 so --all-features can compile macos_26_0 code
26+ - * (workflow)* clone sibling path-dependency repos before build
27+ - widen apple-cf / apple-metal version constraints
28+ - fmt + audit-v2 follow-ups
29+
1030## [ 3.1.1] ( https://github.com/doom-fish/screencapturekit-rs/compare/v3.1.0...v3.1.1 ) - 2026-05-16
1131
1232### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " screencapturekit"
3- version = " 3.1.1 "
3+ version = " 3.1.2 "
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