Releases: mmastrac/stylus
Releases · mmastrac/stylus
Release v0.17.0
- Implement a
pingmonitor - Add
blue(highlight) andorange(warning) states
Full Changelog: v0.16.4...v0.17.0
Release v0.16.4
Small bugfixes for loading status indicators on initial load
Release v0.16.3
Config and status JSON are split for better loading performance
Release v0.16.2
Improved loading performance for status by removing logs
Full Changelog: v0.16.1...v0.16.2
Release v0.16.1
Fix sizing on fullscreen rows
Full Changelog: v0.16.0...v0.16.1
Release v0.16.0
What's Changed
Added
- Row Visualization: New built-in row visualization that allows you to layout status indicators side-by-side
Changed
- Logo: New project logo
- Stack Visualization
- Layout groups can now be laid out column-wise
- Ordering of status indicators can now be controlled
- SNMP Monitor:
- Retry improvements
Release v0.15.1
What's Changed
Full Changelog: v0.15.0...v0.15.1
Release v0.15.0
Changes
This release adds a new built-in SNMP monitor for network devices that calls snmpbulkwalk to fetch interface information and turns it into monitors.
- Built-in SNMP monitor type (#205)
- Bump clap from 4.5.42 to 4.5.43 by @dependabot[bot] in #204
Full Changelog: v0.14.0...v0.15.0
Release v0.14.0
Changed
- Updated documentation with improved running instructions
- Cleaned up path handling for better cross-platform compatibility
Fixed
- Fixed stylus-ui dependency issues
- Fixed stylus-ui build process
- Resolved dependency conflicts and build errors
Dependencies
- Bumped all dependencies to latest compatible versions
Full Changelog: v0.13.0...v0.14.0
Release v0.13.0
Complete rewrite of the user interface
- Modern React-based frontend with TypeScript
- Built-in visualizations: iframe, isoflow, stack view, and more
- No longer requires end-users to provide HTML for most cases
- Improved user experience with better navigation and styling