Skip to content

Releases: aetaric/checkrr

checkrr-v3.5.4

20 Mar 01:14
Compare
Choose a tag to compare

Changelog

  • 80d045a fix issue with csv trying to close when not enabled
  • 9c618c5 fix issue with radarr using the wrong i18n id for the connected notifications

Fixes

  • Issue with CSV causing crashes when not enabled
  • Issue where radarr shows as noop when it's actually enabled

checkrr-v3.5.3

18 Mar 21:39
4ffa2e7
Compare
Choose a tag to compare

Changelog

  • 38095f5 Bump golang.org/x/net from 0.34.0 to 0.36.0 (#125)
  • 2dafaf7 close #126: koanf keys are case-sensitive. fixes some notification systems not working.
  • 4ffa2e7 fix debug logging on windows
  • b43c976 fixed an issue with logging not setting debug fully
  • 49c4f7d fixed csv writter
  • 1429108 fixed issue preventing arr services from working
  • 35cf49b improved some debug logging
  • 7ee2364 web version bump

Fixes

  • patched a few minor security issues
  • fixed discord and gotify notifications not working
  • actually set debug level on all loggers if enabled
  • fixed issue with CSV writer
  • fixed issue preventing arr services from working

checkrr-v3.5.2

11 Mar 19:19
Compare
Choose a tag to compare

Changelog

  • 96b36d8 don't try to start the webserver if it's not defined
  • 20ab7b7 enable debug in devshell for jetbrains
  • 62365a3 fix a small typo
  • 48c163a fix small issue where checkrr doesn't notify about last resort logger
  • 40c8b51 log the error with the config instead of just a generic
  • 012093c resolve two bugs in the 3.5.x line.

Fixes

  • Fixed issue where the webserver would cause a crash when there was no config block for it.
  • Always notify user if there is no logging defined.
  • Log the failure reading the config file.
  • Fixed a regression that turned the WebUI's run button into a crash button.
  • Fixed an issue where loading the WebUI before the first run would crash due to the "current stats" being empty.

checkrr-v3.5.1

11 Mar 03:40
Compare
Choose a tag to compare

Changelog

  • 313e49d Update checkrr.service
  • 256417e fix startup error around cleaning up a brand new DB

Fixes

  • #122 issues with DB not cleaning up properly or trying to cleanup when unneeded.
  • Issue with debian systemd unit file not matching installed path of checkrr

checkrr-v3.5.0

10 Feb 03:19
1fc476a
Compare
Choose a tag to compare

See Upgrading to 3.5.0 or newer for upgrade instructions.

Changelog

  • cda05bd Bump vite from 4.5.5 to 4.5.6 in /webserver (#120)
  • 7e44ae4 Closes #113: create log file if it doesn't exist. else open it with the append flag
  • 11f0bde Convert from spf13/viper to knadh/koanf. (#117)
  • ad880ef Implement #121: Adds SMTP notifications
  • 5d008ff [3.5.0] i18n (#119)
  • f5a13bf add ffmpeg and ffprobe to devenv.nix. cleanup devenv requirements.
  • a253c66 bump deps
  • 561dcaa bump deps. resolve 2 dependabot alerts
  • 47a5232 bump golang.org/x/net
  • 2529c94 clean up goreleaser config a bit
  • 516356c clean up some issues with the logging system
  • 85c8e3d closes #112. don't fatal on WalkDir issue. Return a warning, bail on that path, and continue execution.
  • 3dd2141 fix bug in ntfy notifications
  • 1fc476a fix compile issues. windows doesn't have syslog
  • 104932b fix compile issues. windows doesn't have syslog
  • c6593a7 fix overuse of templated naming in strings where it's not supported
  • 95da205 ignore goland
  • 946e242 logging overhaul (#114)
  • 25d5df9 make it clear that the error is only for a specific path
  • 6a1d114 update build instructions

checkrr-v3.4.0

09 Oct 21:26
Compare
Choose a tag to compare

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://repo.checkrr.aetaric.ninja/checkrr.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/checkrr.gpg] https://repo.checkrr.aetaric.ninja/ checkrr main" | sudo tee /etc/apt/sources.list.d/checkrr.list
sudo apt update
sudo apt install checkrr

checkrr-v3.3.0

27 Jan 17:54
Compare
Choose a tag to compare

Changelog

  • 26ca6f5 Bump vite from 4.4.10 to 4.4.12 in /webserver (#83)
  • ff0e7b3 Bump vite from 4.4.12 to 4.5.2 in /webserver (#90)
  • 8aa5f15 Implement #84. Adds the ability to remove certain video and audio codecs. See full example config.
  • c7d51b1 Implement #88. SSL support with a flag. Defaults to false if the flag isn't set.
  • cb40f2c bump deps
  • 9f0ecef enable setting the chatid in the config. always log chatid if it's unset and we have a message from the target username.
  • 419999a fix logging where debug should have been debugf
  • c35e298 remove logfile from minimal config
  • fe68834 set testing lines to debug
  • c8a28fb update dependencies
  • 3432193 update deps, go mod tidy run

checkrr-v3.2.2

12 Dec 07:33
Compare
Choose a tag to compare

Changelog

  • 38e48b6 Fix #77: correct type in influxdb code
  • db472e2 Fix #78: mui/x-data-grid selection change event handler name change
  • 2c35875 golang dependency bump
  • 5b141e6 go mod tidy run to clean up old unused deps
  • e4627a4 update deps for react

checkrr-v3.2.1

06 Nov 22:52
a449c42
Compare
Choose a tag to compare

Changelog

  • a449c42 Bump golang.org/x/net from 0.15.0 to 0.17.0 (#75)
  • b514e34 resolve null pointer ref when splunk HEC isn't responding before the timeout (Resolves #76)

checkrr-v3.2.0

05 Oct 02:18
Compare
Choose a tag to compare

Changelog