Releases: SystemRDL/PeakRDL-html
Releases · SystemRDL/PeakRDL-html
2.2.0
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
2.1.1
2.1.0
2.0.1
2.0.0
1.6.0
1.5.0
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
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.