aboutsummaryrefslogtreecommitdiff
path: root/VERSION
Commit message (Collapse)AuthorAge
* Release v1.4.1: Critical bugfix for update mechanismv1.4.1Sam Scholten2025-10-27
| | | | | | - Fix update.sh to properly replace service file placeholders - Ensures 'make update' works correctly for upgrading installations - Critical for users upgrading from broken weekly checks
* Release v1.4.0: VPS-optimized integrity checks and critical bugfixesv1.4.0Sam Scholten2025-10-27
| | | | | | | | - Fix: Remove invalid --retry-lock flag from restic check (was failing all weekly checks) - Improve: Switch to metadata-only weekly checks (VPS-friendly, ~50MB vs 500MB+ RAM) - Add: Comprehensive manual check documentation with resource guidelines - Add: Multi-machine check strategy for resource-constrained environments - Improve: Brutalist README - concise and action-oriented
* Bump version to 1.3.1v1.3.1Sam Scholten2025-10-24
|
* Bump version to 1.3.0v1.3.0Sam Scholten2025-10-24
|
* Fix: Replace unsupported restic flags for 0.18.1 compatibilityv1.2Sam Scholten2025-10-22
| | | | | | - Replace --lock-retry-after and --lock-stale-timeout with --retry-lock - Fix shell script quoting issues (SC2086, SC2046) - All tests passing: local, remote, lint, format
* Release v1.2.0: Add automated update scriptSam Scholten2025-10-22
| | | | | | | | - Add update.sh script for seamless upgrades - Automatically detects user/system installations - Backs up configurations before updating - Migrates bandwidth limit from 1M to 2M - Updates scripts and services safely
* Release v1.1.0: Critical multi-device fixes for small VPS instancesv1.1.0v1.1Sam Scholten2025-10-22
- Fix memory swap configuration (allow 1G swap) - Add prune coordination (2-4 AM window with jitter) - Add lock retry settings for robustness - Increase rclone bandwidth to 2M - Memory limits increased to 512M