Skip to content

Commit

Permalink
version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbeard committed Aug 3, 2024
1 parent fca0848 commit ea406a3
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
1 change: 0 additions & 1 deletion .versioning/changes/1Y73bS2GJt.patch.md

This file was deleted.

1 change: 0 additions & 1 deletion .versioning/changes/ABD4J08NAE.patch.md

This file was deleted.

1 change: 0 additions & 1 deletion .versioning/changes/HkssZKsWhD.patch.md

This file was deleted.

1 change: 0 additions & 1 deletion .versioning/changes/KlqMy7e94g.patch.md

This file was deleted.

1 change: 0 additions & 1 deletion .versioning/changes/gRXSJ0T8eu.patch.md

This file was deleted.

1 change: 0 additions & 1 deletion .versioning/changes/nBpZUnmkTX.patch.md

This file was deleted.

1 change: 0 additions & 1 deletion .versioning/changes/tDzfsWLvKj.patch.md

This file was deleted.

2 changes: 1 addition & 1 deletion .versioning/current
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.7.1
### PATCH Changes:
- Users now are now no longer required to have the `shadow-cast-kms` executable in their `$PATH` if installed to a custom location. The process will look for it in the same location as the main `shadow-cast` executable.
- Reverts to using FPS as the video encoding timebase. This avoids some surprising behaviour with nvenc
- Fixes color conversion on Wayland compositors that don't use a linear pixel format for DRM planes (#39) (thanks: @SleepingPanda)
- Fixes an issue where a DRM driver can be incorretly reported as unavailable in Wayland (thanks: @SleepingPanda).
- Adds ability to output audio and video frame-time histogram metrics. This is enabled via the configure-time option `-DSHADOW_CAST_ENABLE_HISTOGRAMS=ON`
- Fixes an A/V desync issue with the opus encoder
- Fixes an issue where builds would fail if the FFMpeg headers are located under a subfolder within `/usr/include` (thanks: @SleepingPanda)

## 0.7.0
### MINOR Changes:
- Improves encoding performance by using a dedicated thread
Expand Down

0 comments on commit ea406a3

Please sign in to comment.