Releases: League-of-Foundry-Developers/torch
Releases · League-of-Foundry-Developers/torch
v2.20.0 - Added hook for torch changes
- [FEATURE] Added hooks "torch.changed" and "torch.selected" so macros can respond to torch changes.
v2.19.0 - Updated German translation
- [FEATURE] German translation updated with 8 strings - thanks, MKBraun!
v2.18.0 - Name/Dim/Bright config is now purely fallback
- [FEATURE] Eliminated confusing name/bright/dim override setting.
- On systems that have no sources configured, a source with this name and those light values becomes the sole source.
- On systems that have sources configured, the name specifies which source to use by default, rather than "just picking one." (The dim/bright values are completely ignored on these systems.)
v2.17.0 - Ignore Equipment flag
- [FEATURE] New config flag to completely ignore user equipment. Users can turn on any light source defined for the system.
- [FEATURE] Rearranged config settings in preparation for give the last three settings a clearer role.
- [INTERNAL] Tested and adjusted to work both with v12 and with early builds of v13.
v2.16.0 - Token HUD light source tooltips
- [FEATURE] Tooltips for the light sources are now much easier to read (and they don't disappear altogether in v13 proto 1. Now using standard Foundry tooltips.)
- [INTERNAL] This module appears to work fine in v13.332, but is likely to break and need adjustment when Token HUD becomes a v2 app later in the v13 development cycle. The maximum version has been set accordingly.
v2.15.1 - Better error messages and fixes for fallback behavior
- [BUGFIX] The error message for a missing user sources file was cryptic - now just tells you
- [BUGFIX] The fallbacks for lights as object to array and for missing states property weren't working
v2.15.0 - Worlds Without Number and Everyday Heroes support
- [FEATURE] Now supports Worlds Without Number (thanks, @fuzzymuzzi)
- [FEATURE] Now supports Everyday Heroes
- [BUGFIX] Adjustment to sources list for OSE light sources (thanks, @Andrew-Staggs)
v2.14.0 - Added Italian translation
- [FEATURE] Italian translation provided (Thanks, @GregoryWarn)
v2.13.1 - Brazilian Portuguese updated
- [FEATURE] Completed Brazilian Portuguese translation (Andersants)
v2.13.0 - User light sources UX improvements
- [FEATURE] Using JSON5 for looser rules - comments, trailing commas, whitespace, continuation
- [FEATURE] Validating light source JSON against schema
- [FEATURE] Feedback you can act upon when light source JSON is invalid
- [FEATURE] Added support for light sources in YAML format