Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps screencapturekit from 0.3.6 to 1.4.2.

Release notes

Sourced from screencapturekit's releases.

v1.4.2

Fixed

  • remove whitespace between badges

Other

  • change example sample rate that isn't 48000 to be 24000 (which is actually valid) (#116)
  • update README badges to match LazyVim style

v1.4.1

Fixed

  • correct include_applications doctest to pass required second argument

Other

  • improve lib.rs documentation with more examples and patterns
  • simplify window title comparison in example
  • add missing examples 16 and 17 to lib.rs

v1.4.0

Added

  • (iosurface) add plane access methods to lock guard
  • add IOSurface::create_with_properties for multi-planar surfaces
  • (examples) improve metal app VU meter and add texture example
  • (cm) add comprehensive CMBlockBuffer API with cursor support
  • (example) demonstrate IOSurface introspection APIs
  • expand IOSurface API and add async improvements
  • (metal) add vertex descriptor and UI helpers
  • (cm) add Debug and Clone impls for CoreMedia types
  • (recording,screenshot) add Debug impls
  • (stream) add delegate registry with reference counting
  • (async) add Debug impls for async types
  • add Metal/IOSurface helpers and audio format improvements
  • (screenshot) add multi-format image saving support
  • (cm) add frame info accessors to CMSampleBuffer

Fixed

  • (tests) update import after completion rename
  • (docs) use ignore for async feature-gated doctest
  • (error) correct SCStreamErrorCode values to match Apple SDK
  • (recording) use ref-counted delegate registry for SCRecordingOutput
  • (example) add window fallback and CG init to 02_window_capture
  • (example) handle NaN in waveform vertex calculation
  • (example) handle NaN in waveform peak calculation
  • (stream) clone handlers when cloning SCStream
  • (stream) increment delegate ref count on clone

... (truncated)

Changelog

Sourced from screencapturekit's changelog.

1.4.2 - 2025-12-15

Fixed

  • remove whitespace between badges

Other

  • change example sample rate that isn't 48000 to be 24000 (which is actually valid) (#116)
  • update README badges to match LazyVim style

1.4.1 - 2025-12-11

Fixed

  • correct include_applications doctest to pass required second argument

Other

  • improve lib.rs documentation with more examples and patterns
  • simplify window title comparison in example
  • add missing examples 16 and 17 to lib.rs

1.4.0 - 2025-12-11

Added

  • (iosurface) add plane access methods to lock guard
  • add IOSurface::create_with_properties for multi-planar surfaces
  • (examples) improve metal app VU meter and add texture example
  • (cm) add comprehensive CMBlockBuffer API with cursor support
  • (example) demonstrate IOSurface introspection APIs
  • expand IOSurface API and add async improvements
  • (metal) add vertex descriptor and UI helpers
  • (cm) add Debug and Clone impls for CoreMedia types
  • (recording,screenshot) add Debug impls
  • (stream) add delegate registry with reference counting
  • (async) add Debug impls for async types
  • add Metal/IOSurface helpers and audio format improvements
  • (screenshot) add multi-format image saving support
  • (cm) add frame info accessors to CMSampleBuffer

Fixed

  • (tests) update import after completion rename
  • (docs) use ignore for async feature-gated doctest
  • (error) correct SCStreamErrorCode values to match Apple SDK
  • (recording) use ref-counted delegate registry for SCRecordingOutput
  • (example) add window fallback and CG init to 02_window_capture
  • (example) handle NaN in waveform vertex calculation

... (truncated)

Commits
  • 28e916e chore: release v1.4.2 (#115)
  • 9e4e579 change example sample rate that isn't 48000 to be 24000 (which is actually va...
  • b064b23 fix: remove whitespace between badges
  • 885d811 style: update README badges to match LazyVim style
  • d34a952 chore: release v1.4.1 (#114)
  • ebe46f1 fix: correct include_applications doctest to pass required second argument
  • b282ffa docs: improve lib.rs documentation with more examples and patterns
  • 899aa95 docs: simplify window title comparison in example
  • 64cbb58 docs: add missing examples 16 and 17 to lib.rs
  • efe5f1f chore: release v1.4.0 (#113)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [screencapturekit](https://github.com/doom-fish/screencapturekit-rs) from 0.3.6 to 1.4.2.
- [Release notes](https://github.com/doom-fish/screencapturekit-rs/releases)
- [Changelog](https://github.com/doom-fish/screencapturekit-rs/blob/main/CHANGELOG.md)
- [Commits](doom-fish/screencapturekit-rs@v0.3.6...v1.4.2)

---
updated-dependencies:
- dependency-name: screencapturekit
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Superseded by #162.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/cargo/rust/screencapturekit-1.4.2 branch December 22, 2025 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant