Skip to content

Commit

Permalink
Bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Dec 26, 2021
1 parent 7b6670f commit 8c1faed
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log
Important changes to _inkgd_ will be documented in this file.

## [0.4.1](https://github.com/ephread/inkgd/releases/tag/0.4.1)
Released on 2021-12-26.

### Fixed
- Fixed an issue preventing custom nodes from being unregistered upon
deactivation of the plugin.

### Changed
- Improved the naming of InkRuntime's properties.
- Improved error reporting.
- Improved InkPlayer's API by introducing a new type, InkFunctionResult.

## [0.4.0](https://github.com/ephread/inkgd/releases/tag/0.4.0)
Released on 2021-12-20.

Expand All @@ -14,6 +26,12 @@ Released on 2021-12-20.
- Added support for multiple stories.
- Added support for JSON files, treating them as resources.

### Fixed
- Fixed a typo in *story_state.gd* (`Path` -> `InkPath`), thanks @cesarizu!

[#51]: https://github.com/ephread/inkgd/pull/51
[@cesarizu]: https://github.com/cesarizu

## [0.3.0](https://github.com/ephread/inkgd/releases/tag/0.3.0)
Released on 2021-11-27.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you want to contribute, be sure to take a look at [the contributing guide].
hosted on [Read The Docs].

[Asset Library]: http://godotengine.org/asset-library/asset/349
[Read The Docs]: https://inkgd.readthedocs.io/en/latest/
[Read The Docs]: https://inkgd.readthedocs.io/en/stable/

## Editor Plugin

Expand All @@ -81,7 +81,7 @@ hosted on [Read The Docs].
| 0.2.2 | 0.9.0 | 3.2 – 3.2.3 |
| 0.2.3 | 0.9.0 | 3.2 – 3.4 |
| 0.3.0 | 1.0.0 | 3.2 – 3.4 |
| 0.4.0 | 1.0.0 | 3.3 – 3.4 |
| 0.4.0 – 0.4.1 | 1.0.0 | 3.3 – 3.4 |

## Acknowledgement

Expand Down
2 changes: 1 addition & 1 deletion addons/inkgd/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="InkGD"
description="Full implementation of inkle's Ink narrative language in pure GDScript, with editor support."
author="Frédéric Maquin"
version="0.4.0"
version="0.4.1"
script="editor/ink_editor_plugin.gd"
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
copyright = '2021, Frédéric Maquin'
author = 'Frédéric Maquin'

# The full version, including alpha/beta/rc tags
release = '0.4.0'
version = '0.4.1'
release = '0.4.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ of the archive.
Once you have the content of the repository on your computer, copy the folder
``addons/inkgd`` to ``res://addons/`` in your project.

.. _`stable version`: https://github.com/ephread/inkgd/releases/tag/0.4.0
.. _`stable version`: https://github.com/ephread/inkgd/releases/tag/0.4.1

--------------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*inkgd* Docs – 0.4.0
====================
*inkgd* Docs – |release|
========================

.. image:: img/inkgd.png
:align: center
Expand Down

0 comments on commit 8c1faed

Please sign in to comment.