Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@rwinkhart rwinkhart released this 13 Dec 17:49
· 3 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.4
Built with libmutton v0.2.4
December 13, 2024

The Tripe Transmission Update - Patch 4

This release updates libmutton to v0.2.4 and includes only a minor tweak and some dependency bumps.

IMPORTANT

  • This release includes a dependency bump to address a high-severity CVE (CVE-2024-45337) - Please update as soon as possible!

Changes

  • A build option/tag was added (BEAN) for building with experimental BEAN Markdown rendering support (instead of Glamour)
    • Note that the BEAN Markdown renderer is a new project and is not near complete
    • The pre-compiled binaries provided below do not make use of this new build tag (they are still Glamour-based)
  • From libmutton v0.2.4:
    • The MIME type of data copied to the clipboard on UNIX-like systems (X11 and Wayland) is now statically set to "text/plain" to avoid potential issues with type inference

Dependencies

  • Bumps (direct and indirect)
    • Go: v1.23.2 => 1.23.4
    • github.com/rwinkhart/libmutton: v0.2.3 => v0.2.4
    • github.com/charmbracelet/x/ansi: v0.4.0 => v0.5.2
    • github.com/pkg/sftp: v1.13.6 => v1.13.7
    • golang.org/x/crypto: v0.28.0 => v0.31.0
    • golang.org/x/net: v0.30.0 => v0.32.0
    • golang.org/x/sys: v0.26.0 => v0.28.0
    • golang.org/x/term: v0.25.0 => v0.27.0