From 3065a8166246a727a6d910c9d24a4f52b1065390 Mon Sep 17 00:00:00 2001 From: srowen Date: Wed, 5 Mar 2008 17:38:47 +0000 Subject: [PATCH] Updates for 0.5 git-svn-id: http://zxing.googlecode.com/svn/trunk@247 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- CHANGES | 20 +++++++++++++++++++- build.properties | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ee7c9ac5..d6395324 100644 --- a/CHANGES +++ b/CHANGES @@ -73,4 +73,22 @@ - Now supports Extended Code 39 - Tiny bug fix to QRCodeReader for images that extend all the way to top or left - - Android client now builds with ProGuard optimization \ No newline at end of file + - Android client now builds with ProGuard optimization + +0.5 (05 Mar 2008) + - Improvement in QR Code decoding accuracy on non-JSR-234 phones + - Supports "URLTO" data in barcodes. + - Restructured ParsedReaderResult parsing code to not use so many + exceptions, for more efficiency. + - "TRY_HARDER" decoding hint now supported. Will do more work in some cases + to find an image, such as scan for 1D barcodes at a right angle and + backwards. Only recommended for non-mobile applications. + - Result now indicates the format of the decoded barcode with a + BarcodeFormat instance + - More intelligent handling of POSSIBLE_FORMATS decoding hint + - Fixed sub-optimal handling of EAN-13 barcodes which encode a string + starting with "0". These are now returned as a full 13-digit string + from EAN13Reader, but will continue to be construed as 12-digit UPC-A + codes from the MultiFormatReader. + - A host of small bug fixes, including bug in Version 25 QR Code support + - A round of code cleanup and refactoring from IntelliJ inspections \ No newline at end of file diff --git a/build.properties b/build.properties index 0fece5a3..128438b1 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=0.4.5 +version=0.5 # Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed # Location on Linux varies but is typically under /usr/local or /usr/lib -- 2.20.1