Releases: dgelessus/python-rsrcfork
Releases · dgelessus/python-rsrcfork
v1.1.3
Note: This version is not available on PyPI, see version 1.1.3.post1 changelog for details.
- Added a setuptools entry point for the command-line interface. This allows calling it using just
rsrcfork
instead ofpython3 -m rsrcfork
. - Changed the default value of
ResourceFork.__init__
'sclose
keyword argument fromTrue
toFalse
. This matches the behavior of classes likezipfile.ZipFile
andtarfile.TarFile
. - Fixed
ResourceFork.open
andResourceFork.__init__
not closing their streams in some cases. - Refactored the single
rsrcfork.py
file into a package. This is an internal change and should have no effect on how thersrcfork
module is used.
v1.1.2
- Added support for the resource file attributes "Resources Locked" and "Printer Driver MultiFinder Compatible" from ResEdit.
- Added more dummy constants for resource attributes with unknown meaning, so that resource files containing such attributes can be loaded without errors.