Added
- Initial release of the `msl-odt` PyPi module.
- Basic functionality for reading and writing to `.odt` files.
Changed
- [2020] Initial stand-alone development
- [2024 August] Add `mathHeight` parameter to `addequation()`
- [2024 September]
- Add tables, minor formatting, and table creation utility
- Add warnings for problematic parameters
- Modify to use [PEP8 case convention](https://peps.python.org/pep-0008/) (lowercase or snake_case)
- [2024 November]
- Develop tests and example files
- Configure for `PyPi` and `Github`
Fixed
- Initial stand-alone version had issues with hyperlinks in `addtext()`. Fixed to properly format detected URLs as clickable links in the `.odt` document
- Appending to existing document required an additional utility function to read existing styles for previous tables so new table styles didn't overwrite or conflict with them.
Deprecated
- None at this time.
Removed
- None at this time.
[Unreleased]
Added
- Enhancements for richer text formatting, e.g. bold, italic, etc. in paragraphs
Changed
- Improve `addtext()` to support different link formats, e.g. email addresses
- Refactor code to improve modularity
- Extend test coverage