Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 11:54
· 42 commits to master since this release
99e7bbf
  • 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