Skip to content

Commit

Permalink
readme: updated for v0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Dec 1, 2023
1 parent 5d8905a commit d04fea4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ News

Follow all updates and news on Twitter: <https://twitter.com/decalage2>

- **2018-09-09 v0.46**: OleFileIO can now be used as a context manager
- **2023-12-01 v0.47**: now distributed as wheel package, added VT_VECTOR support for properties,
added get_userdefined_properties, fixed bugs in isOleFile and write_sect, improved file closure
- 2018-09-09 v0.46: OleFileIO can now be used as a context manager
(with...as), to close the file automatically
(see [doc](https://olefile.readthedocs.io/en/latest/Howto.html#open-an-ole-file-from-disk)).
Improved handling of malformed files, fixed several bugs.
Expand Down Expand Up @@ -61,7 +63,7 @@ Features
--------

- Parse, read and write any OLE file such as Microsoft Office 97-2003 legacy document formats (Word .doc, Excel .xls,
PowerPoint .ppt, Visio .vsd, Project .mpp), Image Composer and FlashPix files, Outlook messages, StickyNotes,
PowerPoint .ppt, Visio .vsd, Project .mpp), MSI files, Image Composer and FlashPix files, Outlook messages, StickyNotes,
Zeiss AxioVision ZVI files, Olympus FluoView OIB files, etc
- List all the streams and storages contained in an OLE file
- Open streams as files
Expand Down

0 comments on commit d04fea4

Please sign in to comment.