mirror of
https://github.com/zxing/zxing.git
synced 2025-01-27 11:01:00 -08:00
16 lines
331 B
HTML
16 lines
331 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>Fixed custom search URL formatting</li>
|
|
<li>Other applications can specify which camera to use</li>
|
|
<li>Bug fixes</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|