feat: Implement saving and loading of the countdown window's position, prevent it from resizing larger than its content, and update module metadata.

This commit is contained in:
CPTN Cosmo 2026-01-07 15:52:39 +01:00
parent 4466a13098
commit 45003881af
No known key found for this signature in database
3 changed files with 35 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"id": "dh-countdownsplus",
"title": "Daggerheart Countdowns Plus",
"description": "A module to allow the Daggerheart countdown tracker to be detached and moved freely.",
"version": "1.0.0",
"version": "1.1.0",
"compatibility": {
"minimum": "13",
"verified": "13"
@ -31,7 +31,7 @@
"styles": [
"styles/module.css"
],
"url": "https://github.com/cptn-cosmo/dh-countdownsplus",
"url": "https://git.geeks.gay/cosmo/dh-countdownsplus",
"manifest": "https://github.com/cptn-cosmo/dh-countdownsplus/releases/latest/download/module.json",
"download": "https://github.com/cptn-cosmo/dh-countdownsplus/releases/download/1.0.0/dh-countdownsplus.zip"
}
}