Releases: FlashpointProject/FlashpointUltimateUpdater
Releases · FlashpointProject/FlashpointUltimateUpdater
Version 1.0
Entirely new updater built from the ground up.
To build for Mac and Linux please use the Building instructions in the README.
Version 0.4b
- 62864a1: Fix crash when submitting buffered futures
Version 0.4
- ab83427: Allow aborting download process more gracefully
- 820743c: Preallocate space on disk before downloading files (prevents fragmentation)
- 97ba7aa: Fixed crash when there were no files to download
- 8c3361d: Abort update if the updater executable is found under the root path
Version 0.3b
- bbb11ef: Fixed
AttributeError
caused by e641929
- bbb11ef: Improved backoff rules, exponential backoff now capped to 20 seconds
- 28df59c: Added
-c
/--check
command-line flag to view the current and latest version
- 28df59c: Updating from the CLI now requires the
-u
/--update
flag
Version 0.3
- Retrieve remote root of each index from the server
- Give up on HTTP 4xx status codes
- Fail gracefully if the server index cannot be parsed
- Ensure that the root path is not left blank
Version 0.2
- Added Qt GUI version
- Better server integration
- Resuming support