Releases: Dorako/pf2e-dorako-ui
Releases · Dorako/pf2e-dorako-ui
v3.7.12
v3.7.11
v3.7.10
v3.7.9
v3.7.8
- (New) New 'Brown' player sheet theme color contributed by @pinkflumph
- (Maintenance) Updated selectors for TAH.
v3.7.7
- (Maintenance) Updated selectors for PF2e Chances.
- (Maintenance) Applies either core Foundry .dark-theme or .light-theme classes depending on sheet theme.
- (Refinement) Excluded the PF2e HUD 'note' dialog from styling.
- (New) Added support for the new ABCPicker dialogs.
v3.7.6
v3.7.5
- (Refinement) Adjusted the way the chat message header color is computed - it will now prefer the color of the user associated with the actor, rather than the user who is the author of the message.
- (Refinement) Updated whisper styling to be compatible with Dorako UX 1.5.7.
- (Refinement) Exclude whisper tags from 'damage-taken' style messages.
v3.7.4
- (Refinement) Tweaked the color generation for the new 'Player Sheet Theme Color' feature again.
- (Refinement) Added override flag to force a certain sheet color despite the player color being different. Example:
game.users.get("qUNuApJti2nIgA6V").setFlag("pf2e-dorako-ui", "player-sheet-color-override", "#0000FF")
- (Fix) Changed the way the primary owner of an actor is determined, snippet supplied by @MrVauxs