Skip to content

Commit 0c6c78f

Browse files
committed
changlog updates v10.3.0 -> v10.4.0
1 parent f14e7bf commit 0c6c78f

3 files changed

Lines changed: 36 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## Version 10.4.0
4+
5+
This release provides several small but meaningful usability improvements:
6+
7+
- **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.
8+
9+
- **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.
10+
11+
12+
- **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.
13+
14+
- **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.
15+
16+
- **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.
17+
318
## Version 10.3.0
419

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The **Relationship Visualizer** is a powerful, free Excel tool that turns row-ba
66

77
Supports Windows and macOS, with a multilingual tabbed ribbon interface.
88

9-
[![Latest Release v10.3.0](https://img.shields.io/badge/Latest%20Release-v10.3.0%20(4%20Apr%202026)-brightgreen)](https://github.com/jjlong150/ExcelToGraphviz/releases/latest)
9+
[![Latest Release v10.4.0](https://img.shields.io/badge/Latest%20Release-v10.4.0%20(26%20Apr%202026)-brightgreen)](https://github.com/jjlong150/ExcelToGraphviz/releases/latest)
1010
[![Download Now](https://img.shields.io/badge/Download%20Now-Free%20Excel%20Tool-green)](https://sourceforge.net/projects/relationship-visualizer/files/latest/download)
1111
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
1212
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/exceltographviz)
@@ -15,7 +15,7 @@ Supports Windows and macOS, with a multilingual tabbed ribbon interface.
1515
## Quick Links
1616

1717
- 🌐 **Website & Full Documentation**: [exceltographviz.com](https://exceltographviz.com/) — tutorials, overviews, and guides
18-
- 📥 **Latest Release (v10.3.0 — 4 Apr 2026)**: [GitHub Releases](https://github.com/jjlong150/ExcelToGraphviz/releases/latest) — release notes & assets
18+
- 📥 **Latest Release (v10.4.0 - 26 Apr 2026)**: [GitHub Releases](https://github.com/jjlong150/ExcelToGraphviz/releases/latest) — release notes & assets
1919
- ⬇️ **Download Relationship Visualizer**: [SourceForge ZIP (~81 MB)](https://sourceforge.net/projects/relationship-visualizer/files/latest/download) — free & virus-scanned
2020
- 📜 **Changelog**: [exceltographviz.com/changelog](https://exceltographviz.com/changelog) — version history
2121
- 🔧 **Examples Repository**: [github.com/jjlong150/excel-to-graphviz-examples](https://github.com/jjlong150/excel-to-graphviz-examples) — ready-to-use workbooks & patterns

docs/changelog/index.md

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

3+
## Version 10.4.0 - April 26, 2026
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 - April 3, 2026
423

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

0 commit comments

Comments
 (0)