-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChangeLog.mde
109 lines (65 loc) · 2.97 KB
/
ChangeLog.mde
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).´
## [5.4.1] - 2024-12-03
Compatible Foundry version: 12.331
### Fixed
- Fixed localization for Active Effects
## [5.4.0] - 2024-12-02
Compatible Foundry version: 12.331
### Added
- Added basic support for Active Effects. Active Effects can currently target Primary Attributes, Primary Attribute Bonuses, Damage and Peril Thresholds, and Secondary Attributes (with the exception of Dodge and Parry).
- DTM value is now displayed under Damage Threshold on a Character sheet's Attributes tab.
### Fixed
- Adjusted many inconsistent CSS styles.
- Fixed incorrect Dodge and Parry values being displayed when using the alternate Peril system.
- Fixed global item search when using Flames of Freedom option
## [5.3.5] - 2024-10-25
Compatible Foundry version: 12.331
### Fixed
- Fix missing Compendium entries (Bestiary, GM Tables, Character Creation Tables, Macros).
## [5.3.4] - 2024-10-25
Compatible Foundry version: 12.331
### Added
- New workflow for extracting / compiling Compendium packs that uses LevelDB (does not impact users, merely technical)
### Fixed
- Fix Exploding Dice not working correctly. This update does not go through a world's Actors, so any PCs and NPCs that wield firearms will need to be manually updated (change `xd1,6` to `xd1&6` in the weapon damage formulas).
## [5.3.2] - 2024-09-12
Compatible Foundry version: 12
### Added
- Refactor actor sheet header
### Fixed
- Fix issue with localization due to performance optimization
- Fix issue with not being able to close ESC menu
## [5.3.0] - 2024-09-12
Compatible Foundry version: 12
### Added
- Support for FoundryVTT V12
- Vehicle Sheets with limited functionality
### Fixed
- Update deprecated Chat Commander integration
- Add missing Zweihänder drawbacks' descriptions and effects
- Fix numerous visual inconsistencies due to FoundryVTT CSS changes
- Fix Polyglot integration
- Improved the massive performance hit when adding Professions to an Actor
## [5.2.0] - 2023-07-22
Compatible Foundry version: 10-11
### Compatibility warning
Foundry 11 introduced significant changes to unlinked actors. We tried to
automatically upgrade existing tokens, but if you encounter issues with unlinked
actors in the scenes, you may have to recreate them in the scene (by dragging
replacements from compendium or actor's directory).
### Added
- Support for Foundry 11.
- Alternative Peril system.
- Simple currency exchange on Actor sheet.
- New trappings and rituals, including missing ones from Main Gauche
### Changed
- Show weapon information on attack roll in chat cards.
### Fixed
- Fix HTML and missing description in Item chat cards.
- Fix long Actor names on chat cards.
- Fix status effect names localization.
- Fix Drag Ruler integration.
- Fix import trappings macro.