forked from pool/libxlsxwriter
* Added support for manually positioning chart elements such as the chart axis labels, the chart legend, the chart plot area and the chart title. - Updates from version 1.2.1: * Improved the cmake build support for using the minizip library. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxlsxwriter?expand=0&rev=15
112 lines
4.2 KiB
Plaintext
112 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 5 01:10:45 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Update to version 1.2.2:
|
|
* Added support for manually positioning chart elements such as
|
|
the chart axis labels, the chart legend, the chart plot area
|
|
and the chart title.
|
|
- Updates from version 1.2.1:
|
|
* Improved the cmake build support for using the minizip library.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 15 14:13:18 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Update to version 1.2.0:
|
|
* Added format_set_font_family() and format_set_font_charset()
|
|
format functions to support Middle Eastern and Asian fonts.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 25 00:26:54 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Update to version 1.1.9:
|
|
* CMake: Check for third party libraries using pkgconfig
|
|
* Fix minor pointer/value error in lxw_name_to_row() and
|
|
lxw_name_to_col() utility functions.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 1 00:33:19 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Update to version 1.1.8:
|
|
* Added support for embedding images into worksheets with
|
|
worksheet_embed_image().
|
|
* Bump .so version to 7
|
|
Fixes
|
|
* Failure on 32bit architectures
|
|
* workbook_validate_sheet_name buffer-overflow
|
|
* workbook_add_worksheet does not return a reasonable worksheet
|
|
* workbook_define_name stack-buffer-underflow
|
|
* workbook_close stack-buffer-overflow
|
|
* _store_array_formula heap-buffer-overflow
|
|
* worksheet_set_selection stack-buffer-overflow
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 7 00:29:49 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Remove find_minizip.patch -- merged upstream
|
|
- Update URL and source name
|
|
- Update to version 1.1.7:
|
|
* Bump .so version to 6
|
|
* Added quote_prefix format property
|
|
* Added support for signed VBA projects
|
|
* Fix worksheet password hashing algorithm for long passwords
|
|
Replace/fix the worksheet protection password algorithm so that
|
|
is works correctly for strings over 24 chars
|
|
* Fix cmake minizip version check
|
|
* Fix for buffer overflow with utf-8 strings in data validation
|
|
* Fix for range in text type conditional format
|
|
* Fix 32bit multiply with overflow issue for images
|
|
* Added support for building Zig library
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 23 01:52:43 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
|
|
|
|
- Add find_minizip.patch -- upstream patches to fix usage of system
|
|
libraries.
|
|
- Switch to cmake, fixing 32bit builds.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 14 19:14:48 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
|
|
|
- Remove statically linked library
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 13 10:15:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Switch to 1.1.5's fixated tarball with a Source URL
|
|
- Edit package metadata
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 27 14:30:24 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
|
|
|
- Update to version 1.1.5:
|
|
* Ignore openssl3 deprecation warnings
|
|
* Minor doc fix.
|
|
* Fix minizip compile warnings.
|
|
* Update docs/example for lambda function.
|
|
* Minor doc/example fix.
|
|
* Fix top/bottom10 conditional format for values other than 10.
|
|
* Added memory buffer example to the docs.
|
|
* Improve buffer support.
|
|
* Add memory buffer support
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 28 19:49:47 UTC 2022 - Joshua Smith <jsmithfpv@gmail.com>
|
|
|
|
- Updated to 1.1.4:
|
|
Added:
|
|
* New support for worksheet tables.
|
|
* Macro buttons can be added to worksheets
|
|
* New support for autofilter rules.
|
|
* Description/Alt Text options for charts.
|
|
* Supports Excel365 dynamic arrays
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 08:52:06 UTC 2021 - Duncan Mac-Vicar <dmacvicar@suse.de>
|
|
|
|
- Make devel package require the shared library
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 16 21:09:19 UTC 2019 - Duncan Mac-Vicar <dmacvicar@suse.de>
|
|
|
|
- Initial package for 0.8.5
|