Skip to content

Releases: thatmattlove/hyperglass

v1.0.0-beta.72

16 Jan 20:52
Compare
Choose a tag to compare

Fixed

  • #104: Handle the usage of juniper_junos as a NOS. juniper_junos will now automatically be mapped to juniper.
  • 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

10 Jan 08:25
Compare
Choose a tag to compare

Added

  • Added Google Analytics Support. Use the google_analytics field for the tracking ID in hyperglass.yaml.

Changed

  • Minor frontend code improvements.

v1.0.0-beta.70

06 Jan 06:06
Compare
Choose a tag to compare

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 via useAccordionContext() 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

03 Jan 08:07
Compare
Choose a tag to compare

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

03 Jan 00:17
Compare
Choose a tag to compare

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

03 Jan 00:03
Compare
Choose a tag to compare

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 of light. Now, it's handled properly.
  • Fix table output layout issues, particularly on mobile.

v1.0.0-beta.66

02 Jan 20:38
Compare
Choose a tag to compare

Fixed

  • Fixed Safari browser-specific issues
  • Fixed mobile layout issues

Changed

  • web.theme.colors.black and web.theme.colors.white are now web.theme.colors.dark and web.theme.colors.light respectively