]> git.sur5r.net Git - glabels/blob - NEWS
Updated Czech screenshot
[glabels] / NEWS
1 * gLabels 2.3.1 (unstable) release.  Release date 2011-01-03
2
3 - Migrated to GNOME 3 platform
4   - Ported to Gtk3
5   - Ported from gconf to gsettings
6 - Updated manual and ported to Mallard
7 - Added text merge backend that uses semicolon delimeters
8 - Improve appearance of shadows of boxes and ellipses
9 - Added shadow property of image objects
10 - Added native support for SVG images
11 - Added full-featured barcode backend for libzint (Sam Lown, Robin Stuart)
12 - Refactoring of barcode subsystem
13   - Moved core barcode support to its own library (libglbarcode)
14   - Added onecode backend to libglbarcode
15   - Resurrected built-in Code39 backend and added to libglbarcode
16     (from way back in glabels 0.1.x)
17   - Allow selection of barcode backend from UI
18 - New logo and theme friendly icons
19 - Added support for elliptical templates
20 - Added many new templates
21 - Updated translations:
22    - Czech (Marek Černocký)
23    - Danish (Joe Hansen)
24    - French (Claude Paroz, Bruno Brouard, Gérard Baylard)
25    - German (Mario Blättermann)
26    - Spanish (Daniel Mustieles)
27    - Slovenian (Andrej Žnidaršič)
28    - Catalan (Valencian) (David Planella)
29    - Swedish (Daniel Nylander)
30    - Brazilian Portuguese (Michel Recondo, Henrique P. Machado, Antonio Fernandes C. Neto)
31
32
33 * gLabels 2.3.0 (unstable) release.  Release date 2010-06-06
34
35 - Removed use of deprecations in platform:
36   - Migrated from libglade to GtkBuilder
37   - Removed all dependencies on libgnome and libgnomeui
38   - Removed all GTK+ and GLIB deprecations as of GNOME 2.30
39   - Use accessor functions in GTK+ and GLIB
40 - Major refactoring of code
41 - Added Undo/Redo capability
42 - GnuBarcode backend is now optional and is no longer distributed with glabels
43 - IEC16022 (datamatrix) barcode backend is now optional and is no longer
44   distributed with glabels
45 - Added optional IEC18004 (QRCode) barcode backend (Daniel Mueller)
46 - Added optional Zint barcode backend (currently ony supports GS1-128, but
47   other barcodes will be supported by this backend in the future).
48   (Samual Lown)
49 - Now uses "XDG Base Directory Specification" to locate user templates
50 - New wizard based "New Label" dialog
51 - Can now manage user created templates from within glabels
52 - New "Insert Field" button
53 - Allow pasting of images and text from other apps as new objects
54 - Fixed focus problems which prevented proper copy and paste operation
55   within the text editor
56 - CSV merge backend can now harvest 1st line of CSV file for field names
57 - New font selection widget
58 - New color selection widget
59 - Support parallel installation with older versions of glabels
60 - Updated license to GPL3+
61 - Full translations of application strings for this release:
62    - German (Mario Blättermann)
63    - Spanish (Daniel Mustieles)
64    - Brazilian Portuguese (Michel Recondo)
65    - Danish (Joe Hansen)
66    - French (Claude Paroz)
67    - Slovenian (Andrej Žnidaršič)
68
69
70 * gLabels 2.2.8 (stable) release.  Release date 2010-04-19
71
72 - Fix crash caused by new g_new macros in glib-2.24.0
73 - Removed extra padding in "New label" dialog
74 - New Norwegian bokmål translation (Kjartan Maraas)
75 - New Portuguese translation (Filipe Roque)
76 - Updated Japanese translation (Takeshi AIHANA)
77 - Updated Spanish translation (Jorge González)
78 - Updated Fresh translation (Bruno Brouard)
79 - Updated German translation (Mario Blättermann)
80 - Updated Slovenian translation (Andrej Žnidaršič)
81 - Updated Czech translation (Marek Černocký)
82 - New templates
83
84
85 * gLabels 2.2.7 (stable) release.  Release date 2010-03-01
86
87 - Fixed limitation on encoded image sizes (fix only valid if libxml 2.7+ is installed)
88 - Fixed focus behavior of canvas so that focus does not get stolen when
89   highlighting text in the object editor
90 - New Slovenian translation (Andrej Žnidaršič)
91 - New Danish translation (Joe Hansen)
92 - Updated Czech translation (Marek Cernocky)
93 - Updated German translation (Mario Blättermann)
94 - Updated German help manual translation (Mario Blättermann)
95 - New French translation of help manual (Alain Lojewski and Claude Paroz)
96 - New Czech translation of help manual (Marek Cernocky)
97 - New Spanish translation of help manual (Jorge González)
98 - New templates
99
100
101 * gLabels 2.2.6 (stable) release.  Release date 2009-11-11
102
103 - Fixed drawing artifact with round labels.
104 - Fixed several memory issues.
105 - Fixed several UI inconsistencies when changing merge source.
106 - Fixed potiential crash when doing a document merge.
107 - Now makes a better guess at locale defaults (page size and units).
108 - Updated user documentation (Mario Blättermann).
109 - Updated swedish translation (Daniel Nylander).
110 - Updated german translation (Mario Blättermann).
111 - Updated russian translation (Alexandre Prokoudine)
112 - Updated french translation (Claude Paroz)
113 - New chinese translation (Careon)
114 - New catalan translation (David Planella)
115 - Updated german translation of user documentation (Mario Blättermann).
116 - New templates.
117
118
119 * gLabels 2.2.5 (stable) release.  Release date 2009-04-30
120
121 - Fixed spinbutton/adjustment bugs that made glabels unusable with Gtk 2.16.
122 - Fixed default preview colors in color combos.
123 - Updated german translation (Mario Blättermann).
124 - New templates.
125
126
127 * gLabels 2.2.4 (stable) release.  Release date 2008-12-22
128
129 - Corrected button order in "Open" and "Save as" dialogs.
130 - Fixed performance problem when large number of fonts are installed.
131 - Corrected several i18n problems.
132 - Fixed "paste" bug that created phantom object views.
133 - Fixed performacne problem when many objects are selected.
134 - New templates.
135
136
137 * gLabels 2.2.3 (stable) release.  Release date 2008-08-17
138
139 - Explicitely set page size when printing -- don't let print back-end use
140   a default size (Bug #2049431).
141 - Sets more appropriate object size limits for any aspect ratio (Bug #1993550).
142 - Fixed crash of glabels-batch (Bug #1968653).
143 - Fixed bug with barcode and image merge radio buttons (Bug #1959135).
144 - Will now attempt to parse newer namespaces (Bug #1872584).
145 - Fixed drawing errors when drawing markup on rotated labels.
146 - New korean translation (xein@navir.com).
147 - New templates.
148
149
150 * gLabels 2.2.2 (stable) release.  Release date 2008-02-22
151
152 - Fixed crash when creating Code128C barcode (Bug #1766425).
153 - Explicitely set page size when printing "other" page size.
154 - Fixed rendering bug with bitmap fonts.
155 - Fixed rendering problem when displaying "Invalid barcode data".
156 - Fixed crash when deleting multi-object selections.
157 - Enforce minimum size for images to prevent rendering of images of zero size.
158 - Fixed problem with image size spinboxes (Bug #1886438).
159 - Fixed template example in documentation.
160 - Use default units when writing xml files.
161 - New templates.
162
163 * gLabels 2.2.1 (stable) release.  Release date 2008-01-23
164
165 - Sort font lists alphabetically.
166 - Sort evolution records by "file_under" field.
167 - Fixed clipping bug when rotating labels.
168
169
170 * gLabels 2.2.0 (stable) release.  Release date 2007-12-26
171
172 - Migrated from EggRecent to GtkRecentManager
173 - Migrated from libgnomeprint to GtkPrintOperation and Cairo.
174 - Migrated from libgnomeprint to Pango for text layout.
175 - Migrated GnomeDruid to GtkAssistant for template designer.
176 - Migrated from GnomeCanvas to Cairo.
177 - Removed all deprecated widgets as of Gnome-2.16/Gtk-2.10.
178 - Added categorization of templates and an updated New Label dialog.
179 - New label dialog now allows selection of recently used templates
180 - Removed splash screen.
181 - Added initial support for datamatrix 2D barcodes.
182 - Added support for Brazilian CEPNet barcodes.
183 - Added shadow attribute to label objects.
184 - New merge backend for evolution data server (Austin Henry)
185 - Various bug fixes.
186 - New templates.
187
188
189 * gLabels 2.1.5 (unstable) release.  Release date 2007-12-09.
190
191 - New label dialog now allows selection of recently used templates
192 - Store brand and part number as separate fields in templates
193 - Major cleanup of libglabels API and documentation
194 - Minor bug fixes (and probably some new bugs).
195
196
197 * gLabels 2.1.4 (unstable) release.  Release date 2007-08-17.
198
199 - Added categorization of templates and an updated New Label dialog.
200 - Added initial support for datamatrix 2D barcodes.
201 - Migrated from EggRecent to GtkRecentManager.
202 - Migrated from libgnomeprint to GtkPrintOperation and Cairo.
203 - Migrated from libgnomeprint to Pango for text layout.
204 - Migrated GnomeDruid to GtkAssistant for template designer.
205 - Migrated from GnomeCanvas to Cairo.
206 - Removed splash screen.
207 - Added support for Brazilian CEPNet barcodes.
208 - Updated French translation (Claude Paroz)
209 - New Esperanto translation (Antonio C. Codazzi)
210 - Minor bug fixes (and probably some new bugs).
211 - New templates.
212
213
214 * gLabels 2.1.3 (unstable) release.  Release date 2006-05-27.
215
216 - Don't print "Invalid barcode data" if data field is empty. (Bug #1479839) (Darren Warner)
217 - Fixed hangup when grid or markup have been toggled during a previous session. (Bug #1434324)
218 - Added shadow attribute to label objects.
219 - Fixed color groups in color combo widgets.
220 - Fixed several potential crashes.
221
222
223 * gLabels 2.1.2 (unstable) release.  Release date 2005-12-21.
224
225 - Updated Italian translation (Daniele Medri)
226 - Fixed double entry in property bar's font family combobox
227 - Don't allow zero width or height when drawing pixbufs
228 - Fixed various memory leaks
229 - New configure option to disable update-mime-database and update-desktop-database
230 - New merge backend for evolution data server (Austin Henry)
231 - New minimal merge backend for VCards using evolution data server API (Austin Henry)
232 - New templates and fixes
233
234
235 * gLabels 2.1.1 (unstable) release.  Release date 2005-06-21.
236
237 - Added document merge tutorial to help documentation
238 - Replaced deprecated widgets (now requires Gnome 2.10 and GTK+ 2.6)
239 - Replaced libbonoboui with GtkUIManager (now requires Gnome 2.10 and GTK+ 2.6)
240 - Updated Russian translation (Vitaly Lipatov)
241 - Updated Spanish translation (Sergio Rivadero)
242 - Updated Czech translation (David Makovský and Zbynek Mrkvick)
243 - Updated Italian translation (Daniele Medri)
244 - Added documentation for libglabels
245 - Minor bug fixes and cleanup
246 - New templates
247
248
249 * gLabels 2.1.0 (unstable) release.  Release date 2005-01-22.
250
251 - Added ability to select color from merge source (Frederic Ruaudel)
252 - See 2.0.2
253
254
255 * gLabels 2.0.2 release.  Release date 2005-01-22.
256
257 - Desktop file reconciled with desktop-entry-spec
258 - New cleaned-up icon
259 - Added option to glabels-batch to allow selection of first label.
260 - Added options to glabels-batch to allow selection of merge source and crop marks.
261   (José Dapena Paz)
262 - Updated french translation (Florent Morel)
263 - Fixed translation problem with object editor labels
264 - Minor bug fixes and cleanup
265 - New templates
266
267 * gLabels 2.0.1 release.  Release date 2004-08-15.
268
269 - Fixed crash when reading some labels created with 1.93.x.
270 - Updated japanese translations (Takeshi AIHANA)
271 - Fixed crash from improperly freeing translation strings.
272
273
274 * gLabels 2.0.0 release.  Release date 2004-08-09.
275
276 - Fixed crash when encountering old template files
277 - Align grid to label center for DVD/CD and round labels
278 - Don't touch compression of original file
279 - 64-bit fixes
280 - Added man page
281 - Fixed missing outline problem experienced with some printers
282 - Added separate horizontal and vertical waste properties for rectangular templates
283 - Added option to auto-shrink text during document merge
284 - Fixed memory leaks
285 - Added format attibute to barcode objects, to allow correct layout of merged labels
286 - Fixed mime type registration for GNOME 2.6
287