Skip to content

Latest commit

 

History

History
57 lines (26 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

57 lines (26 loc) · 1.58 KB

Changelog

0.9.1 (2024-06-21)

Documentation

  • Fix old naming in readme #22
  • Add example how to programmatically extract HTML from MS Outlook message #25

Bugfixes

  • Don't setup log if not using the CLI #24
  • Fix possible bug in error handling #26

0.9.0 (2024-03-11)

Bugfixes

  • Recognize control words with where the parameter's digital sequence is delimited by any character other than an ASCII digit #18

Development Details

  • Renamed a few things, improved readme #17

0.8.2 (2024-03-05)

Documentation

  • Update README.md: Create parent directories of target_path if they don't already exist. #14

0.8.1 (2023-08-07)

Bugfixes

  • Interpret ANSI encoding as CP1252, improve error handling #11

0.8.0 (2023-06-29)

Bugfixes

  • Using pyproject.toml for installation with current pip versions #1

Development Details

  • Fixed reference before assignment error #3
  • Removed convoluted configurator #5