zxing/android/assets/html/whatsnew.html
dswitkin@google.com d7e7e20234 Changes for Barcode Scanner 3.51 beta 1.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1633 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-10-26 15:07:33 +00:00

18 lines
484 B
HTML

<html>
<head>
<title>What's new in Barcode Scanner</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<p><b>New in version 3.51:</b></p>
<ul>
<li>Improved Data Matrix barcode reading.</li>
<li>Added support for Hanzi encoding of Chinese characters.</li>
<li>Added a preview of shortened URLs and product barcodes.</li>
<li>Added Korean translation.</li>
<li>Fixed a couple of rare crashes.</li>
<li>Many bug fixes.</li>
</ul>
</body>
</html>