Version 2.5.0
Saturday, April 05, 2025 in Blog
Categories:
Version 2.5.0 (build 142) - work in progress The development of a calendar function and scheduler is underway. The plan includes a scheduled backup function to RsyncUI. A release candidate will be released sometime during summer, and development is …
Version 2.4.1
Friday, March 21, 2025 in Blog
Categories:
Version 2.4.1 (build 141) - 21 March 2025 It is imperative that RsyncUI tags tasks with data to be synchronized correctly. If the tagging fails, there may be local data that is not synchronized. RsyncUI supports the latest version of rsync and the …
Version 2.3.9
Sunday, March 09, 2025 in Blog
Categories:
Version 2.3.9 (build 139) - 9 March 2025 The issue with tagging data for synchronize is fixed. There is also a new setting, by default on. It is imperative that RsyncUI tags tasks with data to be synchronized correctly. If the tagging fails, there …
Version 2.3.7
Friday, March 07, 2025 in Blog
Categories:
Version 2.3.7 (build 137) - 7 March 2025 I sincerely apologize for the two consecutive updates on the same day. And issue is still not fixed in release. But the issue is fixed in code. There will be released a new version early next week, where …
Version 2.3.6
Thursday, March 06, 2025 in Blog
Categories:
Version 2.3.6 (build 136) - 7 March 2025 Please note that there are currently missing localizations in German and Norwegian. The next version will include updated localizations. Due to the urgency of the bug, it was prioritized to release a quick …
Tagging of data
Saturday, March 01, 2025 in Technical details
Categories:
Tagging of data to be synchronized It is imperative that RsyncUI tags tasks with data to be synchronized correctly. If the tagging fails, there may be local data that is not synchronized. RsyncUI supports the latest version of rsync and the older …
Swift concurrency
Saturday, March 01, 2025 in Technical details
Categories:
To commence, I must acknowledge that my comprehension of Swift concurrency is limited. I am actively engaged in the learning process of Swift and SwiftUI. RsyncUI is a graphical user interface (GUI) application; the majority of its operations are …
Observers
Saturday, March 01, 2025 in Technical details
Categories:
A key feature of RsyncUI is observation for two notifications: NSNotification.Name.NSFileHandleDataAvailable Process.didTerminateNotification Without observation and required actions when observed, RsyncUI becomes useless. Both observations are …
Version 2.3.5
Wednesday, February 26, 2025 in Blog
Categories:
Version 2.3.5 (build 135) - 26 February 2025 The release candidate, 23 February 2025, is unchanged and is the next release. The following are changed: the estimate process is updated the Verify function, for remote destinations only, is changed parts …
Version 2.3.4
Wednesday, February 12, 2025 in Blog
Categories:
Version 2.3.4 (build 134) - 12 February 2025 Version 2.3.3 and 2.3.4 are merged into one release, version 2.3.4. The User documentation has undergone a slight restructure. The primary objective of this restructure is to prioritize the presentation of …