zxing/android/assets/html-en/whatsnew.html

16 lines
348 B
HTML
Raw Normal View History

<!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.3.1:</p>
<ul>
<li>Disabled exposure control as it caused problems on several buggy devices</li>
<li>Other small bug fixes</li>
</ul>
</body>
</html>