Releases: BoltsJ/lancer-initiative
v30
v29
What's Changed
- Use v12 logic for disposition by @BoltsJ in #44
- Improve buttons by creating dedicated deactivate button for the active combatant by @BoltsJ in #45
- Appearance settings are now per-client
- Convert the appearance config to Appv2
- Improve styling for the v12 tracker
Full Changelog: v28...v29
v28
v27
v26
What's Changed
- Restore legacy compatibility fields to prevent v9 hosts from installing by @BoltsJ in #29
- Entirely remove legacy fields by @BoltsJ in #30
- Improve v10 support by @BoltsJ in #31
- Remove call to localize function by @BoltsJ in #32
- Added combatants start with full activations if combat has started
- Fix detection of defeated combatants
- Suppress deprecation warnings
- https://github.com/BoltsJ/lib-lancer-initiative/releases/tag/v2.1.0
- https://github.com/BoltsJ/lib-lancer-initiative/releases/tag/v3.0.0
- https://github.com/BoltsJ/lib-lancer-initiative/releases/tag/v3.1.0
Full Changelog: v25...v26
Ten-tative release
Nullbody Knows the Trouble I've Seen
This update ends Foundry v8 compatibility. This allow for a slightly less
fragile way of changing rounds without setting an active combatant. Before, a
dummy combatant was used, but v9 allows the turn to be updated to null
,
removing the need for a blank combatant. This improves compatibility with other
modules that fail to null check accessing actor and token parameters on
combatants.
After updating, there may be a combatant with the name "Unknown Combatant".
This can be safely deleted.
Changelog
- 4817d2b – Update to foundry-vtt-types 9.255.2
- b4d96a7 – Update library (https://github.com/BoltsJ/lib-lancer-initiative/releases/tag/v2.0.0)
v23
v22
Turns can be ended without starting a new one by clicking the icon again or by clicking End Turn in the tracker (player side only). This is optional, so you can keep using it the same way as before.
The npm package lancer-initiative
can now be used by system developers to integrate lancer initiative directly into their systems. The Lancer system will be receiving an update with integrated lancer-initiative soon™.
Changelog
- a4d039a - Fix workflow
- 9ddc41b - Make sourcemaps not borked.
- 2158288 - Move DocumentConfig to lancer-initiaitve.ts
- f868768 - Update foundry-vtt-types
- 5d79874 - Enable ending the turn without starting a new one
- 239e390 - Refactor lancer-initiative into an NPM module
- bffe067 - Update translations files, use npm release of lancer-initiative lib
- b6507ba - Update dependencies
- 0cc4ee5 - Move config form back to this repository
- 3191b10 - Update deps
- 8a4a054 - Use different approach for enable initiative setting
- 3465e83 - Update dependencies
v21
Update compatibility to Foundry 0.8.9. Existing combats are now migrated after enabling this module. The combat tracker is now re-rendered after changing settings.