]> git.sur5r.net Git - glabels/blob - web/index.php
Release 2.2.1
[glabels] / web / index.php
1 <?php include "common_php.inc"; ?>
2
3 <?php gLabelsHeader("home"); ?>
4
5 <h1 class="about">About gLabels ...</h1>
6
7 <p>
8 <b>gLabels</b> is a program for creating labels and business cards for the <i>GNOME</i> desktop
9 environment. It is designed to work with various laser/ink-jet peel-off label and business card sheets that
10 you'll find at most office supply stores. gLabels is free software and is distributed under the terms of the
11 <i>GNU General Public License</i> (<?a("http://www.gnu.org/copyleft/gpl.html","GPL");?>).
12 </p>
13
14
15
16
17 <h1 class="news">Recent News ...</h1>
18
19
20
21
22 <div class="newsitem">
23 <div class="newsdate">23 January 2008</div>
24 <div class="newstitle">Release 2.2.1 (Stable)</div>
25 <p>
26 Changes/fixes since 2.2.0 include
27 </p>
28 <ul>
29 <li>Font lists are now sorted alphabetically.</li>
30 <li>Evolution records are now sorted by the "file_under" field.</li>
31 <li>Fixed clipping bug when rotating labels.</li>
32 </ul>
33 <p>
34 <?a("/download/","Download here");?>.
35 </p>
36 </div>
37
38
39
40
41
42
43 <div class="newsitem">
44 <div class="newsdate">26 December 2007</div>
45 <div class="newstitle">Release 2.2.0 (Stable)</div>
46 <p>
47 <i>After two years in the making, it's finally here...</i>
48 </p>
49 <p>
50 <i>A new stable release</i>.  The underlying technology has been largely overhauled from the 2.0.x branch.
51 The libgnomeprint library has been completely replaced with Cairo and the new GtkPrintOperation API.
52 One side effect of print rendering with Cairo is that image compositing now works at full resolution.
53 Cairo has also replaced GnomeCanvas in the main display and drawing interface.
54 Many other deprecated dependencies have been replaced as well.  Because of this, this version requires at least Gnome 2.16.
55 </p>
56 <p>
57 Changes/fixes since 2.0.4 include
58 </p>
59 <ul>
60
61 <li>Migrated from EggRecent to GtkRecentManager</li>
62 <li>Migrated from libgnomeprint to GtkPrintOperation and Cairo.</li>
63 <li>Migrated from libgnomeprint to Pango for text layout.</li>
64 <li>Migrated GnomeDruid to GtkAssistant for template designer.</li>
65 <li>Migrated from GnomeCanvas to Cairo.</li>
66 <li>Removed all deprecated widgets as of Gnome-2.16/Gtk-2.10.</li>
67 <li>Added categorization of templates and an updated New Label dialog.</li>
68 <li>New label dialog now allows selection of recently used templates</li>
69 <li>Removed splash screen.</li>
70 <li>Added initial support for datamatrix 2D barcodes.</li>
71 <li>Added support for Brazilian CEPNet barcodes.</li>
72 <li>Added shadow attribute to label objects.</li>
73 <li>New merge backend for evolution data server</li>
74 <li>Various bug fixes.</li>
75 <li>New templates.</li>
76
77 </ul>
78 </div>
79
80
81
82
83
84
85 <div class="newsitem">
86 <div class="newsdate">9 December 2007</div>
87 <div class="newstitle">Release 2.1.5 (Unstable)</div>
88 <p>
89 This is hopefully the final development release before 2.2.  Please download
90 and test.
91 </p>
92 <p>
93 Changes/fixes since 2.1.4 include
94 </p>
95 <ul>
96 <li>New label dialog now allows selection of recently used templates</li>
97 <li>Store brand and part number as separate fields in templates</li>
98 <li>Major cleanup of libglabels API and documentation</li>
99 <li>Minor bug fixes (and probably some new bugs).</li>
100 </ul>
101 </div>
102
103
104
105
106
107
108 <div class="newsitem">
109 <div class="newsdate">17 August 2007</div>
110 <div class="newstitle">Release 2.1.4 (Unstable)</div>
111 <p>
112 <i>It's been over a year in the making...</i>
113 </p>
114 <p>
115 Although this latest development snapshot has only a few functional updates, its underlying technology has been largely overhauled.
116 The libgnomeprint library has been completely replaced with the new GtkPrintOperation and Cairo.
117 One side effect of print rendering with Cairo is that image compositing now works at full resolution.
118 Cairo has also replaced GnomeCanvas in the main display and drawing interface.
119 Many other deprecated dependencies have been replaced as well.  Because of this, this version requires at least Gnome 2.16.
120 </p>
121 <p>
122 Changes/fixes since 2.1.3 include
123 </p>
124 <ul>
125
126 <li>Added categorization of templates and an updated New Label dialog.</li>
127 <li>Added initial support for datamatrix 2D barcodes.</li>
128 <li>Migrated from EggRecent to GtkRecentManager.</li>
129 <li>Migrated from libgnomeprint to GtkPrintOperation and Cairo.</li>
130 <li>Migrated from libgnomeprint to Pango for text layout.</li>
131 <li>Migrated GnomeDruid to GtkAssistant for template designer.</li>
132 <li>Migrated from GnomeCanvas to Cairo.</li>
133 <li>Removed splash screen.</li>
134 <li>Added support for Brazilian CEPNet barcodes.</li>
135 <li>Updated French translation (Claude Paroz)</li>
136 <li>New Esperanto translation (Antonio C. Codazzi)</li>
137 <li>Minor bug fixes (and probably some new bugs).</li>
138 <li>New templates.</li>
139
140 </ul>
141 </div>
142
143
144
145
146
147
148 <div class="newsitem">
149 <div class="newsdate">27 May 2006</div>
150 <div class="newstitle">Release 2.1.3 (Unstable)</div>
151 <p>
152 Changes/fixes since 2.1.2 include
153 </p>
154 <ul>
155
156 <li>Don't print "Invalid barcode data" if data field is empty. Fixes Bug #1479839. (Darren Warner)</li>
157 <li>Fixed hangup when grid or markup have been toggled during a previous session. Fixes Bug #1434324.</li>
158 <li>Added shadow attribute to label objects.</li>
159 <li>Fixed color groups in color combo widgets.</li>
160 <li>Fixed several potential crashes.</li>
161
162 </ul>
163 </div>
164
165
166
167
168
169
170 <div class="newsitem">
171 <div class="newsdate">26 December 2005</div>
172 <div class="newstitle">Release 2.0.4 (Stable)</div>
173 <p>
174 Changes/fixes since 2.0.3 include
175 </p>
176 <ul>
177
178 <li>Use filechooser for GnomeFileEntrys in merge properties dialog and
179   object editor image page.  Fixes #1328173 and #1294692</li>
180 <li>New configure option to disable update-mime-database and update-desktop-database</li>
181 <li>Minor cleanup</li>
182 <li>New templates and fixes</li>
183
184 </ul>
185 </div>
186
187
188
189
190
191
192 <div class="newsitem">
193 <div class="newsdate">22 December 2005</div>
194 <div class="newstitle">Release 2.1.2 (Unstable)</div>
195 <p>
196 Changes/fixes since 2.1.1 include
197 </p>
198 <ul>
199
200 <li>Updated Italian translation (Daniele Medri)</li>
201 <li>Fixed double entry in property bar's font family combobox</li>
202 <li>Don't allow zero width or height when drawing pixbufs</li>
203 <li>Fixed various memory leaks</li>
204 <li>New configure option to disable update-mime-database and update-desktop-database</li>
205 <li>New merge backend for evolution data server (Austin Henry)</li>
206 <li>New merge backend for VCards (Austin Henry)</li>
207 <li>New templates and fixes</li>
208
209 </ul>
210 </div>
211
212
213
214
215
216
217 <div class="newsitem">
218 <div class="newsdate">26 June 2005</div>
219 <div class="newstitle">Release 2.1.1 (Unstable)</div>
220 <p>
221 Changes/fixes since 2.1.0 include
222 </p>
223 <ul>
224
225 <li>Added document merge tutorial</li>
226 <li>Replaced deprecated widgets (now requires Gnome 2.10 and GTK+ 2.6)</li>
227 <li>Replaced libbonoboui with GtkUIManager (now requires Gnome 2.10 and GTK+ 2.6)</li>
228 <li>Updated Russian translation (Vitaly Lipatov)</li>
229 <li>Updated Spanish translation (Sergio Rivadero)</li>
230 <li>Updated Czech translation (David Makovský and Zbynek Mrkvick)</li>
231 <li>Updated Italian translation (Daniele Medri)</li>
232 <li>Added documentation for libglabels</li>
233 <li>Minor bug fixes and cleanup</li>
234 <li>New templates</li>
235
236 </ul>
237 </div>
238
239
240
241
242
243
244 <div class="newsitem">
245 <div class="newsdate">26 June 2005</div>
246 <div class="newstitle">Release 2.0.3 (Stable)</div>
247 <p>
248 Changes/fixes since 2.0.2 include
249 </p>
250 <ul>
251
252 <li>Added document merge tutorial</li>
253 <li>Updated Russian translation (Vitaly Lipatov)</li>
254 <li>Updated Spanish translation (Sergio Rivadero)</li>
255 <li>Updated Czech translation (David Makovský and Zbynek Mrkvick)</li>
256 <li>Updated Italian translation (Daniele Medri)</li>
257 <li>Fixed packing style of printer selection dialog</li>
258 <li>New templates</li>
259
260 </ul>
261 </div>
262
263
264
265
266
267
268 <div class="newsitem">
269 <div class="newsdate">22 January 2005</div>
270 <div class="newstitle">Release 2.1.0 (Unstable)</div>
271 <p>
272 This is the first development release in preparation for 2.2.  New features include
273 </p>
274 <ul>
275
276 <li>Color object properties can be provided through document-merge feature (Frederic Ruaudel)</li>
277 <li>Fixes/changes from 2.0.2</li>
278
279 </ul>
280 </div>
281
282
283
284
285
286
287 <div class="newsitem">
288 <div class="newsdate">22 January 2005</div>
289 <div class="newstitle">Release 2.0.2 (Stable)</div>
290 <p>
291 Changes/fixes since 2.0.1 include
292 </p>
293 <ul>
294
295 <li>Desktop file reconciled with desktop-entry-spec</li>
296 <li>New cleaned-up icon</li>
297 <li>Added option to glabels-batch to allow selection of first label</li>
298 <li>Added options to glabels-batch to allow selection of merge source and crop marks (José Dapena Paz)</li>
299 <li>Updated french translation (Florent Morel)</li>
300 <li>Fixed translation problem with object editor labels</li>
301 <li>Minor bug fixes and cleanup</li>
302 <li>New templates</li>
303
304 </ul>
305 </div>
306
307
308
309
310
311
312 <div class="newsitem">
313 <div class="newsdate">15 August 2004</div>
314 <div class="newstitle">Release 2.0.1, "You know it, Bruddah" (Stable)</div>
315 <p>
316 There were a couple of problems with 2.0.0.  Changes/fixes include
317 </p>
318 <ul>
319
320 <li>Fixed crash when reading some labels created with 1.93.x</li>
321 <li>Updated japanese translations (Takeshi AIHANA)</li>
322 <li>Fixed crash from improperly freeing translation strings</li>
323
324 </ul>
325 </div>
326
327
328
329
330
331
332 <div class="newsitem">
333 <div class="newsdate">09 August 2004</div>
334 <div class="newstitle">Release 2.0.0, "Zulu as Kono" (Stable)</div>
335 <p>
336 Well it's finally here, 2.0 -- woo hoo!
337 Changes/fixes from 1.93.3 include
338 </p>
339 <ul>
340
341 <li>Fixed crash when encountering old template files</li>
342
343 <li>Align grid to label center for DVD/CD and round labels</li>
344
345 <li>Don't touch compression of original file</li>
346
347 <li>64-bit fixes</li>
348
349 <li>Added man page</li>
350
351 <li>Fixed missing outline problem experienced with some printers</li>
352
353 <li>Added separate horizontal and vertical waste properties for rectangular templates</li>
354
355 <li>Added option to auto-shrink text during document merge</li>
356
357 <li>Fixed memory leaks</li>
358
359 <li>Added format attibute to barcode objects, to allow correct layout of merged labels</li>
360
361 <li>Added mime type registration for GNOME 2.6</li>
362
363 </ul>
364 </div>
365
366
367
368
369
370
371
372 <h2><?a("/news/","Older news ...");?></h2>
373
374
375 <?php gLabelsFooter(); ?>