Releases: rafreid/gsdview
Releases · rafreid/gsdview
Release list
v1.6.1 - Bug Fix Release
Fixes
- Fix graph not loading after project selection
- Root cause: Missing
.hiddenCSS rules for v1.6 view containers - Dashboard/heatmap/timeline containers were covering the graph canvas
- Added explicit WebGL render refresh on view mount
- Re-apply graphData on mount to trigger Three.js re-render
- Root cause: Missing
Files Changed
src/renderer/index.html- Added missing CSS rulessrc/renderer/graph-renderer.js- Render refresh on mountsrc/renderer/view-controller.js- Cleanup
Full Changelog
v1.5 gsdView release.
This is first release after making repo public.
Send any feedback to rafreid@gmail.com
v1.4 Live Activity Sync
Delivered: Real-time Claude Code operation visualization with highly visible flash animations Key accomplishments: - Claude Code PostToolUse hooks emit file operation events - Read operations trigger distinct blue flash (0x4488FF) - Enhanced flash visibility (3.5x emissive, 1.8x scale pulse) - Animation batching for 60fps during rapid operations (50+ files) - Hook status notification and debug mode for troubleshooting See .planning/MILESTONES.md for full details.