Bumped Barcode Scanner version to 3.5 beta 2, and updated some help text.
[zxing.git] / android / assets / html / whatsnew.html
index f9f8c83..683b0f3 100644 (file)
@@ -1,15 +1,14 @@
 <html>
-<title>What's new in this version</title>
+<head>
+<title>What's new in Barcode Scanner</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 2.5:</p>
+<p><b>New in version 3.5:</b></p>
 <ul>
-  <li>New options to vibrate and copy contents to the clipboard when a barcode is found.</li>
-  <li>Better parsing and compatibility with the contents of QR Codes.</li>
-  <li>Fixed a crash when scanning a QR Code of an SMS message with a question mark in it.</li>
-  <li>Fixed a crash with QR Codes which encode geo: coordinates.</li>
-  <li>More robust QR Codes detection and decoding.</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>