Skip to content

Releases: SystemRDL/PeakRDL-html

2.10.1

02 Jun 06:17
Compare
Choose a tag to compare

Bugfixes:

  • Resolve symlinks before computing git URLs.
  • Rework property stringification to properly handle user enum member. #39

2.10.0

12 Mar 06:26
Compare
Choose a tag to compare

Updates:

  • Fix bug in number_of_ids() computation. Affects path search in large designs.
  • Fix incorrect page rendering if exporting from an internal RDL node instead of top.
  • Remove deprecated peakrdl.html namespace package. #31
  • Rework PeakRDL command-line plugin mechanism.
  • Add PeakRDL plugin cfg schema to allow user template paths and other org-specific configurations. #35
  • Remove expand-all button. Not useful, and performance scales terribly
  • Wrap search results in proper url tag for better accessibility. #37

2.9.0

07 Oct 04:38
Compare
Choose a tag to compare

Updates:

  • Add a details pop-down that shows the derivation of the absolute address
  • Parallelize initial page load. Add progress bar.
  • Switch to native bigInt data types instead of polyfill.
  • Fix a few quirks/regressions in sidebar. Resizing is now remembered between sessions.

2.8.0

19 Sep 04:04
Compare
Choose a tag to compare

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.

2.7.0

19 Jul 05:06
Compare
Choose a tag to compare

Updates:

  • Fix issue of page scroll not resetting on page load
  • Only show content search results that match all keywords
  • Fix search results highlighting of underscored words
  • Add PeakRDL command line application entry point hook

2.6.1

09 Jun 05:40
Compare
Choose a tag to compare

Minor compatibility bugfix

2.6.0

08 Jun 05:48
Compare
Choose a tag to compare

Updates:

2.5.0

03 Jun 05:44
Compare
Choose a tag to compare

Updates:

  • Improve initial page load time

2.4.0

18 May 04:45
Compare
Choose a tag to compare

Updates:

  • Add support for including LaTeX-style equations via the Markdown-Math plugin and rendering via MathJax
  • Fix quirk where sidebar navigation would trigger page reload.
  • Downscale large images if they exceed the page width.

2.3.1

17 May 06:31
Compare
Choose a tag to compare

Updates:

  • 🌟 Enhance search engine to also look up keywords in description text. (#16)
  • Better prevention of content quirks due to stale browser cache entries.
  • Add skip_not_present option to exporter top-level (#30)