Releases: mxve/plutonium-updater.rs
Releases · mxve/plutonium-updater.rs
v0.3.0
- Save info.json from cdn to cdn_info.json
- Replaces version.txt used previously
- Added backups (Closes #1)
- Before updating a backup will be created
- This does not include custom files, only files specified in cdn_info.json are respected
- Theres a limit of 3 backups, lowest version number will be deleted first
--backup
- Create/update backup of currently installed version
--backup-list
- List available backups
--backup-restore <backup>
- Restore backup (doesn't delete files that aren't specified in cdn_info.json of the backup)
--no-backup
- Don't create backup
- Use this on every run if want to opt out of backups
- Before updating a backup will be created
v0.2.1
- strip quotes from directory path
v0.2.0
- Disable colors instead of crashing on error while enabling on windows
- Print count of processed files after updating
- Added -c, --check flag
- Compares local version to remote
- Exit code 0 for up to date
- Exit code 1 for outdated
- Compares local version to remote
- Added --no-color flag
- Disables colors
- Minor code cleanup
v0.1.0
Intital release
Implemented all functions of https://github.com/mxve/plutonium-updater-linux