Note: This is a major release
- SSH Remote Syncing: Added support for synchronizing files to and from remote SSH servers.
- Directory Timestamp Propagation: Preserves and propagates timestamps for directories.
- Archive Directories: Introduced support for copying directly from archive-dirs.
- Reflink Support: Added native reflink support for efficient copy-on-write functionality.
- New Flags (--copy-duplicates, --[archive-]one-file-system): Added new command-line options for advanced duplicate handling and filesystem boundary constraints.
- Go Upgrade: Updated the Go version along with various library dependencies to their latest versions.
- Security Improvements: Applied security best practices and recommendations from the OpenSSF Scorecard report.
- CI/CD Simplification: Removed SHA pinning for GitHub Actions steps.
- Code Quality: Fixed various lint errors and applied code formatting fixes.
Major contributor: @Finomosec