Releases: TechGeek01/BackDrop
Releases · TechGeek01/BackDrop
v3.1.0
3.1.0 - 2021-03-30
Fixed
- Fixed typo in CLI mode
- Fixed broken CLI mode in Linux
- Fixed split mode toggle before analysis causing crash
- Fixed file detail lists not emptying during a UI reset
- Fixed file detail lists not scrolling back to top when emptying lists during UI reset
v3.1.0-rc.3
3.1.0-rc.3 - 2021-03-30
Added
- Custom source selection
- Custom destination selection
- Portable mode
Fixed
- Fixed division by zero when not copying any new files
- Fixed update check timeout causing crash in thread
- Fixed crash on CLI mode when loading destination drives
- Fixed aborted message showing when aborting backup on last file verification
v3.0.2
3.0.2 - 2021-03-22
Fixed
- Fixed broken file copy action when running backups
v3.0.1
3.0.1 - 2021-03-12
Added
- Linux now has a packaged version, and appropriate icons on the update screen
Fixed
- Fixed race condition when opening update window on Linux
v3.0.0
3.0.0 - 2021-03-12
Previously compiled Windows binaries had CLI mode broken due to lacking console. This has been fixed, but now means there's a console window in the background that will open when launched. As far as I know, this is unavoidable due to the nature of Python.
Added
- Added update checking
- Linux support!
- Source can now be a set of mount points for a set of shares, rather than one root share containing all of the shares as folders
- Local/network type can be changed for both source and destination
- Files are now deleted from destination if they're not copied successfully
- Deleting is now handled in code, rather than with subprocess
- Added menu bar and consolidated some options and controls
- Added open and save config options to menubar
- Added option to delete config file from selected drives
- Added config builder if not all drives can be connected at once
- Added status bar to bottom of window
- File details pane now auto scrolls as files are copied
Fixed
- Removed system drive from destination drive list
- Progress bar now increments correctly
- Drive selection now changes config selection back to "none" when selecting drive that doesn't have a config file
- Fixed crash on drive select click when selection length is 0
- Analysis no longer hangs when trying to truncate long file lists in the backup details pane
- File details pane now left aligns files in lists
Changed
- Preferences and backup configs are now stored in INI format
- Any existing preferences will be lost due to the file change
- Backup run function now breaks immediately when aborted
- UI improvements
v2.1.3
2.1.3 - 2021-02-16
Added
- Added file details pane
Fixed
- Fixed regression where split shares would cause the analysis to either miss files, or double count them, and cause drives to run out of space and the backup to soft crash
Changed
- Optimized file transfer buffer size to increase speed
v2.1.2
2.1.2 - 2021-01-22
Fixed
- Fixed progress bar and ETA not reporting correct progress
v2.1.1
2.1.1 - 2020-01-10
Fixed
- Fixed "Done" text not showing on list items when completed
Changed
- Progress bar now counts verification to avoid "pauses" during verification passes
v2.1.0
2.1.0 - 2020-01-08
Added
- Added settings menu
- Added ETA to backups
- Added command line mode
- Experimental WIP dark mode
Fixed
- Fixed expanding command arrows causing issues while analysis is still running
- Analysis button now checks if an existing backup is running, to prevent it from being replaced before finishing
- Fixed missing sliders on scrollbars for source and destination trees
Changed
- Significantly improved copy speed
- Note: CLI mode is significantly slower than the GUI. A fix is in the works.
- Windows can now be centered on top of other windows, rather than just the screen
- Separated classes into their own files
- Restructured code
v2.0.1
2.0.1 - 2020-12-25
Fixed
- Functions for gathering file lists during analysis no longer break when trying to query missing drives