diff --git a/changelog.txt b/changelog.txt index ff724b5..0a300d2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +v1.1.3: Flux Stone + +Fixed issue where arguments passed to scripts would be ignored. +Added script pineapple.playcivs.controllable which manages SITE_CONTROLLABLE tokens on entities. +Added scripts underneath pineapple.tools which add minor tools and weapons such as daggers, mallets, and hatchets. +Added json format option for scripts documentation output. + + v1.1.2: Full Moon Fixed issue with pineapple.cavegrass script where an essential raws file was placed in the wrong location. diff --git a/manager.py b/manager.py index 78c345f..4589a7a 100644 --- a/manager.py +++ b/manager.py @@ -4,7 +4,7 @@ __author__ = 'Sophie Kirschner' __license__ = 'zlib/libpng' __email__ = 'sophiek@pineapplemachine.com' -__version__ = '1.1.2' +__version__ = '1.1.3' diff --git a/pydwarf/__init__.py b/pydwarf/__init__.py index 1c2bd6f..efe09c7 100644 --- a/pydwarf/__init__.py +++ b/pydwarf/__init__.py @@ -4,7 +4,7 @@ __author__ = 'Sophie Kirschner' __license__ = 'zlib/libpng' __email__ = 'sophiek@pineapplemachine.com' -__version__ = '1.1.2' +__version__ = '1.1.3' diff --git a/raws/__init__.py b/raws/__init__.py index f37d813..2cd7fcd 100644 --- a/raws/__init__.py +++ b/raws/__init__.py @@ -4,7 +4,7 @@ __author__ = 'Sophie Kirschner' __license__ = 'zlib/libpng' __email__ = 'sophiek@pineapplemachine.com' -__version__ = '1.1.2' +__version__ = '1.1.3'