Skip to content

Releases: jdum/odfdo

v3.9.2

05 Oct 09:05
Compare
Choose a tag to compare

v3.9.2

add support for Python 3.13

v3.9.1

29 Sep 11:00
Compare
Choose a tag to compare

v3.9.1
When creating a Document() allow alias "odt" for "Text", "ods" for "spreadsheet".
Add a recipe showing how to remove parts from a text document.

v3.9.0

22 Sep 09:16
Compare
Choose a tag to compare

v3.9.0

Two changes in this version:

  • Fix of the broken Table.displayed property.
  • Fix the way spaces are represented for better compliance with the ODF standard and word processors.

v3.8.0

25 Aug 09:59
Compare
Choose a tag to compare

v3.8.0
Paragraph(), Paragraph.append() and subclasses Header() and Span() have a new "formatted" argument True by default that translates into ODF format "\n", "\t" and multiples spaces.

v3.7.13

17 Aug 12:55
Compare
Choose a tag to compare

v3.7.13
Fix parsing of Date and DateTime for a better compliance with ISO8601.

v3.7.12

11 Aug 09:43
Compare
Choose a tag to compare

v3.7.12
Update dependencies and test suite, support of lxml version 5.3.0.

v3.7.11

25 May 19:14
Compare
Choose a tag to compare

v3.7.11
New script odfdo-userfield to show or set the user-field content in an ODF file.

v3.7.10

04 May 13:46
Compare
Choose a tag to compare

v3.7.10

  • Refactor to add property getter for some common methods. Original get_*
    method is still available and permits detailed requests with parameters.
  • Refactor to add property getter/setter for some common methods. Original get_*
    and set_* methods are still available and permit detailed requests with parameters.

v3.7.9

03 May 12:31
Compare
Choose a tag to compare

v3.7.9

  • Refactor the Body access methods, creating relevant a Body class and related sub-classes. Moved some access method from the Element class to relevant Body sub-classes.

  • Refactor metadata methods to permit access throuh @Property (the legacy get_* and set_* methods are still available).

  • Added a few metadata elements from the ODF standard (hyperlink-behaviour, auto-reload, template, print-dateprinted-by)

v3.7.8

02 May 07:48
Compare
Choose a tag to compare

v3.7.8, Fix embedded chart analysis in documents