Skip to content

Commit

Permalink
Merge pull request #209 from sdenec/0.4.8
Browse files Browse the repository at this point in the history
0.4.8
  • Loading branch information
sdenec authored Jan 13, 2021
2 parents ea4179b + efd32f1 commit db317e8
Show file tree
Hide file tree
Showing 9 changed files with 600 additions and 316 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ Additional Translations generously provided by:

Thank you very much!

*Version 0.4.8*
- fix for ability rolls

*Version 0.4.7*
- french translation update and localization fixes thanks Github @Nildran
- tried to fix strange hover behaviour of ability mods
- minor css fix for NPC CR text color
- NPC sheets now have a toggle button for the personality infos (now hidden by default) in the biography tab
- fix to prevent items sometimes becoming invisible when toggling the item details
- you now can use DAE to set a "custom" formula for data.details.maxSpellPreparation to calculate your available spell preparations thanks @tposney!
- you now can use DAE to set a "custom" formula for "data.details.maxPreparedSpells" to calculate your available spell preparations. Thanks @tposney!

*Version 0.4.6*
- fixed character art popup when pressing enter/return while editing an input field
Expand Down
162 changes: 86 additions & 76 deletions src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,14 @@
"TIDY5E.Settings.NpcLabel" : "NPCs",
"TIDY5E.Settings.VehicleLabel" : "Vehicles",

"TIDY5E.Settings.UseExpandedSheet" : {
"name" : "Expanded Limited view for character sheets.",
"hint" : "Displays the entire character sheet (minus the journal) to players with limited permission."
"TIDY5E.Settings.SheetMenu" : {
"label" : "Sheet Settings"
},
"TIDY5E.Settings.DisableRightClick" : {
"name" : "Disable right click context menu.",
"hint" : "In case of module conflicts or preference you can disable the right click context menu. Items will show a menu icon instead."
"TIDY5E.Settings.SheetTheme" : {
"name" : "Tidy5e color theme.",
"hint" : "Use either the default light or alternate dark color theme of Tidy5e.",
"default": "Default (light)",
"dark": "Alternate (dark)"
},
"TIDY5E.Settings.UseClassicControls" : {
"name" : "Use classic item controls in list view.",
Expand All @@ -108,55 +109,12 @@
"name" : "Show midiQol/Better Rolls Item Button in Context Menu",
"hint" : "Per default roll buttons appear in the item's description. Enable to move them to the context menu. Useful for grid layout or if you use them frequently."
},
"TIDY5E.Settings.GmEditPermission" : {
"name" : "GM can always edit PC sheets.",
"hint" : "Enable to allow GMs to edit PC sheets without toggling the sheet lock."
},
"TIDY5E.Settings.GmEditEffects" : {
"name" : "Only GM can edit active effects.",
"hint" : "Enable to deny players to edit active effects on their sheets. They will still see applied effects."
},
"TIDY5E.Settings.AlwaysShowQty" : {
"name" : "Always show item quantity.",
"hint" : "Enable to never hide item quantity."
},
"TIDY5E.Settings.SheetTheme" : {
"name" : "Tidy5e color theme.",
"hint" : "Use either the default light or alternate dark color theme of Tidy5e.",
"default": "Default (light)",
"dark": "Alternate (dark)"
},
"TIDY5E.Settings.UseRoundPortraits" : {
"name" : "Round portrait style.",
"hint" : "Choose to enable round portraits/icons for actors.",
"all": "All actors",
"pc": "PCs only",
"npc": "NPCs/Vehicles only",
"default": "None"
},
"TIDY5E.Settings.ShowNpcRest" : {
"name" : "Resting for NPCs.",
"hint" : "Enable to shows the rest icon/buttons on NPC sheets."
},
"TIDY5E.Settings.LinkMarker" : {
"name" : "Mark linked/unlinked NPCs.",
"hint" : "Adds a colored border and icon to linked/unliked NPC sheets.",
"default": "No link marker (default)",
"unlinked": "Highlight unlinked tokens",
"both": "Highlight linked and unlinked tokens"
},
"TIDY5E.Settings.HpOverlayBorder" : {
"name" : "Offset hit point overlay.",
"hint" : "Enter offset value to compensate for portrait frames and prevent tinting."
},
"TIDY5E.Settings.DisableHpOverlay" : {
"name" : "Hide hit point overlay.",
"hint" : "Enable to hide the HP overlay for this actor type."
},
"TIDY5E.Settings.DisableHpBar" : {
"name" : "Disable health bar.",
"hint" : "Enable to hide the colored bar indicating the remaining HP (Health Numbers will still be visible)."
"TIDY5E.Settings.ShowTraitLabels" : {
"name" : "Show Trait Labels.",
"hint" : "By default only icons are shown for traits. Enable to display labels as well."
},


"TIDY5E.Settings.HideClassList" : {
"name" : "Hide character class list.",
"hint" : "Enable to hide the class list below the character's name."
Expand All @@ -165,48 +123,100 @@
"name" : "Inanimate inspiration tracker.",
"hint" : "Enable to turn off inspiration tracker glow animation."
},
"TIDY5E.Settings.DisableInspiration" : {
"name" : "Disable inspiration tracker.",
"hint" : "If your campaign doesn't use inspiration you can disable the tracker completely."
},
"TIDY5E.Settings.ExhaustionEffects" : {
"name" : "Exhaustion effects (uses Active Effects).",
"hint" : "Apply corresponding active effects when setting exhaustion levels - requires midiQol for disadvantage rolls!"
},
"TIDY5E.Settings.DisableExhaustion" : {
"name" : "Disable exhaustion tracker.",
"hint" : "If your campaign doesn't use exhaustion you can disable the tracker completely."
},
"TIDY5E.Settings.HideIfZero" : {
"name" : "Hide exhaustion and inspiration tracker on 0.",
"hint" : "Enable to hide exhaustion and inspiration if 0. Will show on hover."
},
"TIDY5E.Settings.InspirationOnHover" : {
"name" : "Show inspiration indicator only on hover.",
"hint" : "Enable to only show the inspiration indicator when you hover over the portrait."
},
"TIDY5E.Settings.ExhaustionOnHover" : {
"name" : "Show exhaustion tracker only on hover.",
"hint" : "Enable to only show the exhaustion tracker when you hover over the portrait."
},
"TIDY5E.Settings.InspirationOnHover" : {
"name" : "Show inspiration indicator only on hover.",
"hint" : "Enable to only show the inspiration indicator when you hover over the portrait."
"TIDY5E.Settings.DisableHpBar" : {
"name" : "Disable health bar.",
"hint" : "Enable to hide the colored bar indicating the remaining HP (Health Numbers will still be visible)."
},
"TIDY5E.Settings.MoveTraits" : {
"name" : "Move traits below resources.",
"hint" : "Enable to move traits from the left side below resources."
"TIDY5E.Settings.DisableHpOverlay" : {
"name" : "Hide hit point overlay.",
"hint" : "Enable to hide the HP overlay for this actor type."
},
"TIDY5E.Settings.PcToggleTraits" : {
"name" : "Toggle empty character traits.",
"hint" : "By default empty traits are always visible. Enable to add a toggle button."
},
"TIDY5E.Settings.MoveTraits" : {
"name" : "Move traits below resources.",
"hint" : "Enable to move traits from the left side below resources."
},


"TIDY5E.Settings.AlwaysShowTraits" : {
"name" : "Always show traits.",
"hint" : "By default empty traits are hidden by a toggle button. Enable to never hide."
},
"TIDY5E.Settings.ShowTraitLabels" : {
"name" : "Show Trait Labels.",
"hint" : "By default only icons are shown for traits. Enable to display labels as well."
},
"TIDY5E.Settings.AlwaysShowSkills" : {
"name" : "Always show skills.",
"hint" : "By default unproficient skills are hidden by a toggle button. Enable to never hide."
},


"TIDY5E.Settings.DisableRightClick" : {
"name" : "Disable right click context menu.",
"hint" : "In case of module conflicts or preference you can disable the right click context menu. Items will show a menu icon instead."
},
"TIDY5E.Settings.UseExpandedSheet" : {
"name" : "Expanded Limited view for character sheets.",
"hint" : "Displays the entire character sheet (minus the journal) to players with limited permission."
},
"TIDY5E.Settings.UseRoundPortraits" : {
"name" : "Round portrait style.",
"hint" : "Choose to enable round portraits/icons for actors.",
"all": "All actors",
"pc": "PCs",
"npc": "NPCs/Vehicles",
"none": "none"
},
"TIDY5E.Settings.HpOverlayBorder" : {
"name" : "Offset hit point overlay.",
"hint" : "Enter offset value to compensate for portrait frames and prevent tinting."
},
"TIDY5E.Settings.GmEditPermission" : {
"name" : "GM can always edit PC sheets.",
"hint" : "Enable to allow GMs to edit PC sheets without toggling the sheet lock."
},
"TIDY5E.Settings.GmEditEffects" : {
"name" : "Only GM can edit active effects.",
"hint" : "Enable to deny players to edit active effects on their sheets. They will still see applied effects."
},
"TIDY5E.Settings.AlwaysShowQty" : {
"name" : "Always show item quantity.",
"hint" : "Enable to never hide item quantity."
},
"TIDY5E.Settings.DisableInspiration" : {
"name" : "Disable inspiration tracker.",
"hint" : "If your campaign doesn't use inspiration you can disable the tracker completely."
},
"TIDY5E.Settings.ExhaustionEffects" : {
"name" : "Exhaustion effects (uses Active Effects).",
"hint" : "Apply corresponding active effects when setting exhaustion levels - requires midiQol for disadvantage rolls!"
},
"TIDY5E.Settings.DisableExhaustion" : {
"name" : "Disable exhaustion tracker.",
"hint" : "If your campaign doesn't use exhaustion you can disable the tracker completely."
},
"TIDY5E.Settings.ShowNpcRest" : {
"name" : "Resting for NPCs.",
"hint" : "Enable to shows the rest icon/buttons on NPC sheets."
},
"TIDY5E.Settings.LinkMarker" : {
"name" : "Mark linked/unlinked NPCs.",
"hint" : "Adds a colored border and icon to linked/unliked NPC sheets.",
"default": "No link marker (default)",
"unlinked": "Highlight unlinked tokens",
"linked": "Highlight linked tokens",
"both": "Highlight linked and unlinked tokens"
}
}
Loading

0 comments on commit db317e8

Please sign in to comment.