Prepare for release v0.2.4

This commit is contained in:
2024-12-13 12:43:46 -05:00
parent dda33755b3
commit cfb4a2ad51
6 changed files with 40 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.TH MUTN 1 "19 October 2024" "v0.2.3" "MUTN man page"
.TH MUTN 1 "13 December 2024" "v0.2.4" "MUTN man page"
.SH NAME
\fBmutn\fR - Simple, self-hosted, SSH-synchronized password and note management based on libmutton. It is the successor to sshyp.
+31
View File
@@ -1,5 +1,36 @@
**WARNING: AS LIBMUTTON HAS NOT YET REACHED v1.0.0, [BREAKING CHANGES](https://github.com/rwinkhart/libmutton/blob/main/wiki/breaking.md) 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](https://github.com/Trojan2021/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
---
**MUTN v0.2.3**
Built with libmutton v0.2.3
October 19, 2024