mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
Prepare for release v0.4.3
This commit is contained in:
@@ -1,3 +1,20 @@
|
|||||||
|
**libmutton v0.4.3**
|
||||||
|
November 23, 2025
|
||||||
|
|
||||||
|
This release fixes a minor bug and dependency-derived security issues.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- (711515f3a1e368c28abb63c25b6a79a309844645) Fix subprocesses being killed prematurely when the main process is force quit
|
||||||
|
- Fixes issues with master password caching and clipboard clearing
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
- Bumped (direct/replaced)
|
||||||
|
- golang.org/x/crypto: v0.43.0 => v0.45.0
|
||||||
|
- Addresses CVE-2025-58181 and CVE-2025-47914
|
||||||
|
- github.com/rwinkhart/rcw: v0.2.3 => v0.2.4
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
**libmutton v0.4.2**
|
**libmutton v0.4.2**
|
||||||
November 09, 2025
|
November 09, 2025
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
LibmuttonVersion = "0.4.2" // Untagged releases feature a letter suffix corresponding to the eventual release version, e.g "0.2.A" -> "0.2.0", "0.2.B" -> "0.2.1"
|
LibmuttonVersion = "0.4.3" // Untagged releases feature a letter suffix corresponding to the eventual release version, e.g "0.2.A" -> "0.2.0", "0.2.B" -> "0.2.1"
|
||||||
|
|
||||||
FSSpace = "\u259d" // ▝ Space/list separator
|
FSSpace = "\u259d" // ▝ Space/list separator
|
||||||
FSPath = "\u259e" // ▞ Path separator
|
FSPath = "\u259e" // ▞ Path separator
|
||||||
|
|||||||
Reference in New Issue
Block a user