v0.2.0: Add setting to disable dynamic borders

The point of the module is to allow multiple functionalities
to support our campaign.
They might not be suited all the time or to all of them.
They might be buggy !

Add a toggle setting to the dynamic borders functionality,
so that we can keep the compendium while it is fixed.
This commit is contained in:
trotFunky 2025-05-28 18:53:59 +01:00
parent 6c3ce53101
commit f617b26fe1
10 changed files with 43 additions and 18 deletions

View file

@ -2,7 +2,7 @@
"id": "the-mills-fabula",
"title": "Fabula Moletrina",
"description": "A module implementing our idiosyncratic ideas for the Mill's campaigns.",
"version": "0.1.0",
"version": "0.2.0",
"compatibility": {
"minimum": "12",
"verified": "12",
@ -72,5 +72,5 @@
"readme": "README.md",
"url": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/src/branch/release",
"manifest": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/raw/branch/release/module.json",
"download": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/archive/v0.1.0.zip"
"download": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/archive/v0.2.0.zip"
}