What’s New

macfuse macfuse-5.1.2

macfuse-5.1.2

macFUSE 5.1.2

Added 1
  • Add support for streaming logs using the log subcommand
Changed 1
  • Improve automatic file system extension registration with support for manual registration using the install subcommand and a --force flag to remove duplicate extensions
Fixed 1
  • Resolve compatibility issues with legacy versions of macOS by removing the io.macfuse.app.launchservice.broker launch service on unsupported versions
FSModule (FSKit Backend)
  • Improve automatic file system extension registration

    The file system extensions are registered automatically before mounting a volume and can be registered manually using the install subcommand. The --force flag removes any duplicate extensions before registering the current set.

    /Library/Filesystems/macfuse.fs/Contents/Resources/macfuse.app/Contents/MacOS/macfuse install --force
    
  • Add support for streaming logs using the log subcommand

    /Library/Filesystems/macfuse.fs/Contents/Resources/macfuse.app/Contents/MacOS/macfuse log stream
    
  • Resolve compatibility issues with legacy versions of macOS

    Previous releases installed the io.macfuse.app.launchservice.broker launch service on unsupported versions of macOS, which could result in the service crashing and the installer hanging. This release removes the service on unsupported versions of macOS.

View original

Discussion