Skip to content

Releases: dfop02/html4docx

Release 1.1.5

17 Apr 23:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.4...1.1.5

Release 1.1.4

27 Feb 23:22

Choose a tag to compare

What's Changed

  • feat: support CSS3 break-after:page by @chrisonntag in #61
  • Add Security Audit to CI by @dfop02 in #63
  • Bug/handle invalid rolspan and colspan by @dfop02 in #64
  • feat: add strikethrough support for <del> tag by @arthrod in #59
  • feat: add support for <mark> (highlight) and <ins> (underline) tags by @arthrod in #60
  • [Bug] Tag Style Overrides Fix for Pre/Code tags by @dfop02 in #65
  • Fix Python 3.7>= x <3.10 support by @dfop02 in #67
  • Release/1.1.4 by @dfop02 in #68

New Contributors

Full Changelog: 1.1.3...1.1.4

Release 1.1.3

16 Dec 22:09

Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

Release 1.1.2

08 Dec 00:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.2

Release 1.1.1

26 Nov 23:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

Release 1.1.0

02 Nov 01:44

Choose a tag to compare

What's Changed

  • Bug/fix styles not being applied by @dfop02 in #41
  • Release/1.1.0 by @dfop02 in #42
  • Support to Python 3.14
  • Support to BytesIO

Full Changelog: 1.0.10...1.1.0

1.0.10

20 Aug 20:00

Choose a tag to compare

What's Changed

  • Fixed converting tables with rowspan and colspan by @hxzrx in #33
  • Add border keywords support by @dfop02 in #32

New Contributors

  • @hxzrx made their first contribution in #33

Full Changelog: 1.0.9...1.0.10

1.0.9

18 Jul 15:38

Choose a tag to compare

1.0.9 (2025-07-18)

Updates

  • Starting modularize project with metadata. | Dfop02
  • Update tests, removing useless tests and separating by modules. | Dfop02

Fixes

  • Merge missing Release/1.0.8 features. | Dfop02

New Features

  • Add support for rowspan and colspan in tables. | Dfop02 from Issue
  • Add support for 'vertical-align' in table cells. | Dfop02
  • Add support for metadata | Dfop02

Full Changelog: 1.0.8...1.0.9

1.0.8

04 Jul 16:32

Choose a tag to compare

1.0.8 (2025-07-04)
++++++++++++++++++

Updates

  • Add tests for image without paragraph. | Dfop02
  • Add tests for bookmark without paragraph. | Dfop02
  • Add tests for local image. | Dfop02
  • Add tests for unbalanced table. | Dfop02

Fixes

  • Fix crash when there is bookmark without paragraph. | Dfop02 from Issue
  • Fix crash when there is image without paragraph. | Dfop02 from Issue

New Features

  • None

1.0.7

17 Jun 13:20

Choose a tag to compare

Updates

  • Add tests for inline images. | Dfop02
  • Add tests for Bold, Italic, Underline and Strike. | Dfop02
  • Add tests for Ordered and Unordered Lists. | TaylorN15 from PR
  • Update Docs (Include Known Issues and Project Guidelines). | Dfop02
  • Refactor utils.py file. | Dfop02

Fixes

New Features

  • Being able to use inline images on same paragraph. | Dfop02
  • Limit 5s timeout to fetch any image from web. | Dfop02