mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
5da2c7470e
git-svn-id: https://zxing.googlecode.com/svn/trunk@2136 59b500cc-1b3d-0410-9834-0bbf25fbcc57
19 lines
521 B
HTML
19 lines
521 B
HTML
<html>
|
|
<head>
|
|
<title>What's new in Barcode Scanner</title>
|
|
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<p><strong>New in version 4.0:</strong></p>
|
|
<ul>
|
|
<li>Added new camera features like front light support.</li>
|
|
<li>Updated the app to require Android 2.1 (Froyo).</li>
|
|
<li>Wrote a new history screen.</li>
|
|
<li>Removed some unneeded permissions.</li>
|
|
<li>Made some WiFi improvements.</li>
|
|
<li>Many, many bug fixes.</li>
|
|
<li>Many translation fixes.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|