mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 13:34:08 -08:00
008c23fed8
git-svn-id: https://zxing.googlecode.com/svn/trunk@2401 59b500cc-1b3d-0410-9834-0bbf25fbcc57
21 lines
651 B
HTML
21 lines
651 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>What's new in Barcode Scanner</title>
|
|
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<p>New in version 4.2:</p>
|
|
<ul>
|
|
<li>Rewrote the autofocus code to be more reliable.</li>
|
|
<li>Started using continuous focus mode on devices which support it.</li>
|
|
<li>Made the volume buttons turn the front light on and off.</li>
|
|
<li>Added support for 2 digit EAN extension codes.</li>
|
|
<li>Fixed a few crashes.</li>
|
|
<li>Fixed another compatibility problem with the Galaxy Tab.</li>
|
|
<li>Improved French, Dutch, and Finnish translations.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|