Skip to content

Releases: livibetter/td.sh

Version 2.0.0 (Library 1:0:0)

30 Aug 22:59
Compare
Choose a tag to compare

Big changes since v1.0.3

td.sh is converted into a C code and C library, it also has Bash loadable and Python (both 2 and 3) bindings. In fact, the Bash loadable is primary force to make v2.0.0 happen.

The single and simple Makefile is now replaced with GNU Autotools build process, with testing functions from Check for unittest and Autotest for other tests.

User may only notices the difference in command-line interface:

  • -- is now required to insert before when using negative duration, or it would be seen as invalid option
  • -h and -V for the command help message and version string

Please see ChangeLog and NEWS for more details.