mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Prepare for release v0.3.1
This commit is contained in:
@@ -1,3 +1,31 @@
|
||||
**libmutton v0.3.1**
|
||||
April 21, 2025
|
||||
|
||||
## Features
|
||||
- (da95ede80704e667f75372e2142de4cef1dd42da) Added `EntryAddPrecheck()` utility function for ensuring the target locations for new entries are valid
|
||||
- (17223758b11eae301106f398fe2a8815a04f2d62) (44924737ab0830ad49e90c1d1930b05bba307284) (0f90e8251413af2be73f56d071c14af6c00cdb79) Added initial native Android support
|
||||
- (51bb67f3150e70c2c8e8dc3cc72de5666d7c058a) Split device ID retrieval into dedicated exported function, `GetCurrentDeviceID`
|
||||
- (4ed816cb112686d995b1cb7ae8f5df990117ae4d) Allow more control over string generation to improve generated password compatibility
|
||||
|
||||
## Fixes
|
||||
- (51bb67f3150e70c2c8e8dc3cc72de5666d7c058a) Fixed clients having multiple device IDs after failed registrations
|
||||
- (451d695649c659a510a117254a9311fe621082b1) Fixed inability to add a folder on the server if the folder was already created on a client that failed to sync
|
||||
|
||||
## Dependencies
|
||||
- Bumps (direct and indirect)
|
||||
- Go: v1.24.0 => v1.24.2
|
||||
- github.com/pkg/sftp: v1.13.7 => v1.13.9
|
||||
- golang.org/x/crypto: v0.34.0 => v0.37.0
|
||||
- golang.org/x/sys: v0.30.0 => v0.32.0
|
||||
- New
|
||||
- Android builds only
|
||||
- golang.design/x/clipboard v0.7.0
|
||||
- golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0
|
||||
- golang.org/x/image v0.26.0
|
||||
- golang.org/x/mobile v0.0.0-20250408133729-978277e7eaf7
|
||||
|
||||
---
|
||||
|
||||
**libmutton v0.3.0**
|
||||
February 22, 2025
|
||||
|
||||
@@ -12,7 +40,6 @@ February 22, 2025
|
||||
- (2feeeb74d7813dbbb75795d5ccdd817bbcea3602) `core.ParseConfig` now returns errors for proper handling in interactive clients
|
||||
- (68e3108741fae0aaf316dcf33a5074b0e19a7b4f) `sync.RunJob` can now return lists of synchronized entries for display in interactive clients
|
||||
|
||||
|
||||
## Fixes
|
||||
- (eb2b349697ede136ea031cf7d82bfb72a5a0dcf9) Deletions are now synchronized before folders to avoid sync failures under unlikely conditions
|
||||
- (fc1cd349b8c5468afa3feaf7b5b9042eb4c467e7) Double-space line breaks with Markdown formatting are now preserved when saving an entry
|
||||
|
||||
Reference in New Issue
Block a user