Skip to content

Commit 7a9ccc6

Browse files
authored
chore: release v7.0.0 (#149)
1 parent 185e39c commit 7a9ccc6

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

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 = "6.1.0"
3+
version = "7.0.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)