@@ -106,7 +106,14 @@ Commandline::
106106Changelog
107107---------
108108
109- :v0.8.0 First release under the name ``python-barcode ``.
109+ v0.8.1
110+ ~~~~~~
111+ * Improve README rendering, and point to this fork's location (the outdated
112+ README on PyPI was causing some confusion).
113+
114+ v0.8.0
115+ ~~~~~~
116+ * First release under the name ``python-barcode ``.
110117
111118Previous Changelog
112119------------------
@@ -115,51 +122,78 @@ This project is a fork of pyBarcode, which, apparently, is no longer
115122maintained. v0.8.0 is our first release, and is the latest ``master `` from that
116123parent project.
117124
118- :v0.8 Code 128 added. Data for charsets and bars moved to subpackage
119- barcode.charsets. Merged in some improvements.
120-
121- :v0.7 Fixed some issues with fontsize and fontalignment.
122- Added Python 3 support. It's not well tested yet, but the tests
123- run without errors with Python 3.3. Commandline script added.
124-
125- :v0.6 Changed save and write methods to take the options as a dict
126- not as keyword arguments (fix this in your code). Added option
127- to left align the text under the barcode. Fixed bug with EAN13
128- generation.
129-
130- :v0.5.0 Added new generate function to do all generation in one step.
131- Moved writer from a subpackage to a module (this breaks some
132- existing code). UPC is now rendered as real UPC, not as EAN13
133- with the leading "0".
134-
135- :v0.4.3 Fixed bug in new write method (related to PIL) and updated docs.
136-
137- :v0.4.2 Added write method to support file like objects as target.
138-
139- :v0.4.1 Bugfix release. Removed redundancy in input validation.
140- EAN8 was broken. It now works as expected.
141-
142- :v0.4 Removed \*\* options from writers __init__ method. These options never
143- had effect. They were always overwritten by default_options.
144- New config option available: text_distance (the distance between
145- barcode and text).
146-
147- :v0.4b2 Basic documentation included. The barcode object now has a new
148- attribute called `raw ` to have the rendered output without saving
149- to disk.
150-
151- :v0.4b1 Support for rendering barcodes as images is implemented.
152- PIL is required to use it.
153-
154- :v0.3 Compression for SVG output now works.
155-
156- :v0.3b1 Writer API has changed for simple adding new (own) writers.
157- SVG output is now generated with xml.dom module instead of
158- stringformatting (makes it more robust).
159-
160- :v0.2.1 API of render changed. Now render takes keyword arguments
161- instead of a dict.
162-
163- :v0.2 More tests added.
164-
165- :v0.1 First release.
125+ v0.8
126+ ~~~~
127+ * Code 128 added.
128+ * Data for charsets and bars moved to subpackage barcode.charsets.
129+ * Merged in some improvements.
130+
131+ v0.7
132+ ~~~~
133+ * Fixed some issues with fontsize and fontalignment.
134+ * Added Python 3 support. It's not well tested yet, but the tests run without
135+ errors with Python 3.3. Commandline script added.
136+
137+ v0.6
138+ ~~~~
139+ * Changed save and write methods to take the options as a dict not as keyword
140+ arguments (fix this in your code). Added option to left align the text under
141+ the barcode. Fixed bug with EAN13 generation.
142+
143+ v0.5.0
144+ ~~~~~~
145+ * Added new generate function to do all generation in one step.
146+ * Moved writer from a subpackage to a module (this breaks some existing code).
147+ UPC is now rendered as real UPC, not as EAN13 with the leading "0".
148+
149+ v0.4.3
150+ ~~~~~~
151+ * Fixed bug in new write method (related to PIL) and updated docs.
152+
153+ v0.4.2
154+ ~~~~~~
155+ * Added write method to support file like objects as target.
156+
157+ v0.4.1
158+ ~~~~~~
159+ * Bugfix release. Removed redundancy in input validation.
160+ * EAN8 was broken. It now works as expected.
161+
162+ v0.4
163+ ~~~~
164+ * Removed \*\* options from writers __init__ method. These options never had
165+ effect. They were always overwritten by default_options.
166+ * New config option available: text_distance (the distance between barcode and
167+ text).
168+
169+ v0.4b2
170+ ~~~~~~
171+ * Basic documentation included. The barcode object now has a new attribute
172+ called `raw ` to have the rendered output without saving to disk.
173+
174+ v0.4b1
175+ ~~~~~~
176+ * Support for rendering barcodes as images is implemented. PIL is required to
177+ use it.
178+
179+ v0.3
180+ ~~~~
181+ * Compression for SVG output now works.
182+
183+ v0.3b1
184+ ~~~~~~
185+ * Writer API has changed for simple adding new (own) writers.
186+ * SVG output is now generated with xml.dom module instead of stringformatting
187+ (makes it more robust).
188+
189+ v0.2.1
190+ ~~~~~~
191+ * API of render changed. Now render takes keyword arguments instead of a dict.
192+
193+ v0.2
194+ ~~~~
195+ * More tests added.
196+
197+ v0.1
198+ ~~~~
199+ * First release.
0 commit comments