Skip to content

Releases: jdum/odfdo

v3.13.5

25 Jan 14:30

Choose a tag to compare

Add the option formatted to script odfdo-replace and method Element.replace() to interpret the space, tab and CR of the replacement string.

v3.13.4

22 Jan 00:39

Choose a tag to compare

Fix a bug on Document.insert_style() and related methods that prevented
the loading of styles from the family number:*, like number:currency-style (issue #53).

v3.13.3

01 Jan 13:40

Choose a tag to compare

  • Refactor cell properties to get easier and more consistent access to cell values. Some new properties added: Cell.decimal, Cell.int, Cell.bool, Cell.duration, Cell.datetime, Cell.date.
  • Add a .rdf manifest file if it is missing (this should only happen in very rare manipulations).

v3.13.2

15 Dec 14:54

Choose a tag to compare

  • Refactor Table and Row caching, removing useless _caching attribute from many classes.
  • Remove module scriptutils.

v3.13.1

14 Dec 19:28

Choose a tag to compare

Allow XML export of base64 encoded images (preparing for flat ODF export).

v3.13.0

07 Dec 16:50

Choose a tag to compare

  • The Meta class which manages the meta.xml part has two new methods as_dict() and as_json() to export its content.
  • Improved "pretty" export of documents.

v3.12.1

30 Nov 20:46

Choose a tag to compare

Fix some small rendering issues for Markdown export.

v3.12.0

30 Nov 14:03

Choose a tag to compare

  • Change in str(Paragraph) which now includes a '\n' at the end of the string.
  • The odfdo-to-md script is renamed to odfdo-markdown and should be functional. Markdown export of .odt files supports all standard formatting features (including tables) except quoted text (no clear semantic equivalent in the ODF standard).

v3.11.0

24 Nov 21:04

Choose a tag to compare

  • New script odfdo-to-md to export text document in markdown format to stdout (experimental, do not export images links neither tables).
  • Fix VarTime initialization: class can now be initialized without mandatory time argument.

v3.10.1

23 Nov 18:29

Choose a tag to compare

Improvement of documentation. The HTML documentation in /doc (mostly auto generated) contains now all recipes, sorted by relevance.