Skip to content

Releases: mxve/plutonium-updater.rs

v0.4.4

12 Jun 02:35
Compare
Choose a tag to compare

v0.4.3

10 May 16:40
Compare
Choose a tag to compare
  • Renamed --plutools and --plutools-list to --archive and --archive-list
    • --plutools and --plutools-list still exist as aliases
  • Switched archive domain from updater-archive.plutools.pw to plutonium-archive.getserve.rs
  • Bumped deps

v0.4.2

28 Nov 18:01
Compare
Choose a tag to compare
  • Add -e/--exclude
    • -e, --exclude "file|folder
      • Exclude file or folder from update
      • Can be used multiple times
      • Example: -e "games/t6mp.exe" -e "storage"

v0.4.1

06 Oct 13:59
Compare
Choose a tag to compare
v0.4.1

v0.4.0

31 Dec 15:27
Compare
Choose a tag to compare
  • Renamed --backup to --manual-backup
    • Creates a backup and then exits
  • Disabled backups by default
    • Use --backup to enable backup creation while updating
  • Changed build action to ubuntu-20.04 to lower min. required glibc version
  • Replaced serde & serde_json with nanoserde
  • Added --cdn-url to --help and documentation
  • Added updater-archive.plutools.pw support
    • --list-plutools lists the available revisions
    • --plutools <revision> up-/downgrades/installs revision from plutools.pw archive
    • ⚠️ These are not hosted by Plutonium, but a third-party (aka me aka @mxve)

v0.3.3

22 Dec 19:33
Compare
Choose a tag to compare
  • Added 🅱️rogressbar
  • Fixed crash related to awesome-backup-system:tm: trying to push non-u16 values into a u16 vec
  • Minor cleanup

v0.3.2

20 Mar 13:28
723e574
Compare
Choose a tag to compare
  • Added version cli args
    • --version-cdn
    • --version-local

v0.3.1

13 Mar 15:36
a178988
Compare
Choose a tag to compare
  • added windows file details
  • added windows icon

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