Going back to the input from the preview no longer empties the textfield, allowing for easier edits before importing

This commit is contained in:
CPTN Cosmo 2026-01-24 12:02:46 +01:00
parent b6a1af9926
commit 3e9bc42ca4
No known key found for this signature in database
4 changed files with 19 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "dh-importer",
"title": "Daggerheart Statblock Importer",
"version": "1.1.1",
"version": "1.2.0",
"compatibility": {
"minimum": "13",
"verified": "13"
@ -34,5 +34,5 @@
"description": "Imports Adversaries and Environments from text blocks into the Daggerheart system.",
"url": "https://github.com/cptn-cosmo/dh-importer",
"manifest": "https://git.geeks.gay/cosmo/dh-importer/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-importer/releases/download/1.1.1/dh-importer.zip"
"download": "https://git.geeks.gay/cosmo/dh-importer/releases/download/1.2.0/dh-importer.zip"
}