Version 2.7.9

Version 2.7.9 (build 170) - in development and test

Scheduled for release in about mid December 2025.

Currently, the main modification between this version and version 2.7.8 (released version) is the utilization of the most recent refactored Swift Packages (SPM). It is important to note that this version is still under testing. All SPM packages include their own testing mechanisms, and all tests have been successfully passed. However, a test is only as reliable as the methodology employed to develop it. Testing SW is a science in itself, and test SW for all possible input is not possible. Nevertheless, Swift Testing and using SPM’s are excellent tools for code quality and identifying potential bugs.

Therefore, there may still be undiscovered bugs.

SPM packages are generally small and focused on a specific purpose, which simplifies testing for edge cases and typical usage scenarios. Nevertheless, it is crucial to remember that no code is entirely bug-free.

Main Repository

Swift Packages used by RsyncUI

All SPM packages are refactored, updated, and checked into the main branch. RsyncUI is a depended on all packages, but the last one is not mandatory. SSH keys can be generated via command line.

Last modified November 26, 2025: Update Version279.md (148a686)