Releases: aetaric/checkrr
Releases · aetaric/checkrr
checkrr-v3.4.0
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
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
checkrr-v3.2.1
checkrr-v3.2.0
Changelog
- d53b071 3.2.0: Splunk HEC stats (metrics) and notifications (events), bug fixes (#73) (Resolves #68) (Thanks @hugo-vrijswijk and @shanehughes1990 for the help!)
- 9a2be25 Bump postcss from 8.4.23 to 8.4.31 in /webserver (#74) (CVE fix)
- 85747c9 Changing gin to debug mode when debug config is true (#69) (Thanks @shanehughes1990)
- 373cbdc bump all yarn deps
- 71e9250 bump go.mod and go.sum
checkrr-v3.1.4
checkrr-v3.1.3
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)