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