You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+18-4
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,35 @@
1
+
# v2.22.2
2
+
- Fix exception on 'base'
3
+
- Fix exception on promise when no hp formula
4
+
- Fix localization of hover titles in configuration
5
+
- Maybe fixed default overlay
6
+
7
+
# v2.22.1
8
+
- Supporting v12 required removing v11 support.
9
+
10
+
# v2.22.0
11
+
- Updated to support Foundry v12
12
+
- NOTE: Due to V12 no longer supporing synchronous dice rolling HP are now set post token creation. That means you'll see the HP change displayed briefly (a small number with the delta will float over the token for a moment).
13
+
- The code for the adjective table has been simplified. That might mean the table you previously select to choose adjectives from got reset.
14
+
1
15
# v2.21.0
2
16
- Updated to support DnD5e 3.x and Foundry v11
3
17
- Dropped support for Foundry V9 and V10
4
18
5
19
# v2.20.3
6
20
- Corrected bug that prevented refresh tokens from functioning ( [[#181](https://github.com/Moerill/token-mold/issues/181)])
7
-
21
+
8
22
# V2.20.2
9
23
- Corrected bug where certain systems define types of Actors not meant to be instantiated, breaking DocumentClass reading ( [#176](https://github.com/Moerill/token-mold/issues/176) )
10
-
24
+
11
25
# v2.20.1
12
26
- Corrected bug with HP not rolling correctly ( [#173](https://github.com/Moerill/token-mold/issues/173)) )
- Corrected bug that caused Token Mold to conflict with other modules due to overwriting certain data within the token ([#150](https://github.com/Moerill/token-mold/issues/150))
17
31
- Corrected issue where bar attributes were being retrieved from the base Token Document, causing a problem if that document was overriden by the system ([#160](https://github.com/Moerill/token-mold/issues/160))
18
-
32
+
19
33
# v2.15.4
20
34
- Adjusted resolutions to #137 & #138
21
35
- Corrected an issue where refreshing selected tokens was causing a circular reference error ( [#141](https://github.com/Moerill/token-mold/issues/141) ).
@@ -48,7 +62,7 @@
48
62
- Merged Japanese localization, with thanks to BrotherSharper!
49
63
-**Fix** Added support for Foundry v9
50
64
-**Fix** Corrected a bug where Disposition was not properly getting saved ( Issue #60 )
51
-
-**Fix** Corrected a bug where token scaling could be set to extremely tiny numbers in certain situations ( Issue #75 )
65
+
-**Fix** Corrected a bug where token scaling could be set to extremely tiny numbers in certain situations ( Issue #75 )
Copy file name to clipboardexpand all lines: module.json
+8-17
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,27 @@
1
1
{
2
2
"id": "token-mold",
3
-
"name": "token-mold",
4
3
"title": "Token Mold",
5
4
"description": "<p>Gives the option to cast your tokens into a mold of your choosing.</p> <p>Possible options for your mold include:</p> <ul><li>Adding incrementing number suffixes.</li><li>Name generation for tokens.</li><li>Random adjective prefixes. (Examples: angry, calm, bloodthirsty, ...)</li><li>Rolling Hit Points by formula (dnd5e only)</li><li>Set token configuration on placement.</li><li>Providing an overlay to quickly check some stats on token hover.</li><li>Automatic creature size scaling (dnd5e only)</li></ul><hr>",
0 commit comments