Created v2.6 final, and added the ability for web apps to launch Barcode Scanner...
[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 2.6:</p>
7 <ul>
8   <li>Added support for ITF format barcodes.</li>
9   <li>Fixed a bug where some URLs would be misinterpreted as email addresses.</li>
10   <li>Added support for uppercase URIs like TEL: and GEO:.</li>
11   <li>Prevented Barcode Scanner from crashing when launching an unhandled intent.</li>
12   <li>Web apps can now launch Barcode Scanner by creating a hyperlink to <i>http://zxing.appspot.com/scan</i>.</li>
13   <li>Added the version to the about box.</li>
14 </ul>
15 </body>
16 </html>