Releases: chriscareycode/nagiostv-react
Releases · chriscareycode/nagiostv-react
2026-04-27 HostGroup ServiceGroup toggle
- Add an option Always Show Host/Service Groups, or have them toggle with Filters
2026-04-18 v0.9.10 No Emoji
Bring back Show Emoji option
2026-02-15 Day after Valentines Day
A lot of updates this time.
- npm package updates
- Bump to version 0.9.9
- DoomGuy prompt setting. Left Panel color and auto hide. Update route style fixes.
- Merge pull request #123 from chriscareycode/dependabot/npm_and_yarn/node/qs-6.14.2
- Bump qs from 6.14.1 to 6.14.2 in /node
- Merge pull request #122 from chriscareycode/dependabot/npm_and_yarn/axios-1.13.5
- Bump axios from 1.13.2 to 1.13.5
- use query param for alert search
- BottomPanel auto hide, and some style changes
- feat: search alerts
- Doomguy says fix
- MiniMapCanvas switch from DragEvent to PointerEvent for scroll drag
- if we disable llm, we should pop the doomguy speech bubble.
- Merge pull request #121 from chriscareycode/2026-01-14
- Merge pull request #120 from chriscareycode/dependabot/npm_and_yarn/lodash-4.17.23
- Bump lodash from 4.17.21 to 4.17.23
- fix external links for Alert, Host, Service items
- Doomguy debounce width resize
- migrate from html2canvas-pro to snapdom for minimap
- doomguy speech-balloon padding
- Add externalLinkBaseUrl option
- max-width should be on the select
- hostgroup servicegroup max-width
- update doomguy prompt
- Try to fix loading hostgroupFilter from URL
- fixes for mobile. support reasoning models. pop doomguy balloon.
- Move error above
- cancel speaking when speak toggle is turned off
- Doomguy marquee if the speech balloon is too large for the screen
- LLM add some http error code handling
- Try to fix a bug where sometimes the all-ok-item is stuck at height: 0
- Animate in the HistoryCharts
- Merge pull request #119 from chriscareycode/2026-01-04
- Update README new image
- bump package versions
- Quiet For should exclude UP and OK items and not be negative
- Quiet For should exclude UP and OK items
- Add llm model selector. Add Doomguy shortResponse.
- MiniMapCanvas update less frequently
- QuietFor fixes with second countdown
- LLM tweak the issues prompt
- fix color on the quiet for widget in summary. It was showing red for yesterday which should be green.
- Fix window resize bug on MiniMap where it changes sizes
- Add Query Param support
- add SortOrderSelect
- add sort A-Z and Z-A
2026-01-03 Firefox gets an optimized MiniMap
- Add a new MiniMap for Mozilla Firefox that uses GPU rendering with no polling
- Update LLM Host / Port to BaseURL. This will allow more flexibility like controlling the protocol, the port, and the base path.
- Add serverSettingsTakePrecedence option to make the client-settings.json take precedence over LocalStorage/Cookie.
2025-12-31 Local Large Language Model
- Add Local Large Language Model (LLM) support
- Add the ability to display Host UP and/or Service OK items.
- Fix: Doomguy should respect the active filters
- Doomguy thinks during LLM generation
- Disable PWA which got enabled by Vite build
- Display "Next Check In" for items that are both Passive+Active
- "Next Check In" count down every second
- Always display the Hostgroup and Servicegroup filters
- Fix: a bug with Servicegroup not displaying properly
2025-12-07 Winter Time
- Add note to serviceItem
- feat: Change the font size select box to a slider with text preview
- npm updates
- MiniMap fixes
- Move Custom Logo left of the title text
- Add Tailwind CSS
- Styling on Most Recent Alert
- Add CornerEmoji to Summary
- Add NextCheckIn component with countdown every second
2025-06-13 Fix dates
- Fix a bug introduced with the moment.js -> luxon change
2025-05-26 Feels like Summer
- Convert from (deprecated) moment.js to luxon
This is a breaking change that will require you change your date settings on the Settings page, or by editing your client-settings.json file!
We suggest you set Date Format to "fff"
Clock Date Format to "DD"
Clock Time Format to "TT"
Format options for further customization, such as 24 hour time, can be found on this page:
https://github.com/moment/luxon/blob/master/docs/formatting.md#table-of-tokens
- New option to show or hide "Most Recent Alert". This will put the most recent alert at the top of the page above Hosts and Services.
- Get rid of jQuery dependency
- Fix: Hide Bottom Menu option was broken
- HistoryChart upgrade HighCharts v10 to v12
- Bump react-router-dom from v6 to v7
- Enable feature flags on react-router-dom v6
- Update and packages and Vite to v6
- Bring back transitions with motion.dev
2025-02-15 Valentines update
- remove react-transition-group and replace with motion.dev for animations
- upgrade react-router-dom from v5 to v6. remove react-page-transition
- Fix typo on Summary.tsx. unknown -> total. Fixes #86
- Show a message when Automatic Scroll is enabled
- more cookie to localStorage refactor
- bump package versions
2024-06-01 Fix react-transition-group
Tried to fix a error in react-transition-group and it ended up breaking the enter and exit animations. Reverting that code for now.