Skip to content

Releases: aetaric/checkrr

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

checkrr-v3.1.4

27 Jul 00:52
Compare
Choose a tag to compare

Changelog

This build Resolves #66. New WebUI build using vite with work from @hugo-vrijswijk is now present.

checkrr-v3.1.3

02 Jun 14:18
e76eafa
Compare
Choose a tag to compare

Changelog

  • 1e0e09e Resolve issue where ignoreext cared about case
  • f2faa13 Support for using hostnames/DNS in arr services address line
  • 5e6fa14 Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 (#60)
  • 5b80d7e Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#63)
  • 1b192dd Update Images
  • 90e2205 Update issue templates
  • bba3572 Use Vite and cleanup some old deps for frontend (#61)

checkrr-v3.1.2

22 Mar 08:39
2be44fa
Compare
Choose a tag to compare

Changelog

  • 2be44fa 3.1.2: Various bug fixes (#57)
    • Fixes pushover, telegram, and gotify notifications
    • WebUI now scales to the screen size
    • Docker image now supports passing timezone env var
    • Fixes issue using influxdb2 for stats gathering
    • Fixes using docker DNS to resolve local services

checkrr-v3.1.1

22 Jan 17:31
Compare
Choose a tag to compare

Changelog

  • d0155a1 Resolve #44: fix for checkrr not running when there are no arr services

checkrr-v3.1.0

22 Jan 03:54
Compare
Choose a tag to compare

Changelog

  • 7132818 3.1.0: Gotify, ignorepath, rework arr services, various fixes (#41)