Skip to content

Commit faaf40d

Browse files
committed
V10.4.0 distribution files
1 parent 0c6c78f commit faaf40d

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

dist/Relationship Visualizer.zip

2.95 MB
Binary file not shown.
875 KB
Binary file not shown.

dist/Relationship Visualizer/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## Version 10.4.0
4+
5+
This release provides several small but meaningful usability improvements.
6+
7+
**Enhancements**
8+
9+
The Relationship Visualizer received the following improvements:
10+
11+
- **Enhanced placeholder engine for labels** - Node, edge, cluster, and graph label builders now support template‑driven placeholders (`{label}`, `{xlabel}`, `{taillabel}`, `{headlabel}`), allowing `styles` worksheet formats to dynamically expand or fall back to data‑layer values.
12+
13+
- **Smoother, cleaner AutoDraw updates** - `AutoDraw` has been revamped so graph updates now happen across more events in a single clean pass, without screen flashes or repeated triggers. The result is a more consistent, more polished *live preview* experience while you edit your data.
14+
15+
16+
- **Smarter preview updates in the Styles sheet** - The preview image now updates automatically whenever you modify a style row (node, edge, or cluster), giving you instant visual feedback as you fine‑tune your formatting.
17+
18+
- **Standardized encoding for Graphviz integration** - `ExecuteAndCapture` now uses UTF‑8 for all command input and output, fixing an internal mismatch where the function previously sent UTF‑8 to Graphviz but returned Unicode on stdout and stderr.
19+
20+
- **Comprehensive module documentation for DeepWiki** - All VBA modules have been updated with clear, structured header comments to improve DeepWiki's analysis and generate more accurate, better‑organized documentation throughout the project.
21+
322
## Version 10.3.0
423

524
This release continues to expand the **SQL capabilities** of the Relationship Visualizer.

0 commit comments

Comments
 (0)