Skip to content

Latest commit

 

History

History
87 lines (54 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

87 lines (54 loc) · 2.92 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.8 - 2024-04-29

Fixed

  • #45 feat: add support for shows_cursor

0.2.7 - 2024-03-20

Fixed

  • #42 Fix ShareableContent when permissions are missing

0.2.6 - 2024-02-06

Fixed

  • #37 Fix error handling
  • #35 Make safe StreamConfiguration defaults equal to unsafe

0.2.5 - 2024-01-25

Fixed

  • 0.2.4 had an issue with the configuration. This is fixed now.

0.2.4 - 2024-01-23

Fixed

  • #34 minimum_frame_interval not working as expected
  • #33 Can no longer import SCFrameStatus

0.2.3 - 2024-01-15

Fixed

  • #32: feat: add support for pixel_format and source_rect

0.2.2 - 2024-01-15

Fixed

  • #31: Fix segfault due to bad refcount

0.2.1 - 2023-12-15

Fixed

  • Cargo dependency mistake

0.2.0 - 2023-12-15

Added

  • #13: Support audio stream
  • #10: Allow for audio output
  • #9: High level example
  • Additional examples
  • Expand CMSampleBuffer API

Fixed

  • #14: Don't panic on new_completion_handler
  • #7: Fix typo in UnsafeSCWindow

[0.1.0] - 2023-08-21

Added

  • Initial commit with prototype version