Skip to content

Commit 8fabdc0

Browse files
authored
chore: release v2.1.0 (#142)
1 parent b9de1bf commit 8fabdc0

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

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

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 = "2.0.0"
3+
version = "2.1.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)