forked from mirrors/thatmattlove-hyperglass
2.6 KiB
2.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0-beta49 - 2020-07-05
Fixed
- Route lookups for private (RFC 1918) addresses failed due to an unnecessary lookup to bgp.tools
Changed
- Update UI dependencies
- Removed react-textfit in favor of responsive font sizes and line breaking
- Refactor & clean up React components
1.0.0-beta48 - 2020-07-04
Added
- New NOS: VyOS. See docs for important caveats.
Fixed
- UI: If the logo
widthparameter was set to ~ 50% and thetitle_modewas set tologo_subtitle, the subtitle would appear next to the logo instead of underneath. - When copying the opengraph image, the copied image was not deleted.
- Default traceroute help link now actually points to the new docs site.
1.0.0-beta47 - 2020-07-04
Added
- Opengraph images are now automatically generated in the correct format from any valid image file.
- Better color mode toggle icons (they now match hyperglass.io).
Changed
- Improved SEO & Accessibility for UI.
- Default traceroute help link now points to new docs site.
- Slightly different default black & white colors (they now match hyperglass.io).
- Various docs site improvements
Fixed
- Remove
platform.linux_distribution()which was removed in Python 3.8 - Width of page is no longer askew when
logo_subtitleis set as thetitle_mode - Generated favicon manifest files now go to the correct directory.
- Various docs site fixes
1.0.0-beta46 - 2020-06-28
Added
- Support for hyperglass-agent 0.1.5
1.0.0-beta45 - 2020-06-27
Fixed
- Webhook construction bugs that caused webhooks not to send
- Empty response handling for table output
Changed
- Removed RIPEStat for external data gathering, switched to bgp.tools
1.0.0-beta44 - 2020-06-26
Added
- Support for Microsoft Teams webhook
Fixed
- If webhooks were enabled, a hung test connection to RIPEStat would cause the query to time out
1.0.0-beta43 - 2020-06-22
Fixed
- Logo path handling in UI
1.0.0-beta42 - 2020-06-21
Added
- Automatic favicon generation
Changed
- BREAKING CHANGE: The
logosection now requires the full path for logo files. See the docs for details.