mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Prepare for release v0.2.4
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
LibmuttonVersion = "0.2.E" // 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.2.4" // 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
|
||||||
|
|||||||
@@ -1,3 +1,23 @@
|
|||||||
|
**libmutton v0.2.4**
|
||||||
|
December 13, 2024
|
||||||
|
|
||||||
|
## IMPORTANT
|
||||||
|
- This release includes a dependency bump to address a high-severity CVE (CVE-2024-45337) - Please update as soon as possible!
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
- (91fdeb53d5b58fe0a554ef29c1384a50b1a9ec33) 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 => v1.23.4
|
||||||
|
- github.com/pkg/sftp: v1.13.6 => v1.13.7
|
||||||
|
- golang.org/x/crypto: v0.28.0 => v0.31.0
|
||||||
|
- Addresses CVE-2024-45337
|
||||||
|
- golang.org/x/sys: v0.26.0 => v0.28.0
|
||||||
|
- golang.org/x/term: v0.25.0 => v0.27.0
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
**libmutton v0.2.3**
|
**libmutton v0.2.3**
|
||||||
October 19, 2024
|
October 19, 2024
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user