Prepare for release v0.3.0

This commit is contained in:
2025-08-17 14:03:28 -04:00
parent 25aaeb74a3
commit 32f9dd45fa
6 changed files with 14 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.TH MUTN 1 "01 June 2025" "v0.D.0" "MUTN man page"
.TH MUTN 1 "17 August 2025" "v0.3.0" "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.
+6 -3
View File
@@ -2,7 +2,7 @@
**MUTN v0.3.0**
Built with libmutton v0.4.0
DRAFT
August 17, 2025
# The Cryptic Cuts Update
This is the largest update to MUTN yet, and as such, these patch notes are non-exhaustive.
@@ -26,6 +26,8 @@ Additionally, it requires previously created entries to be converted using the c
3. (45c03f0fe4435cb7e619c80b2a91157405d2a7c9) Setting/changing the editor used for notes
## Changes
- (a7a92e78b565799a04e683d8eae28b6791720c08) Re-licensed under the AGPL 3.0
- I would prefer a more permissive license, but this is a legal requirement due to MUTN's use of go-highlite, which is based on [an AGPL project](https://github.com/jessp01/gohighlight)
- (0895dcba8ae3435b35e1821ece9a6a924fde5905) (52628dba0a3a959784a6706216615bb7babced09) A temporary fork of Glamour v0.7.0 is now used
- This fixes the long-dreaded startup latency caused by Glamour's dependency on [Chroma](https://github.com/alecthomas/chroma)
- Chroma has been replaced with [go-highlite](https://github.com/rwinkhart/go-highlite)
@@ -43,11 +45,12 @@ Additionally, it requires previously created entries to be converted using the c
- github.com/alecthomas/chroma/v2 was dropped as part of the Glamour fork
- github.com/fortis/go-steam-totp was dropped due to libmutton now using one package for all TOTP generation
- Bumped (direct)
- Go: v1.24.2 => 1.24.4
- Go: v1.24.2 => 1.24.6
- github.com/rwinkhart/libmutton: v0.3.1 => v0.4.0
- golang.org/x/term: v0.31.0 => v0.32.0
- golang.org/x/term: v0.31.0 => v0.34.0
- Added (direct)
- github.com/rwinkhart/go-boilerplate v0.1.0
---
**MUTN v0.2.6**