mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
1.5 KiB
1.5 KiB
libmutton v0.2.1 August 13, 2024
Breaking Changes
- libmutton has been separated into its own repository and the "backend" package has been renamed to "core"
- Clients now must pass the return value of core.DirInit (oldDeviceID) to sync.DeviceIDGen
- This is for the new device ID replacement feature
- (
a1c9827c04) The sync separator constants (FSSpace, FSPath, FSMisc) have been moved to the core package
Features
- (
7d51d12b55) (be46b0d6b2) Clients can now request the server to replace their old device ID when changing to a new one - (
ed9c4e91ff) (4c54349b39) Exit codes are now specific to the type of error encountered- (
bb1ecc5bae) (cbf9139713) More potential errors have been handled
- (
Fixes
- (
9f43337437) (e861b2b6f3) The SSH client is now only created once during RunJob (prevents multiple password prompts with protected keyfiles) - (
88b7a6be6d) Config/entry files are now created with 0600 permissions - (
d67114b9ba) The TOTP copy message is no longer unnecessarily verbose - (
06b9527a33) 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