Changes in this version:
- The locations for the config and history files have changed on some operating systems. On Linux and macOS, fend will now look in
~/.config/fend/config.tomlfor its configuration file, and store history in~/.local/state/fend/history. You can runfend helpto see which paths fend uses, and override them via theFEND_CONFIG_DIRandFEND_STATE_DIRenvironment variables if necessary. - Colors in the CLI are now enabled by default. They can be disabled via the
enable-colorsconfig option, or via theNO_COLORenvironment variable.CLICOLORandCLICOLOR_FORCEenvironment variables are also respected. See https://bixense.com/clicolors/ and https://no-color.org for more info. - Add a
max-history-sizeconfig option to control how many history entries are saved by default. - Improve error-checking when reading the config file. Minor errors will now only produce warnings, and no longer cause parsing to fail entirely.
- There are now Linux ARM builds available, for both
armv7-gnueabihfandaarch64architectures.