Skip to content

Releases: rafreid/gsdview

v1.6.1 - Bug Fix Release

Choose a tag to compare

@rafreid rafreid released this 29 Jan 04:29

Fixes

  • Fix graph not loading after project selection
    • Root cause: Missing .hidden CSS 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

Files Changed

  • src/renderer/index.html - Added missing CSS rules
  • src/renderer/graph-renderer.js - Render refresh on mount
  • src/renderer/view-controller.js - Cleanup

Full Changelog

v1.6.0...v1.6.1

v1.5 gsdView release.

Choose a tag to compare

@rafreid rafreid released this 27 Jan 02:56

This is first release after making repo public.
Send any feedback to rafreid@gmail.com

v1.4 Live Activity Sync

Choose a tag to compare

@rafreid rafreid released this 25 Jan 20:33
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.