Releases: neurekadev/warrden
Releases · neurekadev/warrden
Release list
5.1.0
5.0.1
Fixed
- Separate confirmed samples from indeterminate media checks so transient rclone/FUSE or network storage failures do not remove or blocklist healthy downloads by default.
5.0.0
Changed
- Rewrite wArrden in Go and optimize its container runtime, reducing the image footprint by about 88% and measured memory usage by about 86%.
- Move official releases and multi-architecture container images to GitHub and
ghcr.io/neurekadev/warrden, with verifiable build provenance. - Update Compose deployments to use the v5 image, load runtime settings from
.env, and mountconfig.yamlunder/app/data. - Use a 90-day upgrade-search cooldown in the example configuration instead of 30 days.
- Require
PUIDandPGIDto be valid, supplied together, and either both zero or both non-zero. - Expand telemetry to include anonymous lifecycle events and allow all telemetry to be disabled with
TELEMETRY=false.
Removed
- Remove the
APP_VERSION,CONFIG_PATH, andDATABASE_PATHenvironment overrides; wArrden now reads its version from the image and keeps configuration and data under/app/data. - Remove the bundled shell and .NET runtime from the container image.
- Reset saved 4.x search cooldown history during the first 5.0 startup because it cannot be carried into the new Go runtime.
Fixed
- Restore automatic unexpected-error reporting through the current Beacon service.
- Run one scheduled job at a time so tree-structured log output cannot interleave.