You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes-archive/2025.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
**libmutton v0.4.0**
2
-
DRAFT
2
+
August 17, 2025
3
3
4
4
This is the largest update to libmutton yet, and as such, these patch notes are non-exhaustive.
5
5
Many minor changes and fixes to features mentioned in these patch notes have been made.
@@ -23,6 +23,9 @@ Please see the commit history for a more complete list of changes.
23
23
- (111324cc25e84a5bd8b6b8206b90b00394311590) Deletions (server-side) now follow the client through device ID changes
24
24
- (ca277ba7735dd75cc94b26c1c2357f7d3192e26b) Added the `EntryRefresh()` function for re-encrypting entries with a new passphrase/optimizing bloated entries
25
25
- (74b8261bc88fc122a25df5207b34edc3dee81e9a) Added the `LibmuttonInit()` function to ensure clients initialize libmutton as intended
26
+
- (bed23e987d89b133204991c2c34b8fa1e8e335c9) (41a12c6e4a7c09b22fac0faf6bdef5993264f5de) Added iOS clipboard support
27
+
- (3fdcc9e96d71bb4bef3baf9f43a627782237b142) (1a66a30bc184528ec971306497cca3597072202a) (d023058630958842f0f521ba2bef43b12955b9d8) Support one-time TOTP copy
28
+
- (fb2120c94ebc69f7ac8e15163f1e27b2c8057d9a) Support custom device ID prefixes
26
29
27
30
## Fixes
28
31
- (50ab27c6749d13fc6842d92259f8e0fd8fa5340c) libmutton.ini is now always created with 0600 permissions on *nix platforms
@@ -32,13 +35,13 @@ Please see the commit history for a more complete list of changes.
32
35
- Dropped
33
36
- github.com/fortis/go-steam-totp (functionality now covered by github.com/pquerna/otp)
Copy file name to clipboardExpand all lines: global/1globals.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ var (
7
7
)
8
8
9
9
const (
10
-
LibmuttonVersion="0.E.0"// 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"
10
+
LibmuttonVersion="0.4.0"// 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"
0 commit comments