Skip to content

Releases: mxve/plutonium-updater.rs

v0.3.0

13 Mar 11:54
99e7bbf
Compare
Choose a tag to compare
  • 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

v0.2.1

01 Mar 17:37
383de4a
Compare
Choose a tag to compare
  • strip quotes from directory path

v0.2.0

09 Feb 19:14
388de83
Compare
Choose a tag to compare
  • 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
  • Added --no-color flag
    • Disables colors
  • Minor code cleanup

v0.1.0

08 Feb 14:44
v0.1.0
166b614
Compare
Choose a tag to compare

Intital release

Implemented all functions of https://github.com/mxve/plutonium-updater-linux