zxing/android/assets/html/whatsnew.html
dswitkin@google.com 754e8d3910 Final changes for Barcode Scanner 3.51.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1639 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-11-10 19:42:09 +00:00

19 lines
534 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 Danish and Turkish translations.</li>
<li>Fixed a couple of rare crashes.</li>
<li>Many bug fixes.</li>
</ul>
</body>
</html>