We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32226ca commit 55acb09Copy full SHA for 55acb09
1 file changed
CHANGES.md
@@ -6,6 +6,13 @@ Version 0.7.7
6
7
To be released.
8
9
+ - Fixed video thumbnail generation failing for some MP4/MOV files by writing
10
+ the video data to a temporary file instead of piping it via stdin (`pipe:0`),
11
+ which does not support seeking. [[#397], [#398] by NTSK]
12
+
13
+[#397]: https://github.com/fedify-dev/hollo/issues/397
14
+[#398]: https://github.com/fedify-dev/hollo/pull/398
15
16
17
Version 0.7.6
18
-------------
0 commit comments