Skip to content

Releases: BlackBoiler/python-docx

v0.4.2-rc.1: Add formatting attributes

01 Apr 22:07

Choose a tag to compare

Pre-release
  • Adds attributes to access more information about formatting

v0.4.1 - Fix for comments

31 Jan 21:05

Choose a tag to compare

DEV-1405: Comments in edit transfer

  • Adds all_runs property to Ins and Del objects
    • Allows us to get comments that affect runs inside Ins and Del
  • changes comments property of Paragraph to use all_runs instead of runs
    • allows us to get comments from Ins and Del runs

v0.4.1-rc.1 - Fix for comments

21 Jan 19:58

Choose a tag to compare

Pre-release

Get runs from Ins and Del so we can properly read comments from them

v0.4 - Add comment functionality

22 Dec 20:54

Choose a tag to compare

0.4 (2021-12-07)

  • Adds support for reading and inserting comments
  • Commits from user BayooG also add basic support for footnotes

v0.3 - Update python-docx

07 Dec 18:23
1bfa1b9

Choose a tag to compare

v0.3

DEV-1201

  • updates python-docx to the current state of python-openxml/python-docx

insert paragraph after

19 Apr 19:16
7b597d4

Choose a tag to compare

add insert paragraph after functionality for FXIs.