Version 2.7.6
Categories:
Version 2.7.6 (build 167) - 1 November, 2025 release candidate
A few users have experienced a crash when estimating tasks. I was unable to determine the cause of the issue until a couple of days ago. The rc fixes the issue, please test.
The update now does the following:
- preventing RsyncUI from crashing when the termination signal is received before all data is read from the datahandle
- the process object also now determines if there is still data to be retrieved after the termination signal is discovered
- although the reason for this is unknown, it does sometimes happen
- the estimation speed is increased
- the speed increase is due to more responsive handling of output from rsync and termination signal
- the actual speed of synchronization of data is not changed, that is outside RsyncUI
The main and version 2.7.6 repositories is updated.
AI
I am actively collaborating with two AI services, Claude Code and GitHub Copilot, to identify potential improvements. Their suggestions are being evaluated, and I am testing their recommendations. While some suggestions prove effective, others require manual code adjustments. Each time a fix is implemented, the code undergoes a slight increase in complexity, which I find undesirable.