File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,24 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.2.6] - 2024-02-06
9+
10+ ### Fixed
11+
12+ - [ #37 ] ( https://github.com/svtlabs/screencapturekit-rs/issues/37 ) Fix error handling
13+ - [ #35 ] ( https://github.com/svtlabs/screencapturekit-rs/issues/35 ) Make safe StreamConfiguration defaults equal to unsafe
14+
715## [ 0.2.5] - 2024-01-25
816
917### Fixed
18+
1019- 0.2.4 had an issue with the configuration. This is fixed now.
1120
1221## [ 0.2.4] - 2024-01-23
1322
1423### Fixed
24+
1525- [ #34 ] ( https://github.com/svtlabs/screencapturekit-rs/issues/34 ) minimum_frame_interval not working as expected
1626- [ #33 ] ( https://github.com/svtlabs/screencapturekit-rs/issues/33 ) Can no longer import SCFrameStatus
1727
@@ -50,13 +60,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5060
5161## [ 0.1.0] - 2023-08-21
5262
53-
54-
5563### Added
5664
5765- Initial commit with prototype version
5866
59- [ unreleased ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.5...HEAD
67+ [ unreleased ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.6...HEAD
68+ [ 0.2.6 ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.5...v0.2.6
6069[ 0.2.5 ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.4...v0.2.5
6170[ 0.2.4 ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.3...v0.2.4
6271[ 0.2.3 ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change 66homepage = " https://doom.fish"
77edition = " 2021"
88rust-version = " 1.75"
9- version = " 0.2.5 "
9+ version = " 0.2.6 "
1010keywords = [" screencapture" , " screencapturekit" , " macos" ]
1111license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ ci = []
2525path = " ./src/lib.rs"
2626
2727[dependencies ]
28- screencapturekit-sys = { version = " 0.2.5 " , path = " ../screencapturekit-sys" }
28+ screencapturekit-sys = { version = " 0.2.6 " , path = " ../screencapturekit-sys" }
You can’t perform that action at this time.
0 commit comments