parent
164d0cb4a4
commit
19a1aebba3
|
@ -2,6 +2,10 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- **Fix**: Support for transcoding MKV files.
|
||||
|
||||
## [v5.4.1] - 2023-08-20
|
||||
|
||||
- Corrects a versioning error. This version is the same as v5.3.0
|
||||
|
|
|
@ -9,7 +9,7 @@ use OCA\Memories\Util;
|
|||
class BinExt
|
||||
{
|
||||
public const EXIFTOOL_VER = '12.60';
|
||||
public const GOVOD_VER = '0.1.11';
|
||||
public const GOVOD_VER = '0.1.12';
|
||||
public const NX_VER_MIN = '1.0';
|
||||
|
||||
/** Copy a binary to temp dir for execution */
|
||||
|
|
Loading…
Reference in New Issue