-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changelog.txt
67 lines (44 loc) · 1.06 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
v3.2.1
------
- Added Summon Fey spell
- Added missing "attack" trait to Acid Splash cantrip
v3.2.0
------
- Updated the "spell list" nomenclature to "tradition".
- Traditions that have access to a given spell are now displayed as
part of the spell card.
v3.1.0
------
- Casting information uses a new format that better reflects the new
conventions.
v3.0.0
------
- Updated contents to match materials newly released in the core rulebook.
v2.0.0
------
- The codebase has been rewritten to use React, which should make it more
maintainable going forward.
v1.5.1
------
- Several corrections and additions from the errata document that were missed
in v1.5. Thanks /u/Descriptvist for the detailed report!
v1.5
----
- Updated spell text and damage to match the update document v1.6
v1.4
----
- Overhauled spell description formatting
v1.3
----
- Added sort (alphabetical, level)
- Added rarity info to spell cards
v1.2
----
- Added trait-based filtering
v1.1
----
- Added rarity markers to dataset
- Added rarity filter in UI
v1.0
----
- First public release