Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.64 KB

File metadata and controls

70 lines (44 loc) · 1.64 KB

Release History

0.1.0 (2026-02-02)

  • UPSTREAM MERGE with python-docx 1.2.0.
  • Backward Compatibility: Fixed a regression where Font.name returned a dictionary. It now correctly returns a string (ASCII name) while supporting multi-script assignment via setter. Added Font.eastAsia and Font.hAnsi properties for fine-grained font control.

0.0.12 (2025-12-03)

  • default dpi for jpeg #33

0.0.11 (2025-11-17)

  • round-float viewbox and enhance svg unit parsing #31

0.0.10 (2025-11-13)

  • Fix modern bool representations in .docx files. #29
  • Fix _dimensions_from_stream doesn't handle units properly from svg. #30

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.