Skip to content

Tags: rsyncOSX/RsyncUI

Tags

v2.8.4rc1

Toggle v2.8.4rc1's commit message
Merge branch 'version-2.8.4-streaming' 

v2.8.2

Toggle v2.8.2's commit message
Update Params.swift 

v2.8.1

Toggle v2.8.1's commit message
Update Logging.swift 

v2.8.0

Toggle v2.8.0's commit message
Refactor initialization in EstimateExecute Moved shared property assignments outside the switch statement in the EstimateExecute initializer to reduce code duplication and improve readability.

v2.7.8

Toggle v2.7.8's commit message
Update Makefile 

v2.7.6

Toggle v2.7.6's commit message
Reduce logging of drained text in process classes Commented out verbose log statements for drained text in ProcessCommand, ProcessRsyncOpenrsync, and ProcessRsyncVer3x to reduce log output and improve readability. Updated other log messages in ProcessCommand to use the correct class name.

v2.7.5

Toggle v2.7.5's commit message
Enable demo schedule mode and adjust UI widths Uncommented and enabled the scheduledemomode flag in SharedReference. Updated AddSchedule to show the demo button when scheduledemomode is true. Increased column and frame widths in ConfigurationsTableDataView and TasksView for improved UI layout.

v2.7.4

Toggle v2.7.4's commit message
Remove demo schedule mode and related code Eliminates the scheduledemomode flag and all conditional logic for demo schedules throughout the app. Demo schedule UI elements and toggles are now commented out, and demo/test schedule logic is removed from AddSchedule, CalendarMonthView, and Logsettings. ObservableSchedulesDEMO and test data timings are updated for consistency.

v2.7.3

Toggle v2.7.3's commit message
Bump version to 2.7.3 and update project version Updated the Makefile and Xcode project settings to reflect version 2.7.3 and incremented CURRENT_PROJECT_VERSION to 164 for all targets. This prepares the project for the next release.

v2.7.1

Toggle v2.7.1's commit message
Update Package.resolved