mirror of
https://github.com/zxing/zxing.git
synced 2025-01-30 04:21:10 -08:00
8edb1ca833
git-svn-id: https://zxing.googlecode.com/svn/trunk@2311 59b500cc-1b3d-0410-9834-0bbf25fbcc57
19 lines
628 B
HTML
19 lines
628 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.2:</strong></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>
|