Implement a setting to hide party actors in the carousel, update rendering logic, and bump the module version.

This commit is contained in:
CPTN Cosmo 2026-01-24 15:17:37 +01:00
parent 4a550233c0
commit bf1f956f2b
No known key found for this signature in database
4 changed files with 55 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
"id": "dh-stream-overlay",
"title": "Daggerheart Stream Overlay",
"version": "2.0.0",
"version": "2.0.1",
"compatibility": {
"minimum": "13",
"verified": "13"
@ -45,6 +45,6 @@
"packFolders": [],
"url": "https://github.com/cptn-cosmo/dh-stream-overlay",
"manifest": "https://git.geeks.gay/cosmo/dh-stream-overlay/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-stream-overlay/releases/download/2.0.0/dh-stream-overlay.zip",
"download": "https://git.geeks.gay/cosmo/dh-stream-overlay/releases/download/2.0.1/dh-stream-overlay.zip",
"description": "A stream overlay module for Daggerheart that displays chat and a linked party actor sheet."
}