zxing/android/assets/html/whatsnew.html

25 lines
713 B
HTML
Raw Normal View History

<html>
<title>What's new in this version</title>
<body>
<link rel="StyleSheet" href="style.css" type="text/css">
<h3><center>What's new in this version</center></h3>
<p>New in version 2.93:</p>
<ul>
<li>Worked around an Android bug which could cause scanning to stop working after a while.</li>
</ul>
<p>New in version 2.92:</p>
<ul>
<li>Made another fix for the Samsung Galaxy.</li>
</ul>
<p>New in version 2.91:</p>
<ul>
<li>Forced the Samsung Galaxy flash off, which was interfering with scanning.</li>
<li>A few other minor fixes.</li>
</ul>
<p>New in version 2.9:</p>
<ul>
<li>Added a new custom search function for advanced users.</li>
<li>Added Japanese translations.</li>
</ul>
</body>
</html>