Skip to content

Commit 17bdc42

Browse files
authored
chore: release v1.4.3 (#118)
1 parent 649a3ed commit 17bdc42

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.5.0](https://github.com/doom-fish/screencapturekit-rs/compare/v1.4.2...v1.5.0) - 2025-12-20
11+
12+
### Added
13+
14+
- add WebRTC screen streaming example
15+
- *(examples)* add full wgpu screen capture viewer
16+
- *(examples)* add full egui viewer with eframe
17+
18+
### Fixed
19+
20+
- remove tauri build artifacts from git tracking
21+
- *(examples)* simplify tauri example shader and config
22+
- *(tests)* remove unnecessary unsafe block
23+
- *(lint)* resolve clippy warnings and update API naming
24+
- *(lint)* resolve clippy doc_markdown warnings
25+
- *(examples)* correct wgpu row stride and sRGB color
26+
27+
### Other
28+
29+
- update .gitignore for tauri example build artifacts
30+
- remove RwLock+Sync changes, keep Mutex for handler registry
31+
- fix README code block rendering on GitHub
32+
- fix README code block rendering on GitHub
33+
- fix clippy doc_markdown warning for IOSurface
34+
- rename SCContentFilter::with() to create() and add audio enums
35+
- update SCContentFilter API calls and benchmark label
36+
- fix failing doctests
37+
- enhance Cargo.toml with lints, badges, and example features
38+
- update README with examples 18-23 and fix module structure
39+
- *(examples)* remove unused list_applications from tauri example
40+
- *(examples)* remove unused RecordingState from tauri example
41+
- *(examples)* update tauri README to match current code
42+
- format tauri example code
43+
- add crates.io badges and egui/bevy examples
44+
- add Used By section, FUNDING.yml, and integration examples
45+
- *(deps)* update criterion requirement from 0.5 to 0.8 ([#117](https://github.com/doom-fish/screencapturekit-rs/pull/117))
46+
1047
## [1.4.2](https://github.com/doom-fish/screencapturekit-rs/compare/v1.4.1...v1.4.2) - 2025-12-15
1148

1249
### Fixed

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.4.2"
3+
version = "1.5.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)