Skip to content

Commit 679bf66

Browse files
authored
chore: release v1.4.0
1 parent 36c7483 commit 679bf66

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.0](https://github.com/doom-fish/screencapturekit-rs/compare/v1.3.0...v1.4.0) - 2025-11-30
11+
12+
### Added
13+
14+
- *(screenshot)* add multi-format image saving support
15+
- *(cm)* add frame info accessors to CMSampleBuffer
16+
17+
### Other
18+
19+
- update README to use macos_26_0 as latest feature
20+
- fix rustfmt formatting issues
21+
- *(tests)* rename sync_completion_tests to completion_tests
22+
1023
## [1.3.0](https://github.com/doom-fish/screencapturekit-rs/compare/v1.2.0...v1.3.0) - 2025-11-30
1124

1225
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screencapturekit"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/doom-fish/screencapturekit-rs"

0 commit comments

Comments
 (0)