Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Jun 17, 2020
1 parent 913a914 commit 45f4b0e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: build
on:
push:
branches:
- master
- main
- github-actions
pull_request:
branches:
- master
- main

jobs:
test:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
Important changes to _inkgd_ will be documented in this file.

## [0.2.1](https://github.com/ephread/inkgd/releases/tag/0.2.1)
Released on 2020-06-17.

### Fixed
- Multiple memory leaks have been plugged.

## [0.2.0](https://github.com/ephread/inkgd/releases/tag/0.2.0)
Released on 2020-05-07.

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![inkgd](https://i.imgur.com/QbLG9Xp.png)

[![build](https://github.com/ephread/inkgd/workflows/build/badge.svg)](https://github.com/ephread/inkgd/actions)
![Version](https://img.shields.io/badge/version-0.2.0-orange.svg)
![Version](https://img.shields.io/badge/version-0.2.1-orange.svg)
![Godot Version](https://img.shields.io/badge/godot-3.1+-blue.svg)
![License](https://img.shields.io/badge/license-MIT-green.svg)

Expand Down Expand Up @@ -106,6 +106,10 @@ func _remove_runtime():
InkRuntime.deinit(get_tree().root)
```

Alternatively, `__InkRuntime` can also be added as a singleton with [AutoLoad].

[AutoLoad]: https://docs.godotengine.org/en/stable/getting_started/step_by_step/singletons_autoload.html#autoload

##### 3. [Getting and setting variables](https://github.com/inkle/ink/blob/master/Documentation/RunningYourInk.md#settinggetting-ink-variables)

Since the `[]` operator can't be overloaded in GDScript, simple `get` and `set` calls replace it.
Expand Down Expand Up @@ -217,7 +221,7 @@ If you're working in a team, you may want to commit `.inkgd_ink.cfg` and keep `.
| _inkgd_ version | inklecate version | Godot version |
|:---------------:|:-----------------:|:-------------:|
| 0.1.0 – 0.1.4 | 0.8.2 – 0.8.3 | 3.1 – 3.2.1 |
| 0.2.0 | 0.9.0 | 3.1 – 3.2.1 |
| 0.2.0 – 0.2.1 | 0.9.0 | 3.1 – 3.2.1 |

## License

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 lanaguge in pure GDScript, with editor support."
author="Frédéric Maquin"
version="0.2.0"
version="0.2.1"
script="editor/ink.gd"

0 comments on commit 45f4b0e

Please sign in to comment.