Posts in 2024
  • Version 2.2.3

    Friday, December 20, 2024 in Blog

    Version 2.2.3 (build 125) - 20 December 2024 The Verify remote feature is completed. If you are utilizing this feature, please ensure that you verify either push or pull before disabling the —dry-run option. This feature is primarily intended for …

    Read more

  • Swift concurrency

    Friday, December 06, 2024 in Blog

    To begin, I must acknowledge that my understanding of Swift concurrency is limited. I am actively learning about Swift and SwiftUI. RsyncUI is a graphical user interface (GUI) application; most of its work is executed on the main thread. However, in …

    Read more

  • Version 2.2.1

    Saturday, November 30, 2024 in Blog

    Version 2.2.1 (build 120) - 30 November 2024 Occasionally, refactoring can result in unintended side effects. Verifying that a refactoring does not cause any issues can be challenging. However, when such an occurrence arises, it is crucial to …

    Read more

  • About changes

    Saturday, November 30, 2024 in Blog

    If you encounter any issues with RsyncUI or have any suggestions for improvements, please do not hesitate to contact me at thomeven@gmail.com or create an issue on GitHub. RsyncUI adheres to the concurrency model introduced in Swift 6. Refer to the …

    Read more

  • Version 2.2.0

    Friday, November 29, 2024 in Blog

    Version 2.2.0 (build 120) - 29 November 2024 The main new feature in this release is a view to verify if your local data needs to be updated from remote or not. If you are using two or more macs, which I do, and all macs synchronise data to the same …

    Read more

  • Version 2.1.8

    Thursday, November 14, 2024 in Blog

    Version 2.1.8 (build 118) - 14 November 2024 The following are updated, and the user documentation is updated as well. a few refactors and fixes, most of the code are now reviewed the estimate view is updated, an arrow points which task is estimated, …

    Read more

  • Version 2.1.6

    Tuesday, October 29, 2024 in Blog

    Version 2.1.6 (build 116) - 29 October 2024 This release is primarly review and refactor of code where appropriate. And a few minor fixes as well. And the review of code will continue until all code is checked… issue with links to the …

    Read more

  • Version 2.1.5

    Sunday, October 13, 2024 in Blog

    Version 2.1.5 (build 115) - 13 October 2024 There is a minor issue in this version, the links for documentation and the changelog in RsyncUI are not updated after new theme for documentation is applied. This is a maintenance release, some refactor of …

    Read more

  • Version 2.1.4

    Friday, September 27, 2024 in Blog

    Version 2.1.4 (build 114) - 27 September 2024 The following are updates: disable main functions during work all main functions on the sidebar including change profile, are disabled when there are remote execution like synchronization, restore and so …

    Read more

  • Version 2.1.3

    Monday, September 16, 2024 in Blog

    Version 2.1.3 (build 113) - 16 September 2024 Sorry for many updates in a few days, but sometime a previous quick bugfix is not working as expected. Which was the case with previous release. There has been a few updates in this release. Mostly in …

    Read more