Skip to content

Releases: SystemRDL/PeakRDL-html

2.2.0

31 Jan 04:00
Compare
Choose a tag to compare

Updates:

  • Significantly improve the "Oops!" help page that shows up for CORS errors (when browsing locally via file:// protocol).
    • Help text is now dynamically generated so that instructions only require simple copy/paste of commands.
    • Auto-selects Windows-specific instructions for Windows users.
    • Replace incorrect workaround suggestion for Firefox with one that actually works (previous recommended about:config setting was outdated and didn't work)
  • Added Windows launcher scripts to help users when viewing docs via local file:// protocol.

2.1.2

14 Sep 06:37
Compare
Choose a tag to compare

Updates:

  • Fix reg padding entry generation if field bit order is low-to-high. #28
  • Fix support for references in reset values #26

2.1.1

27 May 03:39
Compare
Choose a tag to compare

Updates:

  • Add warning that HTML exporter does not have proper support for bridges yet.

2.1.0

25 May 05:09
Compare
Choose a tag to compare

Updates:

  • Add tooltip to access types. #22
  • Generate links to RDL source using git-me-the-url
  • Load more Markdown extensions by default

2.0.1

10 May 18:02
Compare
Choose a tag to compare

Updates:

  • Fixed some missed renaming.

2.0.0

16 Apr 04:04
Compare
Choose a tag to compare

Updates:
Renamed project from RALBot-html to PeakRDL-html (#20)
For more details, see: SystemRDL/PeakRDL#2

1.6.0

20 Feb 05:39
Compare
Choose a tag to compare

Updates:

  • Implement enum mode for field input box (#4)
  • Add ability to supplement docs with explicit property/value tables (#12)
  • Fix browser cache quirk when server-side content updates (#18)

1.5.0

07 Oct 03:46
Compare
Choose a tag to compare

Updates:

  • HTMLExporter constructor now exclusively uses keyword args.
  • Add support for multiple top-level address maps. (#13, #14)
  • Show reserved fields and addresses in tables.
  • Render RDLFormatcode in name properties. (#11)
  • Add option to export signal tables. (#8)
  • Add several new keyboard shortcuts, Add shortcut help reference card. (#15)
  • Fix bad array suffix in multi-dimensional arrays.
  • Fix quirk where sidebar doesn't scroll item into view.

1.4.0

02 Sep 23:37
Compare
Choose a tag to compare

Updates:

  • Add support for dark color scheme via prefers-color-scheme css media query.
  • Edited register values are now remembered within a session.
  • Rework user-override hooks.
    • Clearer mechanism to extend js behavior.
    • Rework jinja templates so that they can be extended more naturally.
    • Add ability to pass user context to templates.
    • Add user_static_dir exporter option.
  • Update browser compatibility nag screens to reflect current browser options.
  • Fix field value editor highlighting quirk.
  • Fix occasional page-load flicker quirk.
  • Fix mouse-hover-selection quirk in search results page.

1.3.2

23 Jun 13:53
Compare
Choose a tag to compare

Updates:

  • Fix absolute address re-calculation from index editor dialog.
  • Cleanup enum table when no description text is given.