X-Git-Url: https://git.sur5r.net/?p=glabels;a=blobdiff_plain;f=NEWS;h=41661f1a0af36c5b52f8c362e655151546d3977a;hp=ced6ef59c946798be8e65efb042303d6ff7d38b5;hb=db2403f05e4bd16e08346e4896e8feead63d0b12;hpb=9971dd3e6268224ee930a26fdb30f22395406233 diff --git a/NEWS b/NEWS index ced6ef59..41661f1a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,87 @@ +* gLabels 3.0.0 (stable) release. Release date 2011-05-16 + +- Reorganization of alignment menus +- Allow glabels-batch to be run outside of windowing system +- CSV parser now more closely follows RFC 4180 +- Added templates +- Updated translations: + - French (Claude Paroz, Bruno Brouard, Gérard Baylard) + - Spanish (Daniel Mustieles) + - Japanese (Takayuki KUSANO, Takayoshi OKANO) + - Czech (Marek Černocký) + - German (Mario Blättermann) + - Dutch (Mario Blättermann, Hannie Dumoleyn) + + +* gLabels 2.3.1 (unstable) release. Release date 2011-01-03 + +- Migrated to GNOME 3 platform + - Ported to Gtk3 + - Ported from gconf to gsettings +- Updated manual and ported to Mallard +- Added text merge backend that uses semicolon delimeters +- Improve appearance of shadows of boxes and ellipses +- Added shadow property of image objects +- Added native support for SVG images +- Added full-featured barcode backend for libzint (Sam Lown, Robin Stuart) +- Refactoring of barcode subsystem + - Moved core barcode support to its own library (libglbarcode) + - Added onecode backend to libglbarcode + - Resurrected built-in Code39 backend and added to libglbarcode + (from way back in glabels 0.1.x) + - Allow selection of barcode backend from UI +- New logo and theme friendly icons +- Added support for elliptical templates +- Added many new templates +- Updated translations: + - Czech (Marek Černocký) + - Danish (Joe Hansen) + - French (Claude Paroz, Bruno Brouard, Gérard Baylard) + - German (Mario Blättermann) + - Spanish (Daniel Mustieles) + - Slovenian (Andrej Žnidaršič) + - Catalan (Valencian) (David Planella) + - Swedish (Daniel Nylander) + - Brazilian Portuguese (Michel Recondo, Henrique P. Machado, Antonio Fernandes C. Neto) + + +* gLabels 2.3.0 (unstable) release. Release date 2010-06-06 + +- Removed use of deprecations in platform: + - Migrated from libglade to GtkBuilder + - Removed all dependencies on libgnome and libgnomeui + - Removed all GTK+ and GLIB deprecations as of GNOME 2.30 + - Use accessor functions in GTK+ and GLIB +- Major refactoring of code +- Added Undo/Redo capability +- GnuBarcode backend is now optional and is no longer distributed with glabels +- IEC16022 (datamatrix) barcode backend is now optional and is no longer + distributed with glabels +- Added optional IEC18004 (QRCode) barcode backend (Daniel Mueller) +- Added optional Zint barcode backend (currently ony supports GS1-128, but + other barcodes will be supported by this backend in the future). + (Samual Lown) +- Now uses "XDG Base Directory Specification" to locate user templates +- New wizard based "New Label" dialog +- Can now manage user created templates from within glabels +- New "Insert Field" button +- Allow pasting of images and text from other apps as new objects +- Fixed focus problems which prevented proper copy and paste operation + within the text editor +- CSV merge backend can now harvest 1st line of CSV file for field names +- New font selection widget +- New color selection widget +- Support parallel installation with older versions of glabels +- Updated license to GPL3+ +- Full translations of application strings for this release: + - German (Mario Blättermann) + - Spanish (Daniel Mustieles) + - Brazilian Portuguese (Michel Recondo) + - Danish (Joe Hansen) + - French (Claude Paroz) + - Slovenian (Andrej Žnidaršič) + + * gLabels 2.2.8 (stable) release. Release date 2010-04-19 - Fix crash caused by new g_new macros in glib-2.24.0 @@ -189,7 +273,7 @@ - New cleaned-up icon - Added option to glabels-batch to allow selection of first label. - Added options to glabels-batch to allow selection of merge source and crop marks. - (José Dapena Paz) + (José Dapena Paz) - Updated french translation (Florent Morel) - Fixed translation problem with object editor labels - Minor bug fixes and cleanup