Releases: vanguardbackup/vanguard
Releases · vanguardbackup/vanguard
v1.2.3
Changes:
- Added localisation support.
- Fixed github login bug affecting new registrations.
- Improved test coverage.
- Added missing icon and description to the backup task history table.
- Improved the banner that displays when there is no SSH key set.
v1.2.2
Changes:
- Added footer with version and link to GH repository.
- Added icons and descriptions to tables throughout the application.
- Added new data options (file size and script execution time) to backup tasks for showing in the future.
- Minor fixes to the database backup script.
v1.2.1
Changes:
- Changed time interval when creating backup tasks from 30m to 15m.
- Added the option to provide credentials for isolated sites when creating backup tasks.
- Improved how Vanguard deals with superflous directories like
/vendor
and/node_modules
when backing up Laravel projects.
v1.2.0
Changes:
- Implemented a tagging system that allows backup tasks to be tagged.
- Added preferred backup destination in user profiles which will be default in new tasks.
v1.10
v1.0.5
Changes:
- Added a new view to improve the onboarding process for new users.
- Fixed error when submitting a backup task with no form data.
- Improved layout of backup destination forms.
Full Changelog: 1.0.4...1.0.5
v1.0.4
What's Changed
- Feat: SSH Key Removal by @lewislarsen in #2
- Feat: Altered how Remote Servers are deleted.
Full Changelog: 1.0.2...1.0.4
v1.0.2
Changes:
- Added
php artisan vanguard:version
command to check the version.
v1.0.1
Changes:
- Fixed how it checks if a task is already running to avoid a nasty bug.
- Added ability to delete backup task logs per log.
Full Changelog: 1.0.0...1.0.1
v1.0.0
This is the initial release of Vanguard and is marked as v1.0.0.
Highlights of this version include supporting files/database backups, S3 as a backup destination and notification alerts for the backup task result.
Full Changelog: https://github.com/vanguardsh/vanguard/commits/1.0.0