Updates for 0.3
[zxing.git] / CHANGES
1 0.1 (09 Nov 2007)
2 - Initial release
3
4 0.1.1 (11 Nov 2007)
5 - Fixed bug decoding version 0 QR Codes
6 - Now default zoom is 2.5x in Java ME client
7
8 0.1.2 (28 Nov 2007)
9 - Issue 11 fixed: Build problems on Windows
10 - Can now build "ZXingReaderBasic" which does not require JSR-234
11 - Issue 14 fixed: release .zip builds into one directory
12
13 0.1.3 (7 Dec 2007)
14 - Unit test for QR Code decoding
15 - Added EAN-13 support
16 - Now builds with class file format version 1.2 -- may solve some compatibility issues?
17 - Fixed obfuscation step bug causing NoClassDefFoundError
18
19 0.1.4 (13 Dec 2007)
20 - Added Blackberry client build script -- does not yet work
21 - Big change to handling of content of barcodes:
22   - com.google.zxing.client.result moved from core-ext to core
23   - Rewritten for J2ME
24   - core-ext removed
25   - J2ME client now uses this code for better parsing/handling of results
26
27 0.2 (07 Jan 2008)
28   - Few small bug fixes in AlignmentPatternFinder, MultiFormatReader
29     (thank K. Kakima, Andreas)
30   - LCDUIImageMonochromeBitmapSource now public
31   - Notably improved decoding for Basic version -- Regular version still
32     your best bet if you can run it though
33
34 0.2.1 (16 Jan 2008)
35   - Slight tweaks and enhancements to decode and runtime performance of UPCDecoder
36   - Added black-box test suites against a known set of images
37     (Thanks to Enrique G. S. for additional images)
38
39 0.2.2 (22 Jan 2008)
40   - Now includes junit locally to build tests
41   - Fixed "MIDlet" name in MANIFEST.MF, which may solve some problems
42   - Friendlier error message when barcode can't be found
43
44 0.3 (04 Feb 2008)
45   - Major refactoring of 1D barcode decoding
46   - Added support for UPC-E, EAN-8
47   - Also added Code 39, Code 128 support -- may need refinement
48   - Now any "game" key triggers photo capture
49   - Workaround implemented for Nokias that use "capture://image" in MMAPI
50   - UPC codes now trigger lookup to upcdatabase.com