zxing/android/assets/html/whatsnew.html
dswitkin b24162298a Cut Barcode Scanner v2.8 for Android.
git-svn-id: https://zxing.googlecode.com/svn/trunk@960 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-05-28 16:03:28 +00:00

14 lines
456 B
HTML

<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.8:</p>
<ul>
<li>Fixed a bug in sharing contact info.</li>
<li>QR Code decoding works better in difficult lighting.</li>
<li>Added simplified and traditional Chinese translations.</li>
<li>Several other minor improvements and bug fixes.</li>
</ul>
</body>
</html>