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,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 7.0.0] ( https://github.com/doom-fish/screencapturekit-rs/compare/v6.1.0...v7.0.0 ) - 2026-05-29
11+
12+ ### Added
13+
14+ - add strided pixel render + locked IOSurface CPU view; use ffi_string helper for file_url
15+
16+ ### Fixed
17+
18+ - use MaybeUninit for batch FFI scratch buffers
19+
20+ ### Other
21+
22+ - cap dev-only bitflags below 2.12 to fix dispatch2 recursion overflow
23+ - Merge ffi/wrappers: sc_retained! macro + null-checked constructors
24+ - consolidate retain/release wrappers via sc_retained! macro and standardize null-checked constructors
25+ - Merge ffi/picker: reclaim observer callback on replacement + consolidate one-shot trampolines
26+ - Merge ffi/screenshot: strided pixel render + ffi_string helper for file_url
27+
1028## [ 6.1.0] ( https://github.com/doom-fish/screencapturekit-rs/compare/v6.0.1...v6.1.0 ) - 2026-05-29
1129
1230### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " screencapturekit"
3- version = " 6.1 .0"
3+ version = " 7.0 .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