Skip to content

Complete Redesign

Compare
Choose a tag to compare
@MaxMaeder MaxMaeder released this 15 May 04:30
· 787 commits to master since this release

In this release, I've redesigned major portions of the plugin to make it easier to set up, more stable, and more secure.

  • Made it much easier to authenticate with Google Drive/OneDrive
    • Now, instead of running a companion program and copying the outputted files to the server, users now just have to run a single command
  • Now uploads backups asynchronously, previously uploading a large backup would cause players to get kicked from the server
  • Fixed issue causing backups in OneDrive past the configured number to keep to not get deleted
  • Now requests very limited access from Google Drive and OneDrive
    • This means if there ever is a glitch in the plugin, it can't delete your sensitive Google Drive and/or OneDrive data
    • Previously, the plugin had almost free reign over users' Google Drive and/or OneDrive data
  • Fixed issue causing the suppress-errors setting to not suppress all errors
  • Improved help message that appears when /drivebackup is run
  • Added documentation to previously undocumented classes
  • Removed companion program from Git, as it is no longer used