-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,978 additions
and
1,270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,106 @@ | ||
# 1.3.9 | ||
|
||
Fixed issue that caused degree-of-success colors to disappear. Added support for Damage Log's revert functionality. Removed sheet stylings, as the system changes them too frequently. | ||
|
||
# 1.3.8 | ||
|
||
Added support for the new damage buttons on attack cards. Fixed issue causing multiple elements in chat messages to create newlines. | ||
|
||
# 1.3.7 | ||
|
||
Fixed styling of worn-related buttons and crafting screen on dark mode pc sheets. Added minor support for Navigation Presets module. | ||
|
||
# 1.3.6 | ||
|
||
Fixed top left controls that broke in recent core foundry patch. | ||
|
||
# 1.3.5 | ||
|
||
Fixed dark player sheets that broke in recent system patch. Made macro bare never fade in compact mode, as it doesn't re-appear when hovering while dragging a macro. | ||
|
||
# 1.3.4 | ||
|
||
Changed compact mode to client setting. Fixed issue in dark sheets. Themed foundry notifications. | ||
Fixed styling that broke due to data visibility changes in the newest foundry release | ||
|
||
# 1.3.3 | ||
|
||
Fixed navbar context menu issue. Fixed Confetti overlap with Dice Tray. Added 'Plain' theme for PC sheets. Fixed secret text in NPC sheets. | ||
|
||
# 1.3.2 | ||
|
||
Fixed an issue that caused the module to be incompatible with hosting via the Forge. | ||
|
||
# 1.3.1 | ||
|
||
Added support for Damage Log. | ||
Fixed display for non-self-roll damage updates. | ||
|
||
# 1.3.0 | ||
|
||
Made players box and macro bar fade out in compact mode, fix'd a variable overwriting issue affecting messages. | ||
Renamed 'Player tint' header to 'Player color'. Made header text color change dynamically depending on player color, when header background is based on that. Made it so that bright colors affect the header more. | ||
Fixed placeholder text shadow. Added highlight to active sidebar tab. Fixed styling of 'popped out' individual messages. Renamed 'Blind GM Rolls' to 'Secret' on the chat rolltype indicator. | ||
Fixed a bug where some settings didn't apply after reload, because Foundry reloaded before the settings applied. | ||
Added support for Koboldworks Turn Announcer (Remember to change its module settings appropriately). | ||
Added support for Confetti. | ||
Added support for Monarch. | ||
|
||
# 1.2.7 | ||
|
||
Added UI to Monk's hotbar module, tuned the 're-appearance' zone of the compact UI. | ||
|
||
# 1.2.6 | ||
|
||
Removed an unneccesary log statement, unbroke compact ui, unbroke dark sheet mode, made setting-changes force-refresh. | ||
|
||
# 1.2.5 | ||
|
||
Unbroke the new hand buttons | ||
|
||
# 1.2.4 | ||
|
||
# 1.2.3 | ||
|
||
Fixed a mystery man, added toggles for minimal-ui inspired compact controls, and an experimental toggle for dark sheets. | ||
|
||
# 1.2.2 | ||
|
||
Fixed some errors, added support for Monk's hotbar module, partial support for Minimal UI, changed damage card button colors. | ||
|
||
# 1.2.1 | ||
|
||
# 1.2.0 | ||
|
||
Huge release, :pacman:'d chat portraits and rolltype indicators, and added settings allowing users to customize the chat card theme. | ||
|
||
# 1.1.1 | ||
|
||
Fixes for Token HUD resources, TAH spell buttons, Monk's Little Details round counter. | ||
Did *a lot* of groundwork for dark/light toggle, and managed to re-introduce the red header to light theme. This version ships with light theme "on". | ||
Did _a lot_ of groundwork for dark/light toggle, and managed to re-introduce the red header to light theme. This version ships with light theme "on". | ||
|
||
# 1.1.0 | ||
|
||
Lots of changes to the card styling, the default styling is now a 'dark mode', options for 'light mode' coming later. | ||
|
||
# 1.0.6 | ||
|
||
# 1.0.5 | ||
|
||
Centered hotbar setting, edge-margin setting, v-padding decrease in cards, navbar color swap + tweaks, SmallTime patch, Chat Portrait support, fix for 'flavor-text' | ||
|
||
# 1.0.4 | ||
|
||
Added support for Combat Enhancements module | ||
|
||
# 1.0.3 | ||
|
||
Fixes to navbar and chat header | ||
|
||
# 1.0.2 | ||
|
||
# 1.0.1 | ||
|
||
# 1.0.0 | ||
Release - broken | ||
|
||
Release - broken |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
{ | ||
"name": "pf2e-dorako-ui", | ||
"title": "PF2e Dorako UI", | ||
"description": "Overhauls the Foundry UI and several modules.", | ||
"url": "https://github.com/Dorako/pf2e-dorako-ui", | ||
"author": "Dorako", | ||
"version": "1.3.8", | ||
"minimumCoreVersion": "9", | ||
"compatibleCoreVersion": "9", | ||
"system": ["pf2e"], | ||
"scripts": [ | ||
"scripts/dorako-ui.js" | ||
], | ||
"templates": [ | ||
"templates/*" | ||
], | ||
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.8.zip", | ||
"manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json" | ||
} | ||
"name": "pf2e-dorako-ui", | ||
"title": "PF2e Dorako UI", | ||
"description": "Overhauls the Foundry UI and several modules.", | ||
"url": "https://github.com/Dorako/pf2e-dorako-ui", | ||
"author": "Dorako", | ||
"version": "1.3.9", | ||
"minimumCoreVersion": "9", | ||
"compatibleCoreVersion": "9", | ||
"system": ["pf2e"], | ||
"scripts": ["scripts/dorako-ui.js"], | ||
"templates": ["templates/*"], | ||
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.9.zip", | ||
"manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json" | ||
} |
Oops, something went wrong.