History

v3.1.1

20 Dec 2023

Bugfixes

  • env now honors - and options in the command (#14)

v3.1.0

30 Nov 2023

Features

  • Implement support for env with subprocess. (#5)

v3.0.0

29 Jul 2023

Features

  • Added support for ls -a.

  • Require Python 3.8 or later.

Deprecations and Removals

  • Removed the login command, as it’s based on deprecated and insecure libraries (crypt, spwd).

v2.0.2

19 Jun 2023

#13: Fixed destination calculation in cp.

v2.0.1

21 Apr 2023

Fixed argument reference in cp.

v2.0.0

Removed smtpd command, incompatible with Python 3.12.

v1.0.2

02 Nov 2022

#12: Fixed argument reference in mv.

v1.0.1

02 Nov 2022

#12: Fixed argument handling in mv.

v1.0.0

27 Oct 2022

#10: Fixed argument handling in ln.

v0.4.0

27 Mar 2022

Refreshed packaging.

Require Python 3.7 or later.

v0.3.2

25 May 2021

#4: Fixed broken commands: more, sort, sendmail.

v0.3.1

01 Mar 2021

#3: Fixed argument handling in smtpd.

Fixed linter errors due to complexity checks.

Refreshed packaging.

v0.3.0

26 Nov 2020

Require Python 3.6 or later.

Refreshed package metadata.

Test suite now passes on Windows.

v0.2.0

11 Feb 2019

Removed createlinks command and now cmdix now installs scripts unconditionally to the target environment.

v0.1.0

10 Feb 2019

Initial release revived from pycoreutils.