mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
git-svn-id: https://zxing.googlecode.com/svn/trunk@885 59b500cc-1b3d-0410-9834-0bbf25fbcc57
16 lines
666 B
HTML
16 lines
666 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 2.6:</p>
|
|
<ul>
|
|
<li>Added support for ITF format barcodes.</li>
|
|
<li>Fixed a bug where some URLs would be misinterpreted as email addresses.</li>
|
|
<li>Added support for uppercase URIs like TEL: and GEO:.</li>
|
|
<li>Prevented Barcode Scanner from crashing when launching an unhandled intent.</li>
|
|
<li>Web apps can now launch Barcode Scanner by creating a hyperlink to <i>http://zxing.appspot.com/scan</i>.</li>
|
|
<li>Added the version to the about box.</li>
|
|
</ul>
|
|
</body>
|
|
</html> |