Skip to content

Releases: jdum/odfdo

v3.13.2

15 Dec 14:54
Compare
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
Compare
Choose a tag to compare

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

v3.13.0

07 Dec 16:50
Compare
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
Compare
Choose a tag to compare

Fix some small rendering issues for Markdown export.

v3.12.0

30 Nov 14:03
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v3.10.0

23 Nov 10:15
Compare
Choose a tag to compare
  • Fix a bug of Paragraph.set_span() when using an offset argument of zero (the Span was not created). Added 3 methods related to searching strings in paragraphs: search_first(), search_all() and text_at(). These methods permit to search some string with regex in a paragraph and get their position, text_at() returns the text content at a given position.
  • Fix the "pretty" option of Document.save(). "pretty" is now the default for odfdo-folder.

v3.9.4

06 Nov 21:13
Compare
Choose a tag to compare

Fix a performance bug on huge .ods tables when number of rows is a large.

v.3.9.3

14 Oct 18:07
Compare
Choose a tag to compare

Add support for Python 3.13 final in test suite.