Skip to content

Commit 3366333

Browse files
committed
release 3.3.0
1 parent 118b58d commit 3366333

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ This system provides character sheets and items for your play, if you would lik
3939
## Release Notes
4040
=======
4141

42+
v3.3.0
43+
- Added fear rolls to the Character sheet [#74](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/74)
44+
- Refactored the Actors to use a common base class to reduce code duplication and make it easier to maintain. [#75](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/75)
45+
- Implemented drag and drop macros to fear rolls
46+
- Added selection of talents, gear and other items to the roll dialog
47+
- Added details to the chat card for rolls to break down the dice pool
48+
- Redesigned the Roll Dialog to more clearly show the components of the roll
49+
4250
v3.2.0
4351
- Added Limited Character Sheet, Limited permisions show player a sheet with reduced visibility, allowing secrets, traumas and other information to be hidden from non-owners. (issue [#62](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/62))
4452
- Added Stat and Skill fields to items as needed in the rules set. (issue [#31](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/31)) EXISTING ITEMS WILL NEED TO BE UPDATED TO USE THIS FEATURE. Premium Modules will be updated soon(tm)

Diff for: system.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Vaesen",
33
"description": "Nordic horror role-playing",
4-
"version": "3.2.1",
4+
"version": "3.3.0",
55
"esmodules": [
66
"script/hooks.js"
77
],
@@ -88,7 +88,7 @@
8888
"url": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt",
8989
"socket": true,
9090
"manifest": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/latest/download/system.json",
91-
"download": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/download/3.2.1/system.zip",
91+
"download": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/download/3.3.0/system.zip",
9292
"license": "LICENSE.txt",
9393
"id": "vaesen",
9494
"authors": [

0 commit comments

Comments
 (0)