Skip to content

Commit

Permalink
Merge pull request #63 from helmerapp/release-plz-2024-05-18T09-29-20Z
Browse files Browse the repository at this point in the history
chore(scap): release v0.0.4
  • Loading branch information
Pranav2612000 authored May 18, 2024
2 parents 825ca75 + e168305 commit ff44e1d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
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 acap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cpal = "0.15.2"
cpal = "0.15.2"
25 changes: 25 additions & 0 deletions scap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.4](https://github.com/helmerapp/scap/compare/scap-v0.0.3...scap-v0.0.4) - 2024-05-18

### Added
- allow excluding windows while recording
- add frame type BGRA for fastest mac capture

### Fixed
- intel machine fix applied to local fork of core-graphics
- use fork of core-graphics
- pass shows cursor option to stream config

### Other
- format frame funcs
- Merge pull request [#59](https://github.com/helmerapp/scap/pull/59) from helmerapp/fix/allow-building-for-intel-mac
- use forked apple-sys with latest version of bindgen
- bump up screencapture-kit version to 0.2.8
- Merge pull request [#53](https://github.com/helmerapp/scap/pull/53) from helmerapp/feat/add-support-for-shows-cursor
2 changes: 1 addition & 1 deletion scap/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.3"
version = "0.0.4"
edition = "2021"
rust-version = "1.71"
license = "MIT"
Expand Down

0 comments on commit ff44e1d

Please sign in to comment.