Release version 1.3.0

This commit is contained in:
dgelessus 2019-09-16 16:34:40 +02:00
parent 1de940d597
commit 7207b1d32b
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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",