mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.9.5.
This commit is contained in:
parent
db556bf7e9
commit
a0d920e589
17
Changes.txt
17
Changes.txt
@ -2,6 +2,23 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.9.5 May 31 2020
|
||||
|
||||
- Fix for issue where hyperlinks urls and tips were ignored for
|
||||
`worksheet_insert_image_buffer_opt()` images.
|
||||
Issue [#292][gh_292].
|
||||
|
||||
[gh_292]: https://github.com/jmcnamara/libxlsxwriter/issues/292
|
||||
|
||||
- Added #LXW_CHART_LINE_STACKED and #LXW_CHART_LINE_STACKED_PERCENT line
|
||||
charts subtypes.
|
||||
|
||||
- Removed LXW_ERROR_SHEETNAME_RESERVED warning which was used with the
|
||||
reserved worksheet name "History". However, this is an allowed worksheet
|
||||
name in some Excel variants so the warning has been turned into a
|
||||
documentation note instead.
|
||||
|
||||
|
||||
## 0.9.4 January 19 2020
|
||||
|
||||
- Added option to specify worksheet "object positioning" for images and charts
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.9.4"
|
||||
#define LXW_VERSION_ID 94
|
||||
#define LXW_VERSION "0.9.5"
|
||||
#define LXW_VERSION_ID 95
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.9.4"
|
||||
s.version = "0.9.5"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "8.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user