Internal Links
Downloads
External Links
Contact
RELEASE-2.1.0 (2010-02-26)
- Fixed an undetected bug which prevented the logger from
being found on Mac OS X.
- Renamed
tfd128 to tfd128_cli.py; there’s a
tfd128 shell script for backwards compatibility.
- Potential incompatibility: renamed short option for
--debug
from ‘-d’ to ‘-g’.
- Added new commandline option
--device (short: ‘-d’)
so the user can specify the device to be used.
- Potential incompatibility: the class
Tfd128 no longer tries
to find the serial device itself.
- Updated INSTALLATION notes for Ubuntu 9.04.
RELEASE-2.0.4 (2009-12-30)
- Fixed uninitialized variable access. This bug should have been
fixed in 2.0.3 already.
RELEASE-2.0.3 (2008-03-01)
- Fixed invalid variable access when the battery was drained or the
eeprom was full.
RELEASE-2.0.2 (2008-02-22)
- Fix: nothing was written, when ‘
-o’ was not specified.
RELEASE-2.0.1 (2008-02-21)
- Fix: the default data format produced an additional column when only
the temperature was recorded.
RELEASE-2.0.0 (2008-02-20)
- Major code rewrite; note that the new implementation of the
Tfd128 class itself is incompatible with the 1.x releases, but
should be easier to use now. Application and class have been split into
separate files. The tfd128.py file now only contains the
Tfd128 class. The application part has been moved into
tfd128.
- The progress bar is now off by default when printing to
stdout. Also, the heading line in the output data has been
removed.
- Both the date/time format and the output data format can be changed
via the command line.
- Both the standalone script and the class itself are now documented.
RELEASE-1.2.1 (2007-09-26)
- Added missing newline in CSV file.
- Fixed division by zero bug when there was only one measurement point.
RELEASE-1.2.0 (2007-07-06)
- Added
envcontrol.py [Pascal Bihler]
- Fixed and improved error handling.
- Added command line options to suppress the progress bar and the
header line when dumping the data values
RELEASE-1.1.0 (2007-06-27)
- Added license notes and
README.
- Added Mac OS X support [Pascal Bihler]
- Use
sys.exit() instead of exit() [Pascal Bihler]
RELEASE-1.0.0 (2007-02-12)
- First revision leaving my computer.