Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c1de31

Browse files
committed
chore: Prepare release v2.2.2
1 parent 37d5c8a commit 9c1de31

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

CharacterMarkdown.addon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

examples/masisi.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4296,4 +4296,3 @@ graph TD
42964296
<sub>Generated on 12/06/2025</sub>
42974297

42984298
</div>
4299-

0 commit comments

Comments
 (0)