mirror of
https://github.com/zxing/zxing.git
synced 2025-01-14 20:57:40 -08:00
e5189730ce
git-svn-id: https://zxing.googlecode.com/svn/trunk@2127 59b500cc-1b3d-0410-9834-0bbf25fbcc57
17 lines
444 B
HTML
17 lines
444 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 4.0:</b></p>
|
|
<ul>
|
|
<li>Rewrote the camera code to use newer functionality like using the front light.</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>
|
|
</ul>
|
|
</body>
|
|
</html>
|