File tree 2 files changed +13
-1
lines changed 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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
21
## [ 0.0.7] ( https://github.com/CapSoftware/scap/compare/v0.0.6...v0.0.7 ) - 2024-11-07
10
22
11
23
### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " scap"
3
3
description = " Modern, high-performance screen capture library for Rust. Cross-platform."
4
- version = " 0.0.7 "
4
+ version = " 0.0.8 "
5
5
edition = " 2021"
6
6
rust-version = " 1.71"
7
7
license = " MIT"
You can’t perform that action at this time.
0 commit comments