zxing/android/assets/html/whatsnew.html
2009-09-23 15:19:44 +00:00

13 lines
448 B
HTML

<html>
<title>What's new in this version</title>
<body>
<link rel="StyleSheet" href="style.css" type="text/css">
<h3><center>What's new in this version</center></h3>
<p>New in version 3.0:</p>
<ul>
<li>Added support for high resolution and high DPI screens.</li>
<li>Made the scanning rectangle wider for better performance on 1D barcodes.</li>
<li>Wrote a new history feature (press Menu from the scanning screen).</li>
</ul>
</body>
</html>