From 14a0f73352e38d9fd2ca071491312fc2facd29f3 Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Mon, 12 Feb 2024 21:33:40 +0100 Subject: [PATCH] Update changelog and credits --- changelog.md | 12 +++++++++--- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 3 ++- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 7b06d66..30070bb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +------------------------------------------------------ +Version 1.5.0 +------------------------------------------------------ + +**Additions** +- Dialogues can now contain *illustrations*, extra visual content that can be positioned anywhere on the screen *(thanks Sekoia !)* + - Added 3 default illustration types : in-world entities, fake entities, and items + - Illustrations can also be added to individual choices, in which case they are positioned relative to the corresponding choice + ------------------------------------------------------ Version 1.4.0 ------------------------------------------------------ @@ -6,9 +15,6 @@ Updated to 1.20.4 **Mod Interactions** - REI no longer appears on the RPG dialogue screen variant -**Additions** -- Dialogues can now render extra features, such as entities (either non-existent, or via a selector), or items. - ------------------------------------------------------ Version 1.3.1 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index bcea9fd..7b7c934 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx2G java_version=17 # Mod Properties - mod_version = 1.4.0 + mod_version = 1.5.0-SNAPSHOT maven_group = org.ladysnake archives_base_name = blabber diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 53590f3..4d8d1f0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -6,7 +6,8 @@ "name": "Blabber", "description": "An extensible data-driven Dialogue API", "authors": [ - "Pyrofab" + "Pyrofab", + "Sekoia" ], "contact": { "homepage": "https://ladysnake.org/wiki/blabber",