GameAssist v0.1.1.1 — adds quiet-startup flag, multiline-safe logging, and supplies versioned folder for One-Click #2063
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR bumps GameAssist from v0.1.1.0 → v0.1.1.1 and fixes the One-Click loading path by adding the required versioned directory. No gameplay behavior changes; all changes are quality-of-life for GMs and Roll20 packer compliance.
What’s New
flags.QUIET_STARTUP
(default true) lets GMs suppress per-module “Ready” spam and keep only the single core summary line.GameAssist.log
: escapes user text, prefixes every newline with/w gm
, so!ga-status
and other multiline whispers remain private and readable.{ startup:true }
metadata lets modules opt-out when QUIET_STARTUP is on.{ startup:true }
, respecting the quiet mode.!ga-status
now outputs with true newline characters (relies on the new logger).GameAssist/0.1.1.1/GameAssist.js
contains the same code as the top-level file. This satisfies the Roll20 packer path/GameAssist/0.1.1.1/GameAssist.js
. The previous release is archived atGameAssist/0.1.1.0/GameAssist.js
."version": "0.1.1.1"
•"previousversions": ["0.1.1.0"]
•"script": "GameAssist.js"
(path fix) • mini-changelog appended to description.File Overview
No changes to command syntax, module logic, or gameplay. This is a packaging/GM output QoL release only.
See
CHANGELOG.md
for the full revision history.