Files
perl-Excel-Writer-XLSX/perl-Excel-Writer-XLSX.changes

75 lines
2.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Oct 21 08:54:16 UTC 2015 - coolo@suse.com
- updated to 0.86
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changes
0.86 2015-10-19
! Fix to allow chartsheets to support combined charts.
! Fix for images with negative offsets.
+ Allow hyperlinks longer than 255 characters when the link and anchor
are each less than or equal to 255 characters.
+ Added hyperlink_base document property.
+ Added option to allow data validation input messages with the any
validate parameter.
Issue #144.
+ Added "stop if true" feature to conditional formatting.
Issue #138.
+ Added better support and documentation for html colours throughout
the module. The use of the Excel97 colour palette is supported for
backward compatibility but deprecated.
Issue #97.
-------------------------------------------------------------------
Tue Sep 15 08:44:15 UTC 2015 - coolo@suse.com
- updated to 0.85
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changes
0.85 2015-08-05
! Fixes for new redundant sprintf arguments warnings in perl 5.22.
Issue #134.
! Fix url encoding of links to external files and dirs.
-------------------------------------------------------------------
Wed Apr 22 06:12:12 UTC 2015 - coolo@suse.com
- updated to 0.84
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changes
0.84 2015-04-21
+ Added support for chart axis display units (thousands, million, etc.).
+ Added option to set printing in black and white. Issue #125.
+ Added chart styles example.
+ Added gradient fill support.
+ Added support for clustered charts.
+ Added support for boolean error codes.
-------------------------------------------------------------------
Tue Apr 14 20:25:35 UTC 2015 - coolo@suse.com
- updated to 0.83
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changes
-------------------------------------------------------------------
Sat Dec 03 22:43:10 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.39)