Files
fix-opera-linux-ffmpeg-wide…/CHANGELOG.md

782 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

  • universal shebang bash interpreter to safely find bash on $PATH

Removed

Fixed

  • in the preflight check: Prefer our user-friendly error messages while avoiding double error message from the operating system by redirecting also stderr to /dev/null
  • potential runtime error: prefer command -v over which-command, which can have different behaviour on different Linux distributions and always use the first result in PATH independently of multiple defined commands