github uutils/coreutils 0.0.14

latest releases: 0.0.27, 0.0.26, 0.0.25...
2 years ago

Highlights

  • Minimum supported Rust version is now 1.56 and we use the 2021 edition.
  • Android support has been fixed and is now checked in the CI thanks to @jtracey.
  • df has seen major improvements due to incredible work by @cakebaker.
  • Path completions on modern shells (like zsh and fish) now work properly.
  • The dir and vdir utilities where added as aliases for ls and ls -l, respectively.
  • Many utils have seen minor changes to improve GNU compatibility. See https://github.com/uutils/coreutils-tracking/ for more details

Changes

The PR's listed below change the user-facing behaviour of the utils. It is a selection of all the contributions in this release.

General

chown

cp

date

df

du

  • Return non zero error code when dealing with permissions errors by @sylvestre in #3382
  • Add support for --exclude and --exclude-from by @sylvestre in #3381

env

hashsum

  • Add --no-names option from official b3sum tool by @pothos in #3361

install

kill

ls, dir & vdir

mkdir

mktemp

mv

printf

  • Default left-justify integer conversion to 1 width by @hbina in #3061

ptx

rm

  • Rename none by --interactive=never to fix ../gnu/tests/rm/i-never.sh by @sylvestre in #3356

seq

stat

tty

uname

uniq

New Contributors

@pothos (#3361), @marv (#3384), @sudosmile (#3383), @pyoky (#3150), @gmnsii (#3405), @rtzoeller (#3443), @anastygnome (#3459), @naveensrinivasan (#3453), @ilkecan (#3529)

Full Changelog: 0.0.13...0.0.14

Don't miss a new coreutils release

NewReleases is sending notifications on new releases.