Skip to content

Commit

Permalink
Merge pull request #125 from CapSoftware/release-plz-2024-11-05T15-14…
Browse files Browse the repository at this point in the history
…-07Z

chore: release v0.0.6
  • Loading branch information
Brendonovich authored Nov 5, 2024
2 parents 7339e29 + c307cb8 commit c38d421
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6](https://github.com/CapSoftware/scap/compare/v0.0.5...v0.0.6) - 2024-11-05

### Added

- adds correct crop_area
- get_crop_area for specific targets
- adds scale_factor support for windows and displays on mac
- get_main_display func improved
- add unique identifier to unknown displays on mac
- adds correct name of displays on macos
- make scale_factor f64
- exclude windows without title
- adds windows as targets on mac
- restructure util functions and add display name windows

### Fixed

- Revert to DrawBorderSettings::Default on Windows
- modified get_crop_area to include scale_factor for windows
- minor change for scale factor
- use cg types from sckit_sys
- output frame size target
- windows tweaks
- macos imports after restructure

### Other

- backwards compatability + enum error
- vendor apple-sys bindings
- Merge pull request [#95](https://github.com/CapSoftware/scap/pull/95) from MAlba124/main
- Make STREAM_STATE_CHANGED_TO_ERROR reset on stop_capture
- Fix restart on pipewire capturer
- Merge pull request [#89](https://github.com/CapSoftware/scap/pull/89) from MAlba124/main
- update .all-contributorsrc
- update README.md
- cleanup deps and remove cgtype in favor of area
- update readme and add todo for windows
- Merge branch 'feat/solo-target' into feat/use-targets-mac
- Merge branch 'feat/solo-target' into feat/mac-targets-scale-factor
- Merge pull request [#81](https://github.com/CapSoftware/scap/pull/81) from helmerapp/feat/windows-improvements
- Merge branch 'main' into feat/windows-targets
- Merge branch 'feat/windows-targets' of https://github.com/helmerapp/scap into feat/windows-targets
- extract pixelformat conversions to different file
- source rect simplifier
- shorten width, height
- windows engine
- tweak example app
- updates readme

## [0.0.5](https://github.com/helmerapp/scap/compare/v0.0.4...v0.0.5) - 2024-05-25

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scap"
description = "Modern, high-performance screen capture library for Rust. Cross-platform."
version = "0.0.5"
version = "0.0.6"
edition = "2021"
rust-version = "1.71"
license = "MIT"
Expand Down

0 comments on commit c38d421

Please sign in to comment.