mirror of
https://github.com/zxing/zxing.git
synced 2025-01-15 13:17:38 -08:00
d7a841bc2b
git-svn-id: https://zxing.googlecode.com/svn/trunk@1426 59b500cc-1b3d-0410-9834-0bbf25fbcc57
28 lines
961 B
HTML
28 lines
961 B
HTML
<html>
|
|
<head>
|
|
<title>What's new in this version</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<p><b>New in version 3.31:</b></p>
|
|
<ul>
|
|
<li>Fixed a bug which caused some devices not to scan from time to time.</li>
|
|
<li>Added Arabic translation.</li>
|
|
<li>Improved scanning speed.</li>
|
|
<li>Added RSS Expanded support.</li>
|
|
<li>Fixed a crash in the QR Code reader.</li>
|
|
<li>Improved Chinese character support in QR Codes.</li>
|
|
</ul>
|
|
<p><b>New in version 3.3:</b></p>
|
|
<ul>
|
|
<li>Added support for RSS-14 barcodes.</li>
|
|
<li>Diabled the flash on the Behold II.</li>
|
|
<li>Added the ability to send a QR Code generated with the Share feature.</li>
|
|
<li>Forced the beep sound off if the phone is in silent mode.</li>
|
|
<li>Allowed web sites to start Barcode Scanner and choose the URL the result is sent to.</li>
|
|
<li>Added Portuguese and Danish translations.</li>
|
|
<li>New Eclair-style icon.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|