Releases: ryze312/ff2mpv-rust
Releases · ryze312/ff2mpv-rust
1.1.5
1.1.5
- Set process group to make sure process is not killed on *nix systems according to MDN (#14)
- Add ARM64 support
1.1.4
1.1.4
- Fixed Chromium manifest on Windows (#13)
v1.1.3
1.1.3
- Arguments from ff2mpv profiles are now passed to
mpv
correctly
v1.1.2
v1.1.2
- Added manifest support for Chromium (through
manifest_chromium
command)
- Fixed mpv closing on Windows after ff2mpv gets terminated (#5)
- Separating args with
--
when launching mpv for better security (#10)
- Pass
--no-terminal
to mpv (#10)
- Updated dependencies and added Cargo.lock (#4)
Use CREATE_BREAKAWAY_FROM_JOB on Windows
This is pre-release of 1.1.2 for testing the windows_launch_bug
branch
v1.1.1
v1.1.1
- Fixed player log cluttering the browser pipe
- Fixed unexpected error showing up in browser console
Thanks @Gobbel2000 !
v1.1.0
v1.1.0
- Added command line interface (see usage in README)
- Added configuration file for using custom players (example is provided in README)