cargo fend 0.1.29
Version 0.1.29

latest releases: 1.4.9, 1.4.8, 1.4.7...
2 years ago

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.toml for its configuration file, and store history in ~/.local/state/fend/history. You can run fend help to see which paths fend uses, and override them via the FEND_CONFIG_DIR and FEND_STATE_DIR environment variables if necessary.
  • Colors in the CLI are now enabled by default. They can be disabled via the enable-colors config option, or via the NO_COLOR environment variable. CLICOLOR and CLICOLOR_FORCE environment variables are also respected. See https://bixense.com/clicolors/ and https://no-color.org for more info.
  • Add a max-history-size config 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-gnueabihf and aarch64 architectures.

Don't miss a new fend release

NewReleases is sending notifications on new releases.