Releases: jdum/odfdo
Releases · jdum/odfdo
v3.13.3
- 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
v3.13.1
v3.13.0
v3.12.1
v3.12.0
- Change in
str(Paragraph)
which now includes a'\n'
at the end of the string. - The
odfdo-to-md
script is renamed toodfdo-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
v3.10.1
v3.10.0
- 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()
andtext_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.