]> git.sur5r.net Git - glabels/blob - web/news/index.php
Release 2.1.5
[glabels] / web / news / index.php
1 <?php include "../common_php.inc"; ?>
2
3 <?php gLabelsHeader("news"); ?>
4
5 <h1 class="news">News ...</h1>
6
7
8
9
10 <div class="newsitem">
11 <div class="newsdate">9 December 2007</div>
12 <div class="newstitle">Release 2.1.5 (Unstable)</div>
13 <p>
14 This is hopefully the final development release before 2.2.  Please download
15 and test.
16 </p>
17 <p>
18 Changes/fixes since 2.1.4 include
19 </p>
20 <ul>
21 <li>New label dialog now allows selection of recently used templates</li>
22 <li>Store brand and part number as separate fields in templates</li>
23 <li>Major cleanup of libglabels API and documentation</li>
24 <li>Minor bug fixes (and probably some new bugs).</li>
25 </ul>
26 <p>
27 <?a("/download/","Download here");?>.
28 </p>
29 </div>
30
31
32
33
34
35
36 <div class="newsitem">
37 <div class="newsdate">17 August 2007</div>
38 <div class="newstitle">Release 2.1.4 (Unstable)</div>
39 <p>
40 <i>It's been over a year in the making...</i>
41 </p>
42 <p>
43 Although this latest development snapshot has only a few functional updates, its underlying technology has been largely overhauled.
44 The libgnomeprint library has been completely replaced with the new GtkPrintOperation and Cairo.
45 One side effect of print rendering with Cairo is that image compositing now works at full resolution.
46 Cairo has also replaced GnomeCanvas in the main display and drawing interface.
47 Many other deprecated dependencies have been replaced as well.  Because of this, this version requires at least Gnome 2.16.
48 </p>
49 <p>
50 Changes/fixes since 2.1.3 include
51 </p>
52 <ul>
53
54 <li>Added categorization of templates and an updated New Label dialog.</li>
55 <li>Added initial support for datamatrix 2D barcodes.</li>
56 <li>Migrated from EggRecent to GtkRecentManager.</li>
57 <li>Migrated from libgnomeprint to GtkPrintOperation and Cairo.</li>
58 <li>Migrated from libgnomeprint to Pango for text layout.</li>
59 <li>Migrated GnomeDruid to GtkAssistant for template designer.</li>
60 <li>Migrated from GnomeCanvas to Cairo.</li>
61 <li>Removed splash screen.</li>
62 <li>Added support for Brazilian CEPNet barcodes.</li>
63 <li>Updated French translation (Claude Paroz)</li>
64 <li>New Esperanto translation (Antonio C. Codazzi)</li>
65 <li>Minor bug fixes (and probably some new bugs).</li>
66 <li>New templates.</li>
67
68 </ul>
69 <p>
70 <?a("/download/","Download here");?>.
71 </p>
72 </div>
73
74
75
76
77
78
79 <div class="newsitem">
80 <div class="newsdate">27 May 2006</div>
81 <div class="newstitle">Release 2.1.3 (Unstable)</div>
82 <p>
83 Changes/fixes since 2.1.2 include
84 </p>
85 <ul>
86
87 <li>Don't print "Invalid barcode data" if data field is empty. Fixes Bug #1479839. (Darren Warner)</li>
88 <li>Fixed hangup when grid or markup have been toggled during a previous session. Fixes Bug #1434324.</li>
89 <li>Added shadow attribute to label objects.</li>
90 <li>Fixed color groups in color combo widgets.</li>
91 <li>Fixed several potential crashes.</li>
92
93 </ul>
94 <p>
95 <?a("/download/","Download here");?>.
96 </p>
97 </div>
98
99
100
101
102
103
104 <div class="newsitem">
105 <div class="newsdate">26 December 2005</div>
106 <div class="newstitle">Release 2.0.4 (Stable)</div>
107 <p>
108 Changes/fixes since 2.0.3 include
109 </p>
110 <ul>
111
112 <li>Use filechooser for GnomeFileEntrys in merge properties dialog and
113   object editor image page.  Fixes #1328173 and #1294692</li>
114 <li>New configure option to disable update-mime-database and update-desktop-database</li>
115 <li>Minor cleanup</li>
116 <li>New templates and fixes</li>
117
118 </ul>
119 <p>
120 <?a("/download/","Download here");?>.
121 </p>
122 </div>
123
124
125
126
127
128
129 <div class="newsitem">
130 <div class="newsdate">22 December 2005</div>
131 <div class="newstitle">Release 2.1.2 (Unstable)</div>
132 <p>
133 Changes/fixes since 2.1.1 include
134 </p>
135 <ul>
136
137 <li>Updated Italian translation (Daniele Medri)</li>
138 <li>Fixed double entry in property bar's font family combobox</li>
139 <li>Don't allow zero width or height when drawing pixbufs</li>
140 <li>Fixed various memory leaks</li>
141 <li>New configure option to disable update-mime-database and update-desktop-database</li>
142 <li>New merge backend for evolution data server (Austin Henry)</li>
143 <li>New merge backend for VCards (Austin Henry)</li>
144 <li>New templates and fixes</li>
145
146 </ul>
147 <p>
148 <?a("/download/","Download here");?>.
149 </p>
150 </div>
151
152
153
154
155
156
157 <div class="newsitem">
158 <div class="newsdate">26 June 2005</div>
159 <div class="newstitle">Release 2.1.1 (Unstable)</div>
160 <p>
161 Changes/fixes since 2.1.0 include
162 </p>
163 <ul>
164
165 <li>Added document merge tutorial</li>
166 <li>Replaced deprecated widgets (now requires Gnome 2.10 and GTK+ 2.6)</li>
167 <li>Replaced libbonoboui with GtkUIManager (now requires Gnome 2.10 and GTK+ 2.6)</li>
168 <li>Updated Russian translation (Vitaly Lipatov)</li>
169 <li>Updated Spanish translation (Sergio Rivadero)</li>
170 <li>Updated Czech translation (David Makovský and Zbynek Mrkvick)</li>
171 <li>Updated Italian translation (Daniele Medri)</li>
172 <li>Added documentation for libglabels</li>
173 <li>Minor bug fixes and cleanup</li>
174 <li>New templates</li>
175
176 </ul>
177 </div>
178
179
180
181
182
183
184 <div class="newsitem">
185 <div class="newsdate">26 June 2005</div>
186 <div class="newstitle">Release 2.0.3 (Stable)</div>
187 <p>
188 Changes/fixes since 2.0.2 include
189 </p>
190 <ul>
191
192 <li>Added document merge tutorial</li>
193 <li>Updated Russian translation (Vitaly Lipatov)</li>
194 <li>Updated Spanish translation (Sergio Rivadero)</li>
195 <li>Updated Czech translation (David Makovský and Zbynek Mrkvick)</li>
196 <li>Updated Italian translation (Daniele Medri)</li>
197 <li>Fixed packing style of printer selection dialog</li>
198 <li>New templates</li>
199
200 </ul>
201 </div>
202
203
204
205
206
207
208 <div class="newsitem">
209 <div class="newsdate">22 January 2005</div>
210 <div class="newstitle">Release 2.1.0 (Unstable)</div>
211 <p>
212 This is the first development release in preparation for 2.2.  New features include
213 </p>
214 <ul>
215
216 <li>Color object properties can be provided through document-merge feature (Frederic Ruaudel)</li>
217 <li>Fixes/changes from 2.0.2</li>
218
219 </ul>
220 </div>
221
222
223
224
225
226
227 <div class="newsitem">
228 <div class="newsdate">22 January 2005</div>
229 <div class="newstitle">Release 2.0.2 (Stable)</div>
230 <p>
231 Changes/fixes since 2.0.1 include
232 </p>
233 <ul>
234
235 <li>Desktop file reconciled with desktop-entry-spec</li>
236 <li>New cleaned-up icon</li>
237 <li>Added option to glabels-batch to allow selection of first label</li>
238 <li>Added options to glabels-batch to allow selection of merge source and crop marks (José Dapena Paz)</li>
239 <li>Updated french translation (Florent Morel)</li>
240 <li>Fixed translation problem with object editor labels</li>
241 <li>Minor bug fixes and cleanup</li>
242 <li>New templates</li>
243
244 </ul>
245 </div>
246
247
248
249
250
251
252 <div class="newsitem">
253 <div class="newsdate">15 August 2004</div>
254 <div class="newstitle">Release 2.0.1, "You know it, Bruddah" (Stable)</div>
255 <p>
256 There were a couple of problems with 2.0.0.  Changes/fixes include
257 </p>
258 <ul>
259
260 <li>Fixed crash when reading some labels created with 1.93.x</li>
261 <li>Updated japanese translations (Takeshi AIHANA)</li>
262 <li>Fixed crash from improperly freeing translation strings</li>
263
264 </ul>
265 </div>
266
267
268
269
270
271
272
273 <div class="newsitem">
274 <div class="newsdate">09 August 2004</div>
275 <div class="newstitle">Release 2.0.0, "Zulu as Kono" (Stable)</div>
276 <p>
277 Well it's finally here, 2.0 -- woo hoo!
278 Changes/fixes from 1.93.3 include
279 </p>
280 <ul>
281
282 <li>Fixed crash when encountering old template files</li>
283
284 <li>Align grid to label center for DVD/CD and round labels</li>
285
286 <li>Don't touch compression of original file</li>
287
288 <li>64-bit fixes</li>
289
290 <li>Added man page</li>
291
292 <li>Fixed missing outline problem experienced with some printers</li>
293
294 <li>Added separate horizontal and vertical waste properties for rectangular templates</li>
295
296 <li>Added option to auto-shrink text during document merge</li>
297
298 <li>Fixed memory leaks</li>
299
300 <li>Added format attibute to barcode objects, to allow correct layout of merged labels</li>
301
302 <li>Added mime type registration for GNOME 2.6</li>
303
304 </ul>
305 </div>
306
307
308
309
310 <div class="newsitem">
311 <div class="newsdate">21 February 2004</div>
312 <div class="newstitle">Release 1.93.3, "Doggy-Downers" (Unstable for GNOME 2)</div>
313 <p>
314 With any luck, this should be the final development release of gLabels before 2.0.  Changes/fixes include
315 </p>
316 <ul>
317
318   <li>If GTK+ is version 2.3.2 or greater, the new GtkFileChooserDialog
319   will be used for the <i>Open</i> and <i>Save As</i> dialogs.</li>
320
321   <li>Added fixed format subtypes for POSTNET, EAN, UPC, and ISBN barcode
322   types.</li>
323
324   <li>Fixed resize problems with barcodes.</li>
325
326   <li>Corner resize handles will now maintain the current constant aspect ratio
327   of an object if the <i>Control</i> key is pressed while resizing.</li>
328
329   <li>Fixed vertical offset of barcode text.</li>
330
331   <li>Template code has been split out into its own library
332   (<i>libglabels</i>) to facilitate 3rd party use of glabels templates.</li>
333
334 </ul>
335 </div>
336
337
338
339
340 <div class="newsitem">
341 <div class="newsdate">04 January 2004</div>
342 <div class="newstitle">Release 1.93.2, "Puppy-Uppers" (Unstable for GNOME 2)</div>
343 <p>
344 This latest development snapshot is primarily bug fixes, but includes
345 a couple of interesting new features.  Changes/fixes include
346 </p>
347 <ul>
348
349   <li>Make templates known when encountered for the first time in a label. 
350   This can occur when template names have changed between versions or
351   when you receive a glabels document from someone else who has created a
352   custom template. (me)</li>
353
354   <li>Now builds against GNOME 2.5.1 (GARNOME 0.28.3). (me)</li>
355
356   <li>Fixed button order in new label and label properties dialogs.
357   (Wayne Schuller)</li>
358
359   <li>Fixed a bug with the preferences dialog, which resulted in ignoring
360   default object property preferences. (me)</li>
361
362   <li>Fixed a bug which caused the waste property to function incorrectly
363   on rectangular labels. (me)</li>
364
365   <li>Added template designer assistant/wizard. (me)</li>
366
367   <li>Added line spacing property to all text objects.  (Wayne Schuller)</li>
368
369   <li>Fixed bug in object editor size page which caused the height spin
370   button to be ignored. (me)</li>
371
372   <li>Fixed bug with object editor size page that caused text object sizes
373   to be prematurely changed when any property is edited. (me)</li>
374
375 </ul>
376 </div>
377
378
379
380
381 <div class="newsitem">
382 <div class="newsdate">23 December 2003</div>
383 <div class="newstitle">Release 1.93.1, "You'll shoot your eye out" (Unstable for GNOME 2)</div>
384 <p>
385 This latest development snapshot is primarily bug fixes.  Changes/fixes
386 include
387 </p>
388 <ul>
389   <li>Document merge now honors locale's encoding when reading CSV files. (me)</li>
390   <li>Size and position spinboxes now limit well beyond label edges. (me)</li>
391   <li>Print dialog now tracks settings separately for each label/window. (me)</li>
392   <li>Scroll window now tracks changes in template. (me)</li>
393   <li>Various GUI elements are updated when preferences change. (me)</li>
394   <li>Fixed position bug for box objects. (me)</li>
395   <li>Fixed crash when copying text objects. (me)</li>
396   <li>Added property bar entries to view menu. (me)</li>
397   <li>Property bar widget now track properties of selected widgets in an intuitive manner (Emmanuel Pacaud)</li>
398   <li>Fixed crash when a template name does not exactly match a current template name. (me)</li>
399   <li>Some UI cleanup</li>
400   <li>Fixed size reset button on image size pages. (me)</li>
401 </ul>
402 </div>
403
404
405
406
407 <div class="newsitem">
408 <div class="newsdate">30 November 2003</div>
409 <div class="newstitle">Release 1.93.0, "More Goo To Go" (Unstable for GNOME 2)</div>
410 <p>
411 This latest development snapshot replaces the multiple object property dialogs with a single dockable sidebar.  This release completes the feature set planned for glabels 2.0.
412 </p>
413 </div>
414
415
416
417
418 <div class="newsitem">
419 <div class="newsdate">9 November 2003</div>
420 <div class="newstitle">Release 1.92.3, "Spam Lamb" (Unstable for GNOME 2)</div>
421 <p>
422 This latest development snapshot fixes a couple of nasty bugs:
423 </p>
424 <ul>
425   <li>Fixes a crash that occured when changing zoom level after objects have been deleted.</li>
426   <li>Templates with a page size of "Other" are once again supported.</li>
427 </ul>
428 </div>
429
430
431
432
433 <div class="newsitem">
434 <div class="newsdate">1 November 2003</div>
435 <div class="newstitle">Release 1.92.2, "Book'im" (Unstable for GNOME 2)</div>
436 <p>
437 This latest development snapshot fixes the glabels-batch command line front-end, which has been broken since 1.92.0.
438 </p>
439 </div>
440
441
442
443
444 <div class="newsitem">
445 <div class="newsdate">27 October 2003</div>
446 <div class="newstitle">Release 1.92.1 "KMG365" (Unstable for GNOME 2)</div>
447 <p>
448 This latest development snapshot is primarily bug fixes.  Changes/fixes
449 include
450 </p>
451 <ul>
452   <li>Added option to print crop marks. (Me)</li>
453   <li>Fixed NULL name bug in gl_pixbuf_cache_remove_pixbuf(). (Me)</li>
454   <li>Fixed bug when importing glabels-0.4 text items. (Me)</li>
455   <li>Fixed locale problems when reading paper-sizes.xml. (Emmanuel Pacaud)</li>
456   <li>Default font changed to "Sans" from "Helvetica." (Emmanuel Pacaud)</li>
457   <li>Updated to most recent egg-recent-files.  (Emmanuel Pacaud)</li>
458   <li>Fixed bug when text item is a single merge field.  (Emmanuel Pacaud)</li>
459   <li>Fixed bug in hacktext canvas item that would leave artifacts when item is moved.   (Emmanuel Pacaud)</li>
460   <li>Allow XML comments at any spot in a template file.  (Me)</li>
461   <li>Workaround for poor rendering of images with alpha channel.  (Me)</li>
462   <li>Properly clean-up bonobo ui component of destroyed windows.  (Me)</li>
463 </ul>
464 </div>
465
466
467
468
469 <div class="newsitem">
470 <div class="newsdate">3 September 2003</div>
471 <div class="newstitle">Release 1.92.0 "Ain't No Big Thing, Brudda" (Unstable for GNOME 2)</div>
472
473 <p>
474 This latest development snapshot has been a long time in the making.  Changes
475 include
476 </p>
477 <ul>
478   <li>Uses libgnomeprint-2.2</li>
479   <li>Fixes a couple of crashes associated with image objects.</li>
480   <li>A new property toolbar for changing common object properties "en masse."</li>
481   <li>XML file formats have been cleaned up (see <?a("/doc/glabels-2.0.dtd.txt","glabels-2.0.dtd");?>).
482     <ul>
483       <li>Labels generated with 1.91.x should import automatically.</li>
484     </ul>
485   </li>
486   <li>Templates now support a waste attribute, so that background images can print beyond the edge of the label.</li>
487 </ul>
488 </div>
489
490
491
492
493 <div class="newsitem">
494 <div class="newsdate">26 January 2003</div>
495 <div class="newstitle">Release 1.91.1 (Unstable for GNOME 2)</div>
496
497 <p>This development snapshot includes</p>
498 <ul>
499   <li>Support for "business card" CDs.</li>
500   <li>Images are now saved "inline."</li>
501   <li>Text boxes can be resized.</li>
502   <li>Barcodes are resizable both vertically and horizontally.</li>
503   <li>Barcode checksums can be enabled/disabled by the user.</li>
504 </ul>
505 </div>
506
507
508
509
510 <div class="newsitem">
511 <div class="newsdate">31 December 2002</div>
512 <div class="newstitle">Release 1.91.0 (Unstable for GNOME 2)</div>
513
514 <p>This development snapshot includes</p>
515 <ul>
516   <li>Object flip and rotation commands.</li>
517   <li>Object alignment commands.</li>
518   <li>A status bar, showing current zoom level and cursor position.</li>
519   <li>Image filenames can come from a document merge field.</li>
520   <li>A cleaner API for document merge backends.</li>
521   <li>Ability to select individual records when performing a document merge.</li>
522   <li>Templates support layouts beyond simple grids (see Memorex CD Labels for an example).</li>
523   <li>Templates support markup lines.</li>
524 </ul>
525 <p>NOTE:  This development snapshot breaks compatibility with labels created with previous development versions.</p>
526 </div>
527
528
529
530
531 <div class="newsitem">
532 <div class="newsdate">05 October 2002</div>
533 <div class="newstitle">Release 1.91.0 (Unstable for GNOME 2)</div>
534
535 <p>This development snapshot includes</p>
536 <ul>
537   <li>This release now uses a single document interface (SDI) instead of MDI.</li>
538   <li>Template coordinate system is now relative to upper left corner.</li>
539 </ul>
540 </div>
541
542
543
544
545 <div class="newsitem">
546 <div class="newsdate">26 September 2002</div>
547 <div class="newstitle">Release 1.89.2 (Unstable for GNOME 2)</div>
548
549 <p>This development snapshot includes</p>
550 <ul>
551   <li>fixes several problems with document-merge feature</li>
552   <li>extensive user interface tweaks</li>
553   <li>more code cleanup</li>
554 </ul>
555 </div>
556
557
558
559
560 <div class="newsitem">
561 <div class="newsdate">10 September 2002</div>
562 <div class="newstitle">Release 1.89.1 (Unstable for GNOME 2)</div>
563
564 <p>This development snapshot includes</p>
565 <ul>
566   <li>the ability to read label files created with 0.4.x</li>
567   <li>various user interface tweaks</li>
568   <li>some code cleanup</li>
569 </ul>
570 </div>
571
572
573
574
575 <div class="newsitem">
576 <div class="newsdate">10 September 2002</div>
577 <div class="newstitle">Release 0.4.6 (Stable for GNOME 1.4)</div>
578
579 <p>
580 Yet another release for the GNOME 1.4 platform.
581 </p>
582 <ul>
583   <li>Fixes a bug which ignored isolated whitespace between merge fields when opening previously saved label files.</li>
584   <li>Includes updated Russian language support, thanks to Vitaly Lipatov</li>
585   <li>Additional label templates</li>
586 </ul>
587 </div>
588
589
590
591
592 <div class="newsitem">
593 <div class="newsdate">27 August 2002</div>
594 <div class="newstitle">Release 1.89.0 (Unstable for GNOME 2)</div>
595
596 <p>
597 This is the first development release of the codebase for GNOME 2.  This
598 release is far from complete, and does still have problems.
599 <a href="/download/#unstable">Download</a> at your own risk.
600 </p>
601 </div>
602
603
604
605
606 <div class="newsitem">
607 <div class="newsdate">25 August 2002</div>
608 <div class="newstitle">Release 0.4.5</div>
609
610 <p>
611 "Ok, so I lied."  Hopefully, this will be the final release for GNOME 1.4.  Future releases will target the GNOME 2.0 platform.
612 </p>
613 <ul>
614   <li>Fixes a locale bug, causing special characters to not be printed in some environments</li>
615   <li>Fixes a bug in glabels-batch when it attempts to output over an existing file</li>
616   <li>Includes Russian language support, thanks to Vitaly Lipatov</li>
617   <li>Includes Chinese language support, thanks to Shell, Hin-lik Hung</li>
618   <li>Includes Polish language support, thanks to Arkadiusz Lipiec</li>
619   <li>Includes updated French language support, thanks to Olivier Berger</li>
620   <li>Includes updated Japanese language support, thanks to Takeshi Aihana</li>
621   <li>Additional label templates</li>
622 </ul>
623 </div>
624
625
626
627
628 <div class="newsitem">
629 <div class="newsdate">27 June 2002</div>
630 <div class="newstitle">Release 0.4.4</div>
631
632 <p>
633 Hopefully, this will be the final release for GNOME 1.4.  Future releases will
634 target the GNOME 2.0 platform.
635 </p>
636 <ul>
637   <li>This release now uses version 0.98 of <a href="http://arcana.linux.it/software/barcode/barcode.html">Alessandro Rubini's GNU-Barcode library</a></li>
638   <li>The text back-end includes an improved CSV parser</li>
639   <li>"Clip to outline" code has been removed -- it caused problems with some printers/drivers</li>
640   <li>Fixes a bug in the canvas item event handlers</li>
641   <li>Fixes origin bug in mini-preview widget</li>
642   <li>Includes Spanish language support, thanks to Víctor Moral</li>
643   <li>Additional label templates</li>
644 </ul>
645 </div>
646
647
648
649
650 <div class="newsitem">
651 <div class="newsdate">22 Febuary 2002</div>
652 <div class="newstitle">Release 0.4.3</div>
653
654 <ul>
655   <li>Includes a non-graphical front-end to print previously created labels.</li>
656   <li>Added support for simple round labels</li>
657   <li>Additional label templates.</li>
658 </ul>
659 </div>
660
661
662
663
664 <div class="newsitem">
665 <div class="newsdate">03 Febuary 2002</div>
666 <div class="newstitle">Release 0.4.2</div>
667
668 <ul>
669   <li>Updated French language support, thanks to Olivier Berger.</li>
670   <li>Updated Japanese language support, thanks to Takeshi Aihana.</li>
671   <li>Updated Brazilian Portuguese language support, thanks to Paulo Rogério Ormenese.</li>
672   <li>Updated German language support, thanks to Marcus Bauer.</li>
673   <li>Additional label templates.</li>
674 </ul>
675 </div>
676
677
678
679
680 <div class="newsitem">
681 <div class="newsdate">14 January 2002</div>
682 <div class="newstitle">Release 0.4.1</div>
683
684 <ul>
685   <li>Adds reverse (mirror-image) printing feature.</li>
686   <li>Some code clean-up.</li>
687   <li>Updated Japanese language support, thanks to Takeshi Aihana.</li>
688   <li>Updated French language support, thanks to Olivier Berger.</li>
689   <li>Additional label templates.</li>
690 </ul>
691 </div>
692
693
694
695
696 <div class="newsitem">
697 <div class="newsdate">06 January 2002</div>
698 <div class="newstitle">Release 0.4.0</div>
699
700 <p>
701 This is the first release with a document merge feature.  The
702 implementation of this feature may still be a little rough around
703 the edges.  Currently only a simple back-end for text files exists --
704 others are planned.  The currently supported text-file format is very
705 simple:  each line is a record; fields are delimited by tabs,
706 commas, or colons; and newlines can be embedded into records by using
707 the "\n" entity.
708 </p>
709 <p>
710 Other changes include
711 </p>
712 <ul>
713   <li>Some code clean-up.</li>
714   <li>Updated Japanese language support, thanks to Takeshi Aihana. (0.3.4 functionality)</li>
715   <li>Additional label templates.</li>
716 </ul>
717 </div>
718
719
720
721
722 <div class="newsitem">
723 <div class="newsdate">17 December 2001</div>
724 <div class="newstitle">Release 0.3.4</div>
725
726 <ul>
727   <li>Fixes focus behavior when using arrow keys to nudge objects.</li>
728   <li>File and print dialogs now have memory across instances.</li>
729   <li>This release includes Brazilian Portuguese language support, thanks to Paulo Rogério Ormenese.</li>
730   <li>This release includes updated French language support, thanks to Olivier Berger.</li>
731   <li>Additional label templates.</li>
732 </ul>
733 </div>
734
735
736
737
738 <div class="newsitem">
739 <div class="newsdate">13 December 2001</div>
740 <div class="newstitle">Release 0.3.3</div>
741
742 <ul>
743   <li>Fixes a crash when opening a label that has no corresponding template.</li>
744   <li>This release no longer uses a single flat file for templates.  Separate user created template files can be placed in a ~/.glabels/ directory.</li>
745   <li>The "New" dialog now segregates labels by paper size (i.e. US-Letter and A4).  The user can now select the default paper size in the "Preferences" dialog.</li>
746   <li>The user can now select a default unit for distance (points, inches, or mm) in the "Preferences" dialog.</li>
747   <li>Numerous tweaks to the various "Object properties" dialogs.</li>
748 </ul>
749 </div>
750
751
752
753
754 <div class="newsitem">
755 <div class="newsdate">06 December 2001</div>
756 <div class="newstitle">Release 0.3.2</div>
757
758 <ul>
759   <li>Fixes a bug in parsing of hexadecimal colors from label files.</li>
760   <li>Adds nudge feature.  Selections can now be "nudged" using arrow keys.</li>
761   <li>An additional label template.</li>
762 </ul>
763
764 <h2>03 December 2001, Release 0.3.1:</h2>
765 <ul>
766   <li>Fixes segmentation fault with consecutive newlines in text objects.</li>
767   <li>This release includes Japanese language support, thanks to Takeshi Aihana.</li>
768 </ul>
769 </div>
770
771
772
773
774 <div class="newsitem">
775 <div class="newsdate">02 December 2001</div>
776 <div class="newstitle">Release 0.3.0</div>
777
778 <p>
779 This release includes some significant restructuring "under the hood."
780 Some of the more visible features include:
781 </p>
782 <ul>
783   <li>Mini-previews have been added to the "New" dialog.</li>
784   <li>Objects can now be resized by dragging on "handles" with the mouse.</li>
785   <li>Object property dialogs include many improvements.</li>
786   <li>Additional label templates.</li>
787 </ul>
788 </div>
789
790
791
792
793 <div class="newsitem">
794 <div class="newsdate">18 November 2001</div>
795 <div class="newstitle">Release 0.2.4</div>
796
797 <ul>
798   <li>This release adds a simple interface to the print dialog that allows the selection of individual or multiple labels to be printed.</li>
799   <li>Additional label templates.</li>
800 </ul>
801 </div>
802
803
804
805
806 <div class="newsitem">
807 <div class="newsdate">11 November 2001</div>
808 <div class="newstitle">Release 0.2.3</div>
809
810 <ul>
811   <li>Zoom capability has been added.</li>
812   <li>Additional label templates.</li>
813 </ul>
814 </div>
815
816
817
818
819 <div class="newsitem">
820 <div class="newsdate">28 October 2001</div>
821 <div class="newstitle">Release 0.2.2</div>
822
823 <ul>
824   <li>Object selection and cursor behavior have been slightly modified.  Objects can now be selected and moved with the same initial mouse click.</li>
825   <li>This release introduces a <i>type</i> property to the label template, in preparation for non-rectangular label types (e.g. CD labels).</li>
826 </ul>
827 </div>
828
829
830
831
832 <div class="newsitem">
833 <div class="newsdate">21 October 2001</div>
834 <div class="newstitle">Release 0.2.1</div>
835
836 <ul>
837   <li>This release fixes a large portability problem with the anti-aliased text feature introduced in 0.2.0.</li>
838   <li>This release includes German language support, thanks to Marcus Bauer.</li>
839 </ul>
840 </div>
841
842
843
844
845 <div class="newsitem">
846 <div class="newsdate">14 October 2001</div>
847 <div class="newstitle">Release 0.2.0</div>
848
849 <ul>
850   <li>This release supports rotated labels and cards.  I.e. cards and labels that would normally default to a landscape orientation can now be rotated to a portrait orientation. (There are some problems with image objects in this rotated
851 orientation during print-preview.)</li>
852   <li>Text objects are now anti-aliased for a more WYSIWYG experience.
853     <ul>
854       <li>If you experience problems with text objects, this feature can be disabled by doing a "<tt>./configure --disable-hacktext</tt>" and recompiling.</li>
855     </ul>
856   </li>
857 </ul>
858 </div>
859
860
861
862
863 <div class="newsitem">
864 <div class="newsdate">05 October 2001</div>
865 <div class="newstitle">Release 0.1.5</div>
866
867 <p>
868 This quick release includes French language support, thanks to
869 Olivier Berger.
870 </p>
871 </div>
872
873
874
875
876 <div class="newsitem">
877 <div class="newsdate">01 October 2001</div>
878 <div class="newstitle">Release 0.1.4</div>
879
880 <p>
881 This release adds the standard clipboard functions (cut, 
882 copy and paste).  It also fixes a couple of minor bugs.
883 </p>
884 </div>
885
886
887
888
889 <div class="newsitem">
890 <div class="newsdate">26 September 2001</div>
891 <div class="newstitle">Release 0.1.3</div>
892
893 This release adds 10 additional barcode types, thanks to <a href="http://arcana.linux.it/software/barcode/barcode.html">Alessandro Rubini's GNU-Barcode library</a>.
894 </div>
895
896
897
898
899 <div class="newsitem">
900 <div class="newsdate">08 September 2001</div>
901 <div class="newstitle">Release 0.1.2</div>
902
903 <ul>
904   <li>Improved handling of locale character sets.</li>
905   <li>Aggregate item selection is now supported (multiple items can be manipulated as a group).</li>
906   <li>Additional label templates.</li>
907 </ul>
908 </div>
909
910
911
912
913 <div class="newsitem">
914 <div class="newsdate">03 September 2001</div>
915 <div class="newstitle">Release 0.1.1</div>
916
917 <ul>
918   <li>Initial barcode support has been added (POSTNET and Code 39).  These have not been tested -- volunteers are welcome.</li>
919   <li>An option to print label outlines has been added to test printer alignment.</li>
920   <li>Additional label templates have been added.</li>
921 </ul>
922 </div>
923
924
925
926
927 <div class="newsitem">
928 <div class="newsdate">28 August 2001</div>
929 <div class="newstitle">Release 0.1.0</div>
930
931 <p>
932 This is the initial release of gLabels.  It is still a little
933 rough around the edges and is missing several important features;
934 however, it should have enough functionality to produce sheets
935 of identical labels or business cards.
936 </p>
937 </div>
938
939
940
941
942
943 <?php gLabelsFooter(); ?>