Releases: drweb86/butil
Releases · drweb86/butil
2024.04.14
Changes
- Change version lookup URL. Critical change.
- Italian language was updated by https://github.com/bovirus .
2024.04.05
New Features
- During recovery or version deletion, real progress is shown
- During recovery or version deletion, logs are written.
- Recovery speed should be increased, but PC might be a little bit unresponsive during process.
- If user mounted network SMB/CIFS share on Windows, then he may skip for CIFS storage credentials. In this case invoking 'net use' command will be skipped.
Main idea behind change is to avoid already mounted error. And use it recovery. - Restoration speed was increased in 2 times for Windows.
Bug Fixes
- FTPS MITM attacks. Be aware that if you had previously setupped FTPS with self-signed certificate, you need to do the following steps:
a. Open task with FTPS in Edit mode,
b. Click Save.
Download Links
Unfortunately release system is still broken on github. So I'm releasing it on my NAS.
Download
2024.03.28
Bug Fixes
- 7-zip binaries were missing with setup due to lack of internet during build.
Download Links
2024.03.16
New Features
- Windows support for local accounts (setup was not able to install 7-zip via win-get, because Microsoft does not support installation for users not authorized in Store).
- Windows binaries are ready to launch, no need to install 7-zip separately.
- Update to .Net 8.
- Ability to delete previous versions (can be done from restoration view). With this feature incremental backup becomes self-sufficient when storage quota is exceeded.
Removed Features
- SNAP support is dropped (.Net does not support confined environment properly, Snap does not support .Net, not possible to get proper access to files, Avalonia does not support snap properly)
Download Links
2024.01.10
2024.01.01
Changes
- Deduplication of files was improved, last write time is not taken into account anymore.
Removed Features
- Windows: x86 support.