ec2d458957f042c98af66e7f3ba80ba6d198737a
[zxing.git] / android / assets / html / whatsnew.html
1 <html>
2 <head>
3 <title>What's new in this version</title>
4 <link rel="stylesheet" href="style.css" type="text/css"/>
5 </head>
6 <body>
7 <p><b>New in version 3.4:</b></p>
8 <ul>
9   <li>Added support for WiFi base station credentials in QR Codes. Use the
10   <a href="http://zxing.appspot.com/generator/">ZXing QR Code Generator</a> to make one.</li>
11   <li>Added Code 93 support.</li>
12   <li>Added bulk scan mode to the preferences.</li>
13   <li>Allowed the app to be moved to the SD card on Froyo devices.</li>
14   <li>Fixed scanning not working when resuming the app.</li>
15   <li>Made Calendar event parsing more lenient.</li>
16   <li>Fixed crashes in the QR Encoder with missing data.</li>
17   <li>Updated the UI appearance a bit.</li>
18 </ul>
19 </body>
20 </html>