1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" href="cron.css" type="text/css"/>
<title>CRON-o-Meter Release Notes</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
</head>
<body>
<h1>CRON-o-Meter Release Notes</h1>
<h2>What's new in Version 0.8?</h2>
<ul>
<li>Food database upgraded to USDA sr19</li>
<li>Added nutrient data for Choline, Caffeine, and Fluoride.</li>
<li>Search results can be sorted by rank or alphabetically by clicking column headers</li>
<li>Updated CRDB
<ul>
<li>Updated nutrition information for CRDB:00006 -- Brewer's Yeast Lewis Labs</li>
<li>Added several new foods to CRDB</li>
<li>Added corrected version of USDA's Almond Butter</li>
</ul>
</li>
<li>Remembers last window size and position</li>
<li>System Tray icon for handy access (Requires Java 6 to be installed)</li>
<li>Added daily note pad for keeping free-form notes for each day</li>
<li>New Help Browser and help content</li>
<li>Fixed typo: Cholesterol was incorrectly labeled in grams instead of milligrams.</li>
</ul>
<h3>USDA sr19</h3>
The USDA food database has been upgraded to the most recent release.
In addition to adding and updating many foods with more recent data,
CRON-o-Meter now adds data for Choline, Caffeine, and Fluoride. Note
that data for Choline and Fluoride may be under-represented in the data.
Some foods that existed in sr18 have been deleted in sr19. We've kept
these foods for backwards compatibility, but they will show up in the
program greyed-out with accompanying warnings.
<h3>Updated CRDB</h3>
The special CRDB (CR Community Food Database) has been updated with new data
for <i>Brewer's Yeast Lewis Labs</i>. The USDA's entry for Almond Butter, Unsalted
is missing data for Vitamin E. A corrected entry was added to the CRDB. We've added
several new foods submitted by Michael Rae and Aaron Davidson. As always, we
welcome quality submissions from our user community for inclusion in the next
release.
<h3>Nutrient Editors</h3>
In the food editor, there is now a distinction made between a nutrient having a
known amount of 0 and missing data. Nutrients with no data are shown in grey.
</body>
</html>
|