Skip to content

Releases: aetaric/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)

checkrr-v3.0.0

09 Jan 01:17
3e489f8
Compare
Choose a tag to compare

Changelog

  • 3e489f8 3.0.0: Implement a WebGUI in React bundled into the binary (#25)
  • 13f9cf3 bump dependencies