mirror of
https://github.com/zxing/zxing.git
synced 2024-11-15 23:44:05 -08:00
17 lines
415 B
HTML
17 lines
415 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.6.0:</p>
|
|
<ul>
|
|
<li>Optionally control the camera exposure, scene mode and metering settings.</li>
|
|
<li>Optionally scan for Aztec and PDF417 barcodes.</li>
|
|
<li>Small fixes and improvements.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|