File: release9.html

package info (click to toggle)
cronometer 0.9.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,744 kB
  • sloc: java: 17,382; xml: 909; makefile: 19
file content (67 lines) | stat: -rw-r--r-- 2,345 bytes parent folder | download | duplicates (6)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!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.9.9?</h2>
<ul>
   <li>Updated to USDA sr24</li> 
   <li>Upgraded to Swingx 1.6.2</li> 
</ul>

<h2>What's new in Version 0.9.8?</h2>
<ul>
   <li>Updated to USDA sr23</li>
   <li>Update CRDB foods with new submissions from Michael Rae</li>
   <li>Added data export support for <a href="http://cronometer.com/">cronometer.com</a></li>
</ul>

<h2>What's new in Version 0.9.7?</h2>
<ul>
   <li>Updated to USDA sr22</li>
   <li>Update CRDB foods with new submissions from Michael Rae</li>
   <li>Dropping universal binary support for Mac OS X</li>
   <li>Added rudimentary exercise tracker (Patch submitted by Ryan Dortmans)</li>
   <li>Added multi-file food import (Patch submitted by Ryan Dortmans)</li>
</ul>

<h2>What's new in Version 0.9.6?</h2>
<ul>
   <li>Fixes crash in User Preferences Dialog when using Java 1.6.0_14.</li>
</ul>

<h2>What's new in Version 0.9.5?</h2>
<ul>
   <li>Upgrade food database to USDA sr21.</li>
</ul>

<h2>What's new in Version 0.9.4?</h2>
<ul>
   <li>Fixed data corruption bug that could make some users unable to save or load their history.</li>
   <li>Fixed bug on some systems day comparisons were using system time (UTC) instead of local time</li>
</ul>

<h2>What's new in Version 0.9.3?</h2>
<ul>
	<li>Updated to USDA sr20, which includes many new foods and more values for Choline.</li>
	 <li>Fixed Search Focus Bug in Max OS 10.5 (Leopard)</li>
	<li>Simon Werner contributed code that enables the ability to track 
	    multiple users at once, includes the copying servings between 
	    users and common recipes.</li>
</ul>

<h2>What's new in Version 0.9.0?</h2>
<ul>
    <li>Improvements to data entry</li>
	<li>The derived Omega-3 and Omega-6 are now more accurate than in previous versions.</li>
	<li>Vitamin E's %DV was previously incorrect (was 30 mg instead of 20.14 mg).</li> 
	<li>Other minor bug fixes.</li>
</ul>
  
</body>
</html>