Skip to content

v0.2.1

Compare
Choose a tag to compare
@rwinkhart rwinkhart released this 14 Aug 02:37
· 34 commits to main since this release

WARNING: AS LIBMUTTON HAS NOT YET REACHED v1.0.0, BREAKING CHANGES IN FUTURE UPDATES ARE PLANNED

MUTN v0.2.1
Built with libmutton v0.2.1
August 13, 2024

The Tripe Transmission Update - Patch 1

This release marks the completion of splitting MUTN and libmutton into separate repositories. The server binary must now be downloaded from the libmutton releases page.

Please see the installation guide for updated instructions.

Breaking Changes

  • The server binary must also be updated to v0.2.1 (grab it here)

Features

  • From libmutton v0.2.1:
    • MUTN will now remove the previous device ID from the server when creating a new one
    • Exit codes are now specific to the type of error encountered

Fixes

  • From libmutton v0.2.1:
    • The user is no longer prompted for their ssh keyfile passphrase multiple times during synchronization
    • Config/entry files are now created with 0600 permissions
    • The TOTP copy message is no longer unnecessarily verbose
  • Function documentation is now properly formatted for display on pkg.go.dev

Dependencies

  • Bumps (direct and indirect)
    • golang.org/x/sys: v0.23.0 => v0.24.0
  • New (direct)
    • github.com/rwinkhart/libmutton: v0.2.1
      • Was previously included in this repo