Blog
Version 2.6.0
Wednesday, June 18, 2025 in Blog
Categories:
Version 2.6.0 (build 154) - work in progress I have commenced development of next version by using Xcode 26 beta which includes Swift version 6.2. This version of code is checked in at GitHub as branch version-2.6.0-xcode26. This branch will NOT …
Version 2.5.9
Monday, June 16, 2025 in Blog
Categories:
Version 2.5.9 (build 153) - June 16, 2025 This is as previous release, mostly a maintenance release. I have also, for test, compiled RsyncUI with the Xcode 26 beta. And it compiled with no errors as expected. There will be a new release when macOS …
Version 2.5.8
Thursday, June 05, 2025 in Blog
Categories:
Version 2.5.8 (build 152) - June 5, 2025 This is a maintenance release. The release is signed and notarized by Apple. There are quite a few minor updates: refactor, internal, merge of two objects for monitoring progress of estimation and the real …
Version 2.5.5
Friday, May 23, 2025 in Blog
Categories:
Version 2.5.5 (build 147) - May 23, 2025 This is a maintenance release. In the latest release, there were several UI updates. This release fixes some of the minor issues discovered after previous release. There is also one refactor of internal code, …
Version 2.5.3
Wednesday, May 14, 2025 in Blog
Categories:
Version 2.5.3 (build 145) - May 14, 2025 Major updates in the this release are, a detailed changelog on the GitHub release page. And thanks very much to Johnny Sauce for valuable input and feedback. a fix for the above mentioned spinning beach ball …
Number of files
Thursday, May 01, 2025 in Blog
Categories:
Numbers updated: June 16, 2025, version 2.5.9 There is a very nice and excellent tool, cloc (https://github.com/AlDanial/cloc), for counting of files and lines of code. Below are the numbers for Swift files which are part of the repository for …
Historic releases
Friday, March 21, 2025 in Blog
Categories:
Previous releases Version and dates only: Version 2.4.1 - 2025-03-21 Version 2.3.9 - 2025-03-09 Version 2.3.7 - 2025-03-07 Version 2.3.5 - 2025-02-26 Version 2.3.4 - 2025-02-12 Version 2.3.2 - 2025-01-29 Version 2.3.0 - 2025-01-15 Version 2.2.5 - …
URLs Notepad
Saturday, March 01, 2025 in Blog
Categories:
A few samples of URL´s I am executing from Notepad. URL´s must start with rsyncuiapp://, if not RsyncUI will not recognize the command. My URL´s saved in Notepad for easy access and execution of my most used tasks. The Notepad page might also be …
Timer and Calendar
Saturday, March 01, 2025 in Blog
Categories:
The Timer and Calendar The Calendar and schedules is developed by utilizing the Timer library. The actual synchronize task is kicked off when the scheduler writes the profile name to an observed value monitored by RsyncUI. The profile name is added …
Tagging of data
Saturday, March 01, 2025 in Blog
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 …