Back to Coreutils

0.0.14

docs/src/release-notes/0.0.14.md

0.8.07.9 KB
Original Source

0.0.14

Version: 0.0.14 Published: 2022-05-22T18:40:07Z

Release Notes

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

env

hashsum

install

kill

ls, dir & vdir

mkdir

mktemp

mv

printf

ptx

rm

seq

stat

tty

uname

uniq

New Contributors

@pothos (https://github.com/uutils/coreutils/pull/3361), @marv (https://github.com/uutils/coreutils/pull/3384), @sudosmile (https://github.com/uutils/coreutils/pull/3383), @pyoky (https://github.com/uutils/coreutils/pull/3150), @gmnsii (https://github.com/uutils/coreutils/pull/3405), @rtzoeller (https://github.com/uutils/coreutils/pull/3443), @anastygnome (https://github.com/uutils/coreutils/pull/3459), @naveensrinivasan (https://github.com/uutils/coreutils/pull/3453), @ilkecan (https://github.com/uutils/coreutils/pull/3529)

Full Changelog: https://github.com/uutils/coreutils/compare/0.0.13...0.0.14