Skip to content

v1.0.5 - Auto-Cleanup Retention Policy & Dynamic UI Fixes

Choose a tag to compare

@mdmilton2913 mdmilton2913 released this 24 May 12:10
· 3 commits to main since this release

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:clean command 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 onload lifecycle to protect and render values saved in the database across all backup frequencies.