Updated the HTML "What's new" page with 3.0 features.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1062 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin 2009-09-23 15:19:44 +00:00
parent 4c7fb2cbd7
commit 965ea2f3fe

View file

@ -3,23 +3,11 @@
<body> <body>
<link rel="StyleSheet" href="style.css" type="text/css"> <link rel="StyleSheet" href="style.css" type="text/css">
<h3><center>What's new in this version</center></h3> <h3><center>What's new in this version</center></h3>
<p>New in version 2.93:</p> <p>New in version 3.0:</p>
<ul> <ul>
<li>Worked around an Android bug which could cause scanning to stop working after a while.</li> <li>Added support for high resolution and high DPI screens.</li>
</ul> <li>Made the scanning rectangle wider for better performance on 1D barcodes.</li>
<p>New in version 2.92:</p> <li>Wrote a new history feature (press Menu from the scanning screen).</li>
<ul>
<li>Made another fix for the Samsung Galaxy.</li>
</ul>
<p>New in version 2.91:</p>
<ul>
<li>Forced the Samsung Galaxy flash off, which was interfering with scanning.</li>
<li>A few other minor fixes.</li>
</ul>
<p>New in version 2.9:</p>
<ul>
<li>Added a new custom search function for advanced users.</li>
<li>Added Japanese translations.</li>
</ul> </ul>
</body> </body>
</html> </html>