File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.0.8] ( https://github.com/CapSoftware/scap/compare/v0.0.7...v0.0.8 ) - 2024-12-10
10+
11+ ### Other
12+
13+ - rewind version
14+ - Update mod.rs
15+ - Bump version (backwards compatible bug fix)
16+ - Change as_raw_nopadding_buffer to as_nopadding_buffer
17+ - Make GraphicsCaptureApiHandler's fn ` new ` implementation for Capturer have the correct signature
18+ - handle macos stream errors with error flag
19+ - expose CMSampleBuffer
20+
921## [ 0.0.7] ( https://github.com/CapSoftware/scap/compare/v0.0.6...v0.0.7 ) - 2024-11-07
1022
1123### Features
Original file line number Diff line number Diff line change 11[package ]
22name = " scap"
33description = " Modern, high-performance screen capture library for Rust. Cross-platform."
4- version = " 0.0.7 "
4+ version = " 0.0.8 "
55edition = " 2021"
66rust-version = " 1.71"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments