@@ -6,6 +6,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
58
## [ 0.0.5] ( https://github.com/helmerapp/scap/compare/v0.0.4...v0.0.5 ) - 2024-05-25
10
59
11
60
### Other
0 commit comments