v1.0.5 - Auto-Cleanup Retention Policy & Dynamic UI Fixes
We are excited to announce the release of Vaultix v1.0.5! 🚀
This version introduces a fully automated backup retention policy (auto-cleanup), real-time database-to-cloud synchronization.
🌟 What's New (Features)
🛡️ Automated Backup Cleanup & Retention Policy
- Integrated Spatie's
backup:cleancommand dynamically into the backup pipeline. - Auto-Cleanup: Old backup files on cloud destinations (Google Drive, S3, R2, SFTP) are now automatically pruned based on your custom retention settings (Daily, Weekly, Monthly, Hourly).
- Database Auto-Sync: Pruned or manually deleted cloud files are now automatically synchronized with the database in real-time, preventing dead rows in the UI history list.
🐛 Bug Fixes & Improvements
⚙️ Resolved Edit Page Default Overrides
- Fixed a javascript initialization bug where the edit form would automatically overwrite your custom database values with Smart Defaults on page load.
- Restructured the form's
onloadlifecycle to protect and render values saved in the database across all backup frequencies.