Skip to content

pCloudSync-deconflict v1.1.1 - Version Option

Choose a tag to compare

@rcfa rcfa released this 24 Jul 22:52

pCloudSync-deconflict v1.1.1 🏷️

Patch release adding standard version reporting capability.

πŸ†• What's New

πŸ“‹ Version Option

  • --version flag: Display current version number
  • Standard CLI convention: Follows common command-line tool patterns
  • Help integration: Automatically appears in --help output
  • Consistent versioning: Version string now matches release tags

πŸš€ Usage

# Check version
./pCloudSync-deconflict --version
# Output: pCloudSync-deconflict 1.1.1

# Version also shown in help
./pCloudSync-deconflict --help
# Shows: usage: pCloudSync-deconflict.py [-h] [--version] [-r] ...

πŸ”§ Technical Details

  • βœ… Version synchronization: Code version now matches release tags
  • βœ… Makefile consistency: Updated VERSION variable to 1.1.1
  • βœ… Standard behavior: Exits after showing version (argparse convention)
  • βœ… Universal binary: Same performance and compatibility as v1.1.0

πŸ“¦ What's Included

  • βœ… Universal macOS Binary: Works on Intel and Apple Silicon
  • βœ… All v1.1.0 features: Interactive conflict resolution, test suite, etc.
  • βœ… Version reporting: New --version option for easy identification
  • βœ… Backward compatibility: No breaking changes from v1.1.0

🎯 Why This Update?

This small but important addition:

  • Improves usability: Users can easily check which version they're running
  • Aids troubleshooting: Essential for support and debugging
  • Follows standards: Aligns with CLI tool best practices
  • Future-proofs: Establishes consistent version reporting for future releases

πŸ”„ Migration from v1.1.0

  • βœ… Drop-in replacement: No changes to existing functionality
  • βœ… Same commands: All existing options work identically
  • βœ… Same performance: Identical behavior with version reporting bonus

Download the universal binary below - now with proper version reporting!

Previous Release: v1.1.0 | Changelog: v1.1.0...v1.1.1