From 04672b43d243bc6984941cf31328a536a0e90443 Mon Sep 17 00:00:00 2001
From: TCR-Nick <141139646+TCR-Nick@users.noreply.github.com>
Date: Mon, 25 Mar 2024 07:47:16 +0000
Subject: [PATCH] Updated Updated plugin to v1.02.21
---
InkpotDemo/Plugins/Inkpot/Inkpot.uplugin | 2 +-
InkpotDemo/Plugins/Inkpot/README.md | 21 ++++++++++++++++-----
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/InkpotDemo/Plugins/Inkpot/Inkpot.uplugin b/InkpotDemo/Plugins/Inkpot/Inkpot.uplugin
index 15d8d71..bc45319 100644
--- a/InkpotDemo/Plugins/Inkpot/Inkpot.uplugin
+++ b/InkpotDemo/Plugins/Inkpot/Inkpot.uplugin
@@ -1,7 +1,7 @@
{
"FileVersion": 1,
"Version": 1,
- "VersionName": "1.01.21",
+ "VersionName": "1.02.21",
"FriendlyName": "Inkpot",
"Description": "A container for Ink in Unreal.",
"Category": "Scripting",
diff --git a/InkpotDemo/Plugins/Inkpot/README.md b/InkpotDemo/Plugins/Inkpot/README.md
index b3221a8..1a0d103 100644
--- a/InkpotDemo/Plugins/Inkpot/README.md
+++ b/InkpotDemo/Plugins/Inkpot/README.md
@@ -1,24 +1,35 @@
# Inkpot
**Inkpot** - An container for **Ink** within the Unreal Engine developed by [The Chinese Room](https://www.thechineseroom.co.uk/).
This is a plugin for Unreal Engine 5.3 or later.
-This is version 1.01.21 of the plugin.
+This is version **1.02.21** of the plugin.
Inkpot is a wrapper for the wonderful narrative scripting language **Ink** developed by [Inkle Studios](https://www.inklestudios.com/ink/).
-### Changes from 0.4.20
+### Changes in 1.02.21
+Fixed assertion when accessing variables that do not exist in the ink script.
+Fixed relative path resolution bug that caused Ink source files to not import.
+Improved compilation logging.
+
+### Changes in 1.01.21
+Added tag accessor methods to InkpotLine & InkpotChoice.
+
+### Changes in 1.00.21
Inkplusplus port now matches version 21 of the Ink runtime engine, Ink version 1.1.1.
.net version updated to 5.0
-### Changes from 0.3.20
+### Changes in 0.4.20
Settings backed by CVars added.
First pass on auto reload and replay of ink source.
-### Changes from 0.2.20
+### Changes in 0.3.20
JSON serialisation now functional.
-### Changes from 0.1.20
+### Changes in 0.2.20
External functions are now implemented, along with functional tests.
+### Changes in 0.1.20
+Initial release.
+
## Requirements
Inkpot works with version 5.3 of Unreal.
Inkpot includes a C++ port of Ink-engine-runtime version 21, which can be found in the InkPlusPlus module.