Prepare for release v0.2.6

This commit is contained in:
2025-04-21 18:17:53 -04:00
parent 34136633d9
commit b366d1e13e
6 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.TH MUTN 1 "22 February 2025" "v0.2.5" "MUTN man page"
.TH MUTN 1 "21 April 2025" "v0.2.6" "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.6**
Built with libmutton v0.3.1
April 21, 2025
# The Tripe Transmission Update - Patch 6
This release updates libmutton to v0.3.1 and brings in some minor bug fixes.
## libmutton-derived Changes
- See [libmutton's release notes](https://github.com/rwinkhart/libmutton/releases/tag/v0.3.1)
- Highlight feature: (34136633d93749bb75d680537ee2191a49d9d276) Added a new password generation option for moderately complex strings (better compatibility with many services than the previous complex passwords)
- The previous generator is still accessible as the "ultra complex" option
## Fixes
- (8166bfcfbe960d77b33e42de35fd0b31c9751039) Notes can once again be removed from entries
## Dependencies
- Bumps (direct and indirect)
- Go: v1.24.0 => 1.24.2
- github.com/rwinkhart/libmutton: v0.3.0 => v0.3.1
- golang.org/x/term: v0.29.0 => v0.31.0
- golang.org/x/crypto: v0.34.0 => v0.37.0
- golang.org/x/net: v0.35.0 => v0.39.0
- golang.org/x/sys: v0.30.0 => v0.32.0
- github.com/pkg/sftp: v1.13.7 => v1.13.9
- github.com/alecthomas/chroma/v2: v2.15.0 => v2.16.0
- github.com/yuin/goldmark: v1.7.8 => v1.7.10
- github.com/yuin/goldmark-emoji: v1.0.4 => v1.0.6
---
**MUTN v0.2.5**
Built with libmutton v0.3.0
February 22, 2025