Releases: thatmattlove/hyperglass
Releases · thatmattlove/hyperglass
v1.0.0-beta.72
Fixed
- #104: Handle the usage of
juniper_junos
as a NOS.juniper_junos
will now automatically be mapped tojuniper
. - Fix an issue with dual RP juniper devices and structured output, where output containing
{master}
outside of the XML output was improperly stripped out, causing a parsing failure.
Changed
- BREAKING: The installer no longer generates a Systemd service file. While this was likely convenient for most, it introduced significant complexity and caused most installations using
~/hyperglass
as the app path to fail, with no clear way to resolve it. Further, while Systemd is arguably the most common, it is not the only process manager available. As such, the docs will be updated with a Systemd example, much like the current reverse proxy documentation.
v1.0.0-beta.71
Added
- Added Google Analytics Support. Use the
google_analytics
field for the tracking ID inhyperglass.yaml
.
Changed
- Minor frontend code improvements.
v1.0.0-beta.70
Fixed
- #100: Fix result panel bug where incorrect panels would open, or panels would not open at all. Resolved by accessing internal state of the
Accordion />
component viauseAccordionContext()
instead of directly changing the index prop via state.
Changed
- Query results now automatically cancel when each result panel unmounts (e.g. when one clicks the back button).
v1.0.0-beta.69
Fixed
- Fix Safari browser-specific issues
- Setup no longer fails when
commands.yaml
doesn't exist, even though it isn't needed.
Changed
- Setup no longer adds example files
v1.0.0-beta.68
Fixes nothing real, just a stupid TypeScript error I didn't see and isn't tested for in pre-commit (yet).
v1.0.0-beta.67
Fixed
- Fix handling of
web.theme.default_color_mode
. Starting in 1.0.0-beta.65, it was completely ignored and used the library's default oflight
. Now, it's handled properly. - Fix table output layout issues, particularly on mobile.
v1.0.0-beta.66
Fixed
- Fixed Safari browser-specific issues
- Fixed mobile layout issues
Changed
web.theme.colors.black
andweb.theme.colors.white
are nowweb.theme.colors.dark
andweb.theme.colors.light respectively