v0.7.11
Added 2
- Custom API widget added replaceMatches and unique functions
- Added mountpoint:info CLI command
Changed 1
- sensors:print CLI command now outputs more details
Fixed 4
- RSS widget now filters out duplicate post links
- Twitch channels widget now sorts live channels with 0 viewers correctly relative to offline channels
- Server stats widget potential fix for missing mountpoint stats
- Fixed Yahoo finance test request in diagnose CLI command
What's changed
- [RSS widget] Duplicate post links will now be filtered out (thanks @HtFilia)
- [Custom API widget] Added
replaceMatchesanduniquefunctions (thanks @ralphocdol) - Added
mountpoint:infoCLI command - Added more details to the output of
sensors:printCLI command
Fixes
- [Twitch channels widget] Fixed live channels with 0 viewers getting incorrectly sorted lower than offline channels
- [Server stats widget] Potential fix for missing mountpoint stats
- Fixed the Yahoo finance test request in the
diagnoseCLI command