Changes in timtools

2019-09-18

Started converting to Python 3.

Version 2.0.2 (not yet released)

The sync command failed with a traceback:

Traceback (most recent call last):
  File "timtools\scripts\sync.py", line 18, in <module>
ImportError: cannot import name __url__
[292] Failed to execute script sync

Version 2.0.1 (released 2018-07-25)

Added also the sendmail command.

Version 2.0.0 (released 2018-07-06)

The version bump is because now we use pyinstaller for creating the timtools.zip file and because now the source code is publicly available again for the first time since googlecode was closed.

timtools 2.0.0 fixes a problem in the openmail command: that command wrote its temporary file using cp850 encoding, now it uses UTF-8.

Warning : this is the first release of the 2.0 series and it potentially contains regression bugs which break things. For example it includes only the commands sync, prnprint, prn2pdf and openmail because these are the only ones we know to be used. If you discover that your TIM actually uses some other timtools command, let us know.

See Installing timtools for installation instructions.

Older changes