Skip to content

v1.2.1 - Support for (conflicted) pattern

Latest

Choose a tag to compare

@rcfa rcfa released this 25 Jul 01:48

What's New

✨ Added support for (conflicted) pattern

  • The tool now detects and handles files with both [conflicted] and (conflicted) patterns
  • Some sync tools create conflicts with parentheses instead of square brackets
  • All features (scanning, comparing, auto-delete, and interactive resolution) work with both patterns

📦 Installation

Download the universal binary below (works on both Intel and Apple Silicon Macs).

# Download and make executable
curl -L -o pCloudSync-deconflict https://github.com/rcfa/pCloudSync-deconflict/releases/download/v1.2.1/pCloudSync-deconflict
chmod +x pCloudSync-deconflict

# Verify the version
./pCloudSync-deconflict --version

🔧 Changes

  • Updated conflict detection to recognize both [conflicted] and (conflicted) patterns
  • Enhanced test suite to cover both conflict patterns
  • Updated documentation to reflect the new capability

Full Changelog: v1.2.0...v1.2.1