From 723e7cd93419db6b7e2dcfd97c009a5161fa1577 Mon Sep 17 00:00:00 2001 From: Vlyan Date: Wed, 5 Apr 2023 14:30:52 +0200 Subject: [PATCH] added changelog for 1.9.6 --- CHANGELOG.md | 5 +++++ system/system.json | 4 ++-- system/templates/actors/character-sheet.html | 22 ++++++++++---------- system/templates/actors/npc-sheet.html | 2 ++ 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd5203..cee7c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog Date format : day/month/year +## 1.9.6 - ??/04/2023 - QoL before v11 +- Added effects panel to both pc and npc (thx to Bragma !26). +- Added a underline on rings to show current stance (thx to Bragma !25). +- Fix Lists not showing correctly in journal (thx to Bragma #44). + ## 1.9.5 - 11/01/2023 - Adding Modifiers - Characters can now have bonus endurance/composure/focus/vigilance from conditions (thx to Perkuns). diff --git a/system/system.json b/system/system.json index ccc0353..0df1a71 100644 --- a/system/system.json +++ b/system/system.json @@ -7,8 +7,8 @@ "changelog": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/CHANGELOG.md", "license": "https://gitlab.com/teaml5r/l5r5e/-/blob/master/LICENSE.md", "manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json", - "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.9.5/raw/l5r5e.zip?job=build", - "version": "1.9.5", + "download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v1.9.6/raw/l5r5e.zip?job=build", + "version": "1.9.6", "compatibility": { "minimum": 10, "verified": "10.291" diff --git a/system/templates/actors/character-sheet.html b/system/templates/actors/character-sheet.html index 5f3ce4e..d6d72af 100644 --- a/system/templates/actors/character-sheet.html +++ b/system/templates/actors/character-sheet.html @@ -7,27 +7,27 @@ {{!-- Sheet Header --}}
- +

- +

{{> 'systems/l5r5e/templates/actors/character/identity.html'}}

{{localize 'l5r5e.social.title'}}

{{localize 'l5r5e.attributes.title'}}

- {{> 'systems/l5r5e/templates/actors/character/social.html'}} {{> - 'systems/l5r5e/templates/actors/character/rings.html'}} {{> - 'systems/l5r5e/templates/actors/character/attributes.html'}} + {{> 'systems/l5r5e/templates/actors/character/social.html'}} + {{> 'systems/l5r5e/templates/actors/character/rings.html'}} + {{> 'systems/l5r5e/templates/actors/character/attributes.html'}}
{{!-- Sheet Body --}}
- {{> 'systems/l5r5e/templates/actors/character/effects.html'}} {{!-- Sheet Tab Navigation --}} + {{!-- Active effects --}} + {{> 'systems/l5r5e/templates/actors/character/effects.html'}} + + {{!-- Sheet Tab Navigation --}}