Skip to content

Commit

Permalink
doc: updated history until v0.47.dev6
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Nov 30, 2023
1 parent be83ed8 commit 2cf1a46
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions doc/History.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,18 @@ Main improvements over the original version of OleFileIO in PIL:
Detailed History
----------------

- **2020-11-03 v0.47 (in development)**:
- added VT_VECTOR support for properties (PR #135 by @mak)
See the `full changelog <https://github.com/decalage2/olefile/blob/master/CHANGELOG.md>`__ for more details.

- **2023-11-30 v0.47 (in development)**:
- fixed issue #142: isOleFile has a new data parameter to handle files in memory properly
- fixed issue #156: write_sect now correctly detects when data is larger than the sector size
- use GitHub actions for testing and Codecov for coverage, added python 3.8 to 3.12 (PR #157 by @hugovk)
- added VT_VECTOR support for properties (PR #135 by Maciej Kotowicz @mak)
- olefile is now distributed as a universal wheel package in PyPI (PR #130 by @hugovk)
- olefile will not close a file handle if it was provided by the caller
(PR #121 by Christian Herdtweck, issue #120)
- added exceptions OleFileError and NotOleFileError to replace IOError (PR #110 by Ken Peterson @TheElementalOfCreation)
- added get_userdefined_properties to parse user-defined properties (PR #114 by @DissectMalware)
- olefile is now distributed as a universal wheel package in PyPI (PR #130, issue #140)
- **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>`__).
Expand Down

0 comments on commit 2cf1a46

Please sign in to comment.