Releases: ryze312/ff2mpv-rust
Releases · ryze312/ff2mpv-rust
1.1.7
1.1.7
- Update dependencies
- Migrate to Rust 2024 edition
- Config errors should now be printed to browser console on Firefox and to logs on Chromium
- Support and binaries for musl! 🎉
1.1.6
1.1.6
- Update dependencies
- Default to using
--no-terminal --
for arguments instead of forcing them.
This change allows using any player or wrapper for mpv.
Be sure to include --
or a similar argument for your player at the end of the list to prevent argument injection.
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)