Updated the HTML "What's new" page with 3.0 features.
[zxing.git] / android / assets / html / whatsnew.html
1 <html>
2 <title>What's new in this version</title>
3 <body>
4 <link rel="StyleSheet" href="style.css" type="text/css">
5 <h3><center>What's new in this version</center></h3>
6 <p>New in version 3.0:</p>
7 <ul>
8   <li>Added support for high resolution and high DPI screens.</li>
9   <li>Made the scanning rectangle wider for better performance on 1D barcodes.</li>
10   <li>Wrote a new history feature (press Menu from the scanning screen).</li>
11 </ul>
12 </body>
13 </html>