Breaking Changes
FUSE Removed - Complete Architecture Overhaul
cntr 2.0.0 represents a major architectural redesign. The FUSE-based filesystem approach has been completely removed in favor of a simpler, more reliable implementation using Linux's new mount API and bind mounts.
What this means for users:
- No more FUSE dependency - cntr now works in environments where FUSE is un...