Releases: DucPhamNgoc08/CodeVisualizer
Releases · DucPhamNgoc08/CodeVisualizer
v1.0.6 - Multi-line Code Visualization Fix (Nov 15, 2025)
Fixed
- Fixed "Unsupported markdown" error when visualizing Promise constructors and multi-line async code
- Normalized whitespace in node labels to prevent Mermaid parser failures
Noted
- Typo fix in EnvironmentDetector.ts by @HoneyBadgerSeeker
What's Changed
- Update EnvironmentDetector.ts - Typo fix by @HoneyBadgerSeeker in #4
- Fix/mermaid multiline label error by @DucPhamNgoc08 in #6
New Contributors
- @HoneyBadgerSeeker made their first contribution in #4
v1.0.5 - Publisher ID Compatibility Fix (Nov 13, 2025)
Fixed
- Fixed "Failed to fetch" error preventing extension from loading on VS Code 1.105.1+
- Normalized publisher ID to lowercase format to comply with VS Marketplace requirements
- Affects all platforms (Windows, macOS, Linux)
Notes
- No functional changes to extension features
- Update recommended for users on VS Code 1.105.1 or later
What's Changed
- fix: normalize publisher ID to lowercase by @DucPhamNgoc08 in #3
v1.0.3 - LLM Translation & Stability Improvements (Nov 12, 2025)
This release focuses on improving the LLM translation workflow and fixing several bugs affecting diagram rendering and webview behavior.
LLM Enhancements
-
Improved translation handling for various LLM response formats
-
Added proper logging for all LLM-related operations
-
Auto-applies LLM labels automatically when the webview loads
Bug Fixes
-
Fixed missing LLM labels in diagrams
-
Fixed incorrect icon paths
What's Changed
- Revise README for improved clarity and detail by @DucPhamNgoc08 in #1
- fix: LLM translation improvements and bug fixes by @DucPhamNgoc08 in #2
LLM labels now display clear plain-text explanations directly on the diagram, making code understanding easier and more intuitive
