15 lines
325 B
HTML
15 lines
325 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>
|
|
<ul>
|
|
<li>Selecting camera manually works for front cameras again</li>
|
|
<li>Focus now works after light is enabled again</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|