mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
b2f3eb6b7b
git-svn-id: https://zxing.googlecode.com/svn/trunk@866 59b500cc-1b3d-0410-9834-0bbf25fbcc57
15 lines
609 B
HTML
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> |