From 9d50da353ffb33c2408781d3acd82603f03e19c5 Mon Sep 17 00:00:00 2001 From: BowenArrows2K Date: Thu, 9 Jul 2026 17:03:05 -0400 Subject: [PATCH] Release: 1.0.4 --- .../BepisDynamicVariablePowerTools.csproj | 2 +- CHANGELOG.md | 2 ++ README.md | 14 ++++++++++++++ thunderstore.toml | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/BepisDynamicVariablePowerTools/BepisDynamicVariablePowerTools.csproj b/BepisDynamicVariablePowerTools/BepisDynamicVariablePowerTools.csproj index 985b678..a00eb32 100644 --- a/BepisDynamicVariablePowerTools/BepisDynamicVariablePowerTools.csproj +++ b/BepisDynamicVariablePowerTools/BepisDynamicVariablePowerTools.csproj @@ -1,7 +1,7 @@  - 1.0.3 + 1.0.4 BowenArrows2K net10.0 https://github.com/BowenArrows2K/BepisDynamicVariablePowerTools diff --git a/CHANGELOG.md b/CHANGELOG.md index c9265bf..21b899d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4] + ### Added - Change text display on Protoflux Value sources to show Variable name diff --git a/README.md b/README.md index 2955864..70f27df 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,18 @@ This mod is a port of and heavily inspired by [Dynamic Variable Power Tools](htt - **Default location:** `C:\Program Files (x86)\Steam\steamapps\common\Resonite\BepInEx\` 4. Start the game. If you want to verify that the mod is working you can check your BepInEx logs. +## Features + +- Expanded Component UI for Dynamic Variable Spaces and all Dynamic Variable Types + - Dynamic Variable Space: + - Rename UI to apply a new space name to all linked dynamic variable under the variable space. + - Debug Info generation buttons: + - Output Variable Definitions: This outputs a list of all defined variables under a space. + - Output Component Hierarchy: This outputs a space tree of all linked dynamic variable components under the dynamic variable space. + - Dynamic Variables: + - Linked Space Name display with OpenInspector and OpenWorkInspector buttons (Similar to SyncRef fields.) + - Rename UI to apply a new name to all linked Dynamic Variable components. +- Protoflux Node_UI generation: + - Source: If a dynamic variable field is used as a source in ProtoFlux the ui will include the dynamic variable name. + [Open Changlog](/CHANGELOG.md) \ No newline at end of file diff --git a/thunderstore.toml b/thunderstore.toml index 2c36c21..130f1ee 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -7,7 +7,7 @@ schemaVersion = "0.0.1" namespace = "BowenArrows" name = "BepisDynamicVariablePowerTools" # versionNumber = "1.0.0" # Uncomment this if publishing via manual tcli! Change this to your mod's version, must be in semantic versioning format (e.g. 1.0.0, 2.1.3, 0.1.0-alpha.1) -description = "A Resonite mod that adds a variety of powerful functions to dynamic variables and their spaces." +description = "Adds a variety of powerful functions to dynamic variables and their spaces. Including an expanded component UI for Dynamic Variable Spaces and all Dynamic Variable Types eg:Renaming linked variables, and getting a space tree of all linked dynamic variable components" websiteUrl = "https://github.com/BowenArrows2K/BepisDynamicVariablePowerTools" containsNsfwContent = false