-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from helmerapp/release-plz-2024-05-18T09-34-30Z
chore(scap): release v0.0.4
- Loading branch information
Showing
4 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters