diff --git a/changelogs/changelog.0.97.4.md b/changelogs/changelog.0.97.4.md new file mode 100644 index 00000000..6334a501 --- /dev/null +++ b/changelogs/changelog.0.97.4.md @@ -0,0 +1,6 @@ +### Fixes +- Hotfix for attack rolls chat messages + +### All changes +- [787](https://github.com/Rughalt/D35E/issues/787) - Feature Request: Using formula in the Maximized field of the system Health Configuration. closed +- [720](https://github.com/Rughalt/D35E/issues/720) - Feature Request - Being able to test in conditions (special actions) the combat status closed \ No newline at end of file diff --git a/system.json b/system.json index c30d7cf1..ae31f7df 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "D35E", "title": "3.5e SRD", "description": "Implementation of 3.5 edition System Reference Document for Foundry VTT. Aiming to provide 100% SRD coverage.", - "version": "0.97.3", + "version": "0.97.4", "author": "Rughalt", "templateVersion": 2, "scripts": [], diff --git a/templates/welcome-screen.html b/templates/welcome-screen.html index 1c078781..73ccbe5c 100644 --- a/templates/welcome-screen.html +++ b/templates/welcome-screen.html @@ -229,6 +229,20 @@

+

v0.97.4

+

Fixes

+ + + +

All changes

+ + +

v0.97

Features