mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-01-01 07:29:40 +00:00
Release version 1.3.0
This commit is contained in:
parent
1de940d597
commit
7207b1d32b
@ -127,8 +127,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
|
||||
Changelog
|
||||
---------
|
||||
|
||||
Version 1.2.1 (next version)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Version 1.3.0
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
* Added a ``--group`` command line option to group resources in list format by type (the default), ID, or with no grouping.
|
||||
* Added a ``dump-text`` output format to the command line tool. This format is identical to ``dump``, but instead of a hex dump, it outputs the resource data as text. The data is decoded as MacRoman and classic Mac newlines (``\r``) are translated. This is useful for examining resources that contain mostly plain text.
|
||||
|
@ -1,6 +1,6 @@
|
||||
"""A pure Python, cross-platform library/tool for reading Macintosh resource data, as stored in resource forks and ``.rsrc`` files."""
|
||||
|
||||
__version__ = "1.2.1.dev"
|
||||
__version__ = "1.3.0"
|
||||
|
||||
__all__ = [
|
||||
"Resource",
|
||||
|
Loading…
Reference in New Issue
Block a user