release notes update

This commit is contained in:
Bodo Hüsemann
2022-02-06 21:03:25 +01:00
parent f54ac2a899
commit 2d6539dafe
2 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -9,13 +9,12 @@ This is a rewrite based on the early 2e (basic) and 1e edition that also include
### Features
- Roll-Template: Target rolls now show the targetname in the roll-template. This is especially helpfull for lm rolls, to assign rolls to the corresponding characters.
- Roll-Template: If the roll has failed the roll-template will not show the damage details to save space.
- Roll-Template: If the roll has failed the roll-template will not show the damage and weapon details to save space.
### CSS
- import fonts from fonts.google
- update to higher resolution borders
- found another bug in the roll-template html
## 02.02.01 (Build 7)
+3 -1
View File
@@ -2079,7 +2079,7 @@
{{/rollBetween() feat 1 10}}
{{^feat}}
<div class="sheet-half-col sheet-die-result sheet-feat-die"><span class="sheet-rotated-box"><span>-</span></span></div>
{{/^feat}}
{{/feat}}
<div class="sheet-half-col sheet-die-result sheet-success-die"><span class="sheet-rotated-box">{{r1}}</span></div>
<div class="sheet-half-col sheet-die-comment sheet-favoured">
{{#favoured}}{{favoured}}{{/favoured}}
@@ -2117,6 +2117,7 @@
</div>
</div>
<div class="sheet-footer">
{{#rollBetween() computed::outcome 1 3}}
{{#weaponinfo}}
<div class="sheet-full-col sheet-center sheet-additional">
<div class="sheet-center">
@@ -2131,6 +2132,7 @@
</div>
</div>
{{/additional}}
{{/rollBetween() computed::outcome 1 3}}
</div>
</div>
</rolltemplate>