- Add support for Python 3.12. - Recognize the clone3 system call (`issue 11 <https://github.com/mgedmin/strace-process-tree/pull/11>`_).
1.4.0
------------------
* Fix parsing ``/* 1 var */`` (`issue 9 <https://github.com/mgedmin/strace-process-tree/pull/9>`_). * Removed support for Python 2.
1.3.0
------------------
* Support the NO_COLOR environment variable for disabling color autodetection (see https://no-color.org/). * Fix parsing '<... syscall resumed>)' lines without a space in front of the closing parenthesis (`issue 5 <https://github.com/mgedmin/strace-process-tree/issues/5>`_).
1.2.1
------------------
* Add support for Python 3.8, 3.9, 3.10, and 3.11. * Drop support for Python 3.5 and 3.6. * Show line numbers when complaining about malformed input lines. * Handle "[pid NNN]" prefixes with more than one space.