Fixed the Google Shopper button remaining visible after scanning a product, and bumpe...
[zxing.git] / android / assets / html / whatsnew.html
index 5d54abd..d318e4d 100644 (file)
@@ -1,15 +1,14 @@
 <html>
+<head>
 <title>What's new in this version</title>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+</head>
 <body>
-<link rel="StyleSheet" href="style.css" type="text/css">
-<h3><center>What's new in this version</center></h3>
-<p>New in version 3.0:</p>
+<p><b>New in version 3.5:</b></p>
 <ul>
-  <li>Added support for high resolution and high DPI screens.</li>
-  <li>Made the scanning rectangle wider for better performance on 1D barcodes.</li>
-  <li>Wrote a new history feature (press Menu from the scanning screen).</li>
-  <li>Added support for sharing contacts via ACTION_SEND.</li>
-  <li>Better performance and stability on Donut (Android 1.6) and later.</li>
+  <li>Added DataMatrix barcode reading.</li>
+  <li>Added Turkish translation.</li>
+  <li>Many bug fixes.</li>
 </ul>
 </body>
-</html>
\ No newline at end of file
+</html>