zxing/android/assets/html/whatsnew.html
2009-02-20 19:04:13 +00:00

15 lines
609 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.5:</p>
<ul>
<li>New options to vibrate and copy contents to the clipboard when a barcode is found.</li>
<li>Better parsing and compatibility with the contents of QR Codes.</li>
<li>Fixed a crash when scanning a QR Code of an SMS message with a question mark in it.</li>
<li>Fixed a crash with QR Codes which encode geo: coordinates.</li>
<li>More robust QR Codes detection and decoding.</li>
</ul>
</body>
</html>