Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Jan 19, 2024
1 parent 46cc05d commit cac3cfc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
38 changes: 26 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,47 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.3] - 2023-12-15

### Fixed

- [#32](https://github.com/svtlabs/screencapturekit-rs/pull/32): feat: add support for pixel_format and source_rect

## [0.2.2] - 2023-12-15

### Fixed
- #31: Fix segfault due to bad refcount

- [#31](https://github.com/svtlabs/screencapturekit-rs/pull/31): Fix segfault due to bad refcount

## [0.2.1] - 2023-12-15

### Fixed
- Cargo dependency mistake

- Cargo dependency mistake

## [0.2.0] - 2023-12-15

### Added
- [#13](https://github.com/svtlabs/screencapturekit-rs/pull/13): Support audio stream
- [#10](https://github.com/svtlabs/screencapturekit-rs/pull/10): Allow for audio output
- [#9](https://github.com/svtlabs/screencapturekit-rs/pull/9): High level example
- Additional examples
- Expand CMSampleBuffer API

- [#13](https://github.com/svtlabs/screencapturekit-rs/pull/13): Support audio stream
- [#10](https://github.com/svtlabs/screencapturekit-rs/pull/10): Allow for audio output
- [#9](https://github.com/svtlabs/screencapturekit-rs/pull/9): High level example
- Additional examples
- Expand CMSampleBuffer API

### Fixed
- [#14](https://github.com/svtlabs/screencapturekit-rs/pull/14): Don't panic on new_completion_handler
- [#7](https://github.com/svtlabs/screencapturekit-rs/pull/7): Fix typo in UnsafeSCWindow


- [#14](https://github.com/svtlabs/screencapturekit-rs/pull/14): Don't panic on new_completion_handler
- [#7](https://github.com/svtlabs/screencapturekit-rs/pull/7): Fix typo in UnsafeSCWindow

## [0.1.0] - 2023-08-21

### Added
- Initial commit with prototype version

[unreleased]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.2...HEAD
- Initial commit with prototype version

[unreleased]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ authors = ["Per Johansson <[email protected]>"]
homepage = "https://doom.fish"
edition = "2021"
rust-version = "1.75"
version = "0.2.2"
version = "0.2.3"
keywords = ["screencapture", "screencapturekit", "macos"]
license = "MIT OR Apache-2.0"
2 changes: 1 addition & 1 deletion screencapturekit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ci = []
path = "./src/lib.rs"

[dependencies]
screencapturekit-sys = { version = "0.2.2", path = "../screencapturekit-sys" }
screencapturekit-sys = { version = "0.2.3", path = "../screencapturekit-sys" }

0 comments on commit cac3cfc

Please sign in to comment.