0.0.9 (2024-11-26)
- svg file support in add_picture. #27
- update docs.
0.0.8 (2024-11-22)
- EastAsia font support fixes. #25
- Update README.md. #26
0.0.7 (2022-10-29)
- add emf image file support. #24
0.0.6 (2022-10-21)
- change default custom xml file name to item1. #23
0.0.5 (2022-8-08)
- minor refactor custom-properties.
- add add_float_picture in Document. #21
0.0.4 (2022-7-21)
- public python-docx-oss docs @ readthedocs.
- add delete_item in CustomXmlPart. #17
0.0.3 (2022-7-01)
- Change method text to texts in CT_R. #14
- Add external target_ref setter. #15
- Blacken all Python files.
0.0.2 (2022-06-24)
- Add custom xml support. #10
- Add Part eq.
- Add Part element setter.
- Add Relationships parts_with_reltype.
0.0.1 (2022-06-16)
- Only support Python3.8, 3.9 and 3.10.
- Add custom properties support. #2
- Add drop_rels in Package. #5
- Add drop_rels in Part. #5
- Add default NumberingPart. #4
- Fix Python3.8+ dict TypeError. #6
- Add some typehint.