mirror of
https://github.com/zxing/zxing.git
synced 2024-11-14 15:04:05 -08:00
d7e7e20234
git-svn-id: https://zxing.googlecode.com/svn/trunk@1633 59b500cc-1b3d-0410-9834-0bbf25fbcc57
18 lines
484 B
HTML
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>
|