Skip to content

v0.6.0

Choose a tag to compare

@djrien-ai djrien-ai released this 07 Jun 21:58
· 27 commits to main since this release

Release Notes: v0.6.0 (Major Update)

This update brings massive visual upgrades to the generated documentation, a brand new-style startup experience, and full offline crash safety.

🌟 What's New

  • Enhanced Report Pages (SVG Wireframes): The generator now draws full, to-scale SVG wireframe layouts for every single page in your report. You can visually inspect overlapping elements, pop-up panels, and visual placements without ever opening Power BI!
    image

  • Data Fields Detection: The visual inventory tables now extract the exact data fields assigned to each visual (e.g. knowing exactly which measure is on the X-axis, Y-axis, or Legend).

  • Matrix Startup Splash & Real-Time Progress: The generator now boots up with a Matrix terminal that displays the real-time progress of your extraction.

  • Excel Power Query Extraction: The tool now fully supports dropping .xlsx files! It will cleanly extract and format all Power Query (M-code) scripts running behind your Excel sheets. (Note: DAX extraction for Excel models is currently a work in progress).

  • Bulletproof Crash Safety: The extraction pipeline is now fully resilient. If an unexpected error occurs during parsing, the app will not crash but instead generate a safe fallback HTML document containing the error logs, so you can easily report the issue.

  • Zero-Network Strict Mode: The application is fully portable and makes absolutely zero network connections. Safe for strict enterprise environments.

🛠️ Fixes & Improvements

  • Fixed an issue with the layout parser not accounting for certain nested visual geometries.
  • Updated UI to center the processing screen over the main application window instead of the primary monitor.