Skip to content

Commit fceb68c

Browse files
committed
chore(release): v0.7.2-rc2 (KHT-126, KHT-127)
1 parent 2f5dbf7 commit fceb68c

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to Grim Arithmetic are documented here.
44

5+
## v0.7.2-rc2 - Forecast tables sorted by risk
6+
7+
Release candidate building on v0.7.2-rc1; no changes to the underlying mortality math.
8+
9+
### Usability
10+
- The **Encounter Forecast**'s Biggest Threats table now lists enemies from most to least dangerous, sorted by their share of total damage descending; enemies showing the same percentage are ordered alphabetically by name (KHT-126).
11+
- The **Encounter Forecast**'s Most Likely to Drop table now lists party members from most to least at risk, sorted by their chance of being downed descending; party members showing the same percentage are ordered alphabetically by name (KHT-127).
12+
513
## v0.7.2-rc1 - Player-safe options and calmer tooltips
614

715
Release candidate. Three usability fixes on top of v0.7.1; no changes to the underlying mortality math.

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "grim-arithmetic",
33
"title": "Grim Arithmetic",
44
"description": "GM-facing PF2e mortality and encounter-risk analysis for Foundry VTT.",
5-
"version": "0.7.2-rc1",
5+
"version": "0.7.2-rc2",
66
"authors": [
77
{
88
"name": "Kyle Travis",
@@ -36,5 +36,5 @@
3636
],
3737
"url": "https://github.com/kyletravis/grim-arithmetic",
3838
"manifest": "https://github.com/kyletravis/grim-arithmetic/releases/latest/download/module.json",
39-
"download": "https://github.com/kyletravis/grim-arithmetic/releases/download/v0.7.2-rc1/grim-arithmetic-v0.7.2-rc1.zip"
39+
"download": "https://github.com/kyletravis/grim-arithmetic/releases/download/v0.7.2-rc2/grim-arithmetic-v0.7.2-rc2.zip"
4040
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grim-arithmetic",
3-
"version": "0.7.2-rc1",
3+
"version": "0.7.2-rc2",
44
"description": "Foundry VTT module for GM-facing PF2e mortality and encounter-risk analysis.",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
 (0)