[go: up one dir, main page]

Menu

[78f5b6]: / CHANGES  Maximize  Restore  History

Download this file

110 lines (80 with data), 3.0 kB

CHANGES:

--- version 0.4.13
- update configure.ac to be compatible with autoconf 2.71
   (to try to generate package compatible with arch linux) 

--- version 0.4.12
- Pocket Word: add a minimalist parser (taking inspiration from
   the old OpenOffice/LibreOffice's parser)

--- version 0.4.11
- XYWrite: add a parser to .fil v2,v4 files
- wks,wk1: try to correct some problems when
  retrieving cell's reference.
  
--- version 0.4.10
- QuattroPro: add parser to .qwp v9 files, seems to
  works also for X2 and X9 files,
- encoding: change code of all parsers to decrypt
  complex encoding: cp932, cp950, ...

--- version 0.4.9
- add parser to multiplan v1-v3 dos files,
- QuattroPro: add parser to .wb3 files,
  + try retrieve more formula's references.

--- version 0.4.8
- charts: try to retrieve charts in .wk*, .wq* files,
- QuattroPro: add parser to .wb[12] files,
- switch to c++11,
- fuzzing: correct many problems,

--- version 0.4.7

- fuzzing: correct many problems,
- QuattroPro .wq1: correct reading of formula containing references.

--- version 0.4.6

04/03/2017:
- Lotus: add support to read SmartSuite 98's files,
- Lotus: add support to decode files with password.

--- version 0.4.5
05/01/2017:
- Lotus: add support to read SmartSuite 97's files,
- Lotus .wk4: support more than 256 styles
- try to implement LICS's decoding correctly.

--- version 0.4.4
03/10/2016:
- Lotus: add support to read .fm3 and .fmt files,
- Lotus v3, v4: try to retrieve the character/cell
  formating and basic shapes,
- MsWorks v4: try to retrieve the page's embedded
  objects.

--- version 0.4.3

10/02/2016
- add support for Microsoft Word for DOS files

--- version 0.4.2

04/10/2015:
- add support for Microsoft Write files...

--- version 0.4.1

23/08/2015:
- correct some afl errors
- preformance: improve the sheet's output generation

--- version 0.4.0

10/03/2015:
- add a filter to convert Quattro Pro's Wq1-Wq2 files: the main spreadsheet's content
  with cells' properties.

26/02/2015:
- add classes to create shape and more complex graphic styles: WPSGraphicShape, WPSGraphicStyle,
- enhance the WPSBorder class and add a WPSColor class to store color,
- accept to convert Lotus's Wk3-Wk4 files, ie. file with signatures:
  00001a000[0-2]10
- only active in debug mode, first work to convert Wk5-... file, must be able to
  retrieve the main sheets' content with no formatting, to be continued...

04/02/2015:
- change API to allow user to give default caracters' encoding (and potentially password).
- accept to convert Lotus's and Symphony's Wk1 file, ie. file with signatures :
  000002000[4-6]04
  
-------- begin of version 0.4 ---------

27/04/2014:
- create first code to read the main database in a WDB file and convert then as spreadsheet

04/02/2014:
- create first code to read the main spreadsheet in a WKS file

28/12/2013:
- change code to depend on librevenge

-------- begin of version 0.3 ---------

-------- end of version 0.2 ---------

25/05/2013:
- end of improving code to read WPS files