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,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.1.0] ( https://github.com/doom-fish/screencapturekit-rs/compare/v2.0.0...v2.1.0 ) - 2026-05-11
11+
12+ ### Added
13+
14+ - * (screenshot)* add rgba_data_into / bgra_data_into for buffer reuse
15+
16+ ### Fixed
17+
18+ - * (test)* make data_into test robust to non-deterministic capture content
19+ - * (docs)* wrap README batched-API code samples for doctest
20+ - * (lint)* add backticks + Eq derives to satisfy clippy -D warnings
21+ - * (examples)* 03_audio_capture only registered Screen handler
22+
23+ ### Other
24+
25+ - * (ffi-string)* stack-allocate the buffer for small strings
26+ - migrate 02_window_capture + 14_app_capture to snapshot(); document batched APIs in README
27+ - * (examples)* migrate 07_list_content to snapshot() + add 24 showcase
28+ - * (perf)* add live capture profiling driver + symbolicate scripts
29+ - * (screenshot)* add native-BGRA fast path skipping channel swap
30+ - * (bench)* add audio+video throughput + audio_buffer_list micro-bench
31+ - batched FFI + zero-init removal across hot paths
32+
1033## [ 2.0.0] ( https://github.com/doom-fish/screencapturekit-rs/compare/v1.5.4...v2.0.0 ) - 2026-05-06
1134
1235### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " screencapturekit"
3- version = " 2.0 .0"
3+ version = " 2.1 .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