odt2sphinx Changelog

What's new in odt2sphinx 0.2.3

Sep 8, 2012
  • Fix filename generation by replacing any non-alphanumeric character (issue #3).
  • Fix handling of non-styled lists.

New in odt2sphinx 0.2.2 (Jul 5, 2012)

  • Fix the sdist archive on pypi.

New in odt2sphinx 0.2 (May 29, 2012)

  • Now supports Python 3
  • Explicitely added PIL as a dependency (issue #2).

New in odt2sphinx 0.1.2 (May 24, 2012)

  • Add "Information" to the styles mapping.
  • Handle note, tip and warning styles in lists items. This allow to use lists inside a note, a tip or a warning.
  • Now handle external images (issue #1).

New in odt2sphinx 0.1.1 (Dec 22, 2011)

  • Improved the RstFile for use in third-party code: it is now possible to insert code and not just append it.
  • Add a README file