Skip to content

2.8.0

Compare
Choose a tag to compare
@amykyta3 amykyta3 released this 19 Sep 04:04
· 34 commits to main since this release

Updates:

  • Fix rendering of long paths so they wrap in content crumbtrails and in search.
  • Fix excessive zero padding in address offset column.
  • Various performance improvements for large designs (#34):
    • Rework sidebar to only load elements when in view. Eliminates excessive DOM content and RAM usage that bogged down browser and made initial page load slow.
    • Defer some data processing to be done on-demand instead of at page load.