Skip to content

Latest commit

 

History

History
112 lines (66 loc) · 2.14 KB

RELEASE_NOTES.rst

File metadata and controls

112 lines (66 loc) · 2.14 KB

Release Notes

0.1.1

Released: 2020-12-01

🐛 Bug-Fixes

  • Fixed an issue with paths under Windows. r"\" and "\\" are now working as expected.
  • The output directory can now be the parent directory of the source file. E.g. officeextractor.extract(src="some/folder/file.docx", dest="some/folder"). The output subdirectories are now created with Extract_ as prefix. E.g. some/folder/Extracted_file.docx

0.1.0

Released: 2020-11-17

🎉 New

  • First release of officeextractor