8000 Releases · SystemRDL/PeakRDL-html · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: SystemRDL/PeakRDL-html

2.11.0

23 Apr 20:25
Compare
Choose a tag to compare

Updates:

  • ⚠️ Drop support for Python 3.5 and 3.6
  • Enable dollar-style $...$ inline math tags in preparation for #54.
    • ⚠️ Inline math tags using escaped parentheses \\(...)\\ are deprecated and will be removed in v3.0. Recommend changing to dollar-style.
  • Add version_info tuple
  • Add generate_source_links to cfg_schema for PeakRDL TOML config.

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:

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.
0