mirror of
https://github.com/zxing/zxing.git
synced 2024-11-13 06:24:06 -08:00
40ceee408a
git-svn-id: https://zxing.googlecode.com/svn/trunk@1173 59b500cc-1b3d-0410-9834-0bbf25fbcc57
20 lines
723 B
HTML
20 lines
723 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 3.11:</p>
|
|
<ul>
|
|
<li>Allowed devices without autofocus to see Barcode Scanner in the Market.</li>
|
|
<li>Minor translation and bug fixes.</li>
|
|
</ul>
|
|
<p>New in version 3.1:</p>
|
|
<ul>
|
|
<li>Added a real-time visualization of the image processing as it's looking for barcodes.</li>
|
|
<li>Made QR Code reading in shadows or other difficult lighting dramatically better.</li>
|
|
<li>Added sharing of any installed app by generating a QR Code that links to Market.</li>
|
|
<li>Many other minor improvements and bug fixes.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|