github aetaric/checkrr 3.4.0
checkrr-v3.4.0

12 hours ago

Changelog

  • d5532b1 #94: adds SSL to webserver.go
  • a2fbd51 Bump golang.org/x/net from 0.20.0 to 0.23.0 (#96)
  • 860769c Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#93)
  • 367bac0 Bump rollup from 3.29.4 to 3.29.5 in /webserver (#105)
  • e45cdf7 Bump vite from 4.5.2 to 4.5.3 in /webserver (#95)
  • 4e4a528 Bump vite from 4.5.3 to 4.5.5 in /webserver (#104)
  • 86d55c1 Close #102: adds ntfy support to notifications
  • 7b5977a Close #59 adds a date column to the bad files table.
  • 58827e0 Close #91. Fix checkrr not recovering cleanly from any SIGKILL or SIGSEGV calls
  • 1d130af Closes #108. Patches potential ni pointer ref and missed bad audio file detection point.
  • 709aee6 Fix issues where TLS being set to false still tried to read SSL cert and key values from config.
  • 2f8ff8c add devenv for quick development on nixos
  • cbeea1e chartjs.register doesn't take a variadic expansion seemingly and useeffect loads after component mount anyway
  • 553fdfb close #109. adds reason field to bad files list
  • 668603e close #92. adds audio language detection and removal.
  • dc900ec close #98. resolve issue with hover tooltips
  • b66daec fix issue with date display
  • f7f3f46 go mod tidy
  • 8bd2ea9 https://www.youtube.com/watch?v=-5wpm-gesOY
  • 8ab30d2 put chart register at the top of the component
  • b36648b remove name
  • 4eab9fa swap from yarn to pnpm.
  • 2e5c54b update go deps
  • 86ec828 update goreleaser file for deb package and 3.4.0 release

Packages are now available in a debian/ubuntu repo! 3.3.0 and 3.4.0 are both packaged and available.

sudo wget -O /etc/apt/trusted.gpg.d/checkrr.gpg https://checkrr-repo.aetaric.ninja/checkrr.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/checkrr.gpg] https://checkrr-repo.aetaric.ninja/ checkrr main" | sudo tee /etc/apt/sources.list.d/checkrr.list
sudo apt update
sudo apt install checkrr

Don't miss a new checkrr release

NewReleases is sending notifications on new releases.