Skip to content

Commit c38d421

Browse files
authored
Merge pull request #125 from CapSoftware/release-plz-2024-11-05T15-14-07Z
chore: release v0.0.6
2 parents 7339e29 + c307cb8 commit c38d421

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.6](https://github.com/CapSoftware/scap/compare/v0.0.5...v0.0.6) - 2024-11-05
10+
11+
### Added
12+
13+
- adds correct crop_area
14+
- get_crop_area for specific targets
15+
- adds scale_factor support for windows and displays on mac
16+
- get_main_display func improved
17+
- add unique identifier to unknown displays on mac
18+
- adds correct name of displays on macos
19+
- make scale_factor f64
20+
- exclude windows without title
21+
- adds windows as targets on mac
22+
- restructure util functions and add display name windows
23+
24+
### Fixed
25+
26+
- Revert to DrawBorderSettings::Default on Windows
27+
- modified get_crop_area to include scale_factor for windows
28+
- minor change for scale factor
29+
- use cg types from sckit_sys
30+
- output frame size target
31+
- windows tweaks
32+
- macos imports after restructure
33+
34+
### Other
35+
36+
- backwards compatability + enum error
37+
- vendor apple-sys bindings
38+
- Merge pull request [#95](https://github.com/CapSoftware/scap/pull/95) from MAlba124/main
39+
- Make STREAM_STATE_CHANGED_TO_ERROR reset on stop_capture
40+
- Fix restart on pipewire capturer
41+
- Merge pull request [#89](https://github.com/CapSoftware/scap/pull/89) from MAlba124/main
42+
- update .all-contributorsrc
43+
- update README.md
44+
- cleanup deps and remove cgtype in favor of area
45+
- update readme and add todo for windows
46+
- Merge branch 'feat/solo-target' into feat/use-targets-mac
47+
- Merge branch 'feat/solo-target' into feat/mac-targets-scale-factor
48+
- Merge pull request [#81](https://github.com/CapSoftware/scap/pull/81) from helmerapp/feat/windows-improvements
49+
- Merge branch 'main' into feat/windows-targets
50+
- Merge branch 'feat/windows-targets' of https://github.com/helmerapp/scap into feat/windows-targets
51+
- extract pixelformat conversions to different file
52+
- source rect simplifier
53+
- shorten width, height
54+
- windows engine
55+
- tweak example app
56+
- updates readme
57+
958
## [0.0.5](https://github.com/helmerapp/scap/compare/v0.0.4...v0.0.5) - 2024-05-25
1059

1160
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "scap"
33
description = "Modern, high-performance screen capture library for Rust. Cross-platform."
4-
version = "0.0.5"
4+
version = "0.0.6"
55
edition = "2021"
66
rust-version = "1.71"
77
license = "MIT"

0 commit comments

Comments
 (0)