Skip to content

Commit c571606

Browse files
committed
v0.2.6
1 parent 552b6ac commit c571606

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ authors = ["Per Johansson <[email protected]>"]
66
homepage = "https://doom.fish"
77
edition = "2021"
88
rust-version = "1.75"
9-
version = "0.2.5"
9+
version = "0.2.6"
1010
keywords = ["screencapture", "screencapturekit", "macos"]
1111
license = "MIT OR Apache-2.0"

screencapturekit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ ci = []
2525
path = "./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" }

0 commit comments

Comments
 (0)