diff --git a/AUTHORS b/AUTHORS index 2f3b9f27d..291e775bb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,6 +30,7 @@ gcstang Hannes Erven hypest (Barcorama project) Isaac Potoczny-Jones +Jeff Breidenbach (Google) John Connolly (Bug Labs) Jonas Petersson (Prisjakt) Joseph Wain (Google) diff --git a/CHANGES b/CHANGES index 26a49e884..87ad982f6 100644 --- a/CHANGES +++ b/CHANGES @@ -264,3 +264,17 @@ - Added ability to detect multiple barcodes per image - Many small bug fixes and enhancements +1.7 (8 June 2011) + - Initial support for Aztec codes + - Added the ability to read rectangular DataMatrix codes + - Added new lengths for ITF + - Dozens of bug fixes to core decoding routines + - New C# port + - Android app: + - Tablet support + - Many translations added and updated + - Support for new Intent parameters + - Many bug fixes and small features + - Mostly rewritten iPhone port + - New ZXingWidget library to include scanning in any iOS app + - Made CommandLineRunner multithreaded and recursive