File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.2.2] - 2025-12-06
11+
12+ ### Added
13+ - ** Companion Features** : Enhanced companion data collection and display
14+ - Added "Available Companions" section listing all unlocked companions
15+ - Companion list now indicates if a companion is available or requires a quest
16+ - ** Advanced Stats** : Detailed breakdown of advanced combat statistics
17+ - Expanded stats collection to include more granular data points
18+
19+ ### Fixed
20+ - ** Markdown Generation** : Fixed several issues with document generation
21+ - Fixed double separators appearing in Table of Contents
22+ - Fixed chunking logic to prevent breaking inline markdown links
23+ - ** Mermaid Diagrams** : Comprehensive fixes for Champion Point diagrams
24+ - Fixed incorrect quoting of node IDs causing parse errors
25+ - Fixed diagram truncation issue by adjusting chunking limits
26+ - Corrected star connections and slottable status (e.g., Meticulous Disassembly)
27+ - Improved diagram layout (top-down direction, smoother curves)
28+ - ** Stats** : Fixed calculation of Healing Critical stat
29+ - ** Companions** : Fixed missing ability bar for active companion
30+
1031### Planned
1132- Export templates (user-defined markdown templates)
1233- Build comparison (compare two characters side-by-side)
Original file line number Diff line number Diff line change 11## Title: CharacterMarkdown
22## Author: solaegis
3- ## Version: 1.0.0
3+ ## Version: @project-version@
44## AddOnVersion: 1.0.0
55## APIVersion: 101048
66## SavedVariables: CharacterMarkdownSettings
Original file line number Diff line number Diff line change @@ -4296,4 +4296,3 @@ graph TD
42964296<sub >Generated on 12/06/2025</sub >
42974297
42984298</div >
4299-
You can’t perform that action at this time.
0 commit comments