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
*[S3](/s3/) backend updated to use [AWS SDKv2](https://github.com/aws/aws-sdk-go-v2) as v1 is now unsupported.
18
+
* The matrix of providers and auth methods is huge and there could be problems with obscure combinations.
19
+
* Please report problems in a [new issue](https://github.com/rclone/rclone/issues/new/choose) on Github.
20
+
* New commands
21
+
*[config encryption](/commands/rclone_config_encryption/): set, remove and check to manage config file encryption (Nick Craig-Wood)
22
+
* New Features
23
+
* build
24
+
* Update to go1.23 and make go1.21 the minimum required version (Nick Craig-Wood)
25
+
* Update all dependencies (Nick Craig-Wood)
26
+
* Disable wasm/js build due to [go bug #64856](https://github.com/golang/go/issues/64856) (Nick Craig-Wood)
27
+
* Enable custom linting rules with ruleguard via gocritic (albertony)
28
+
* Update logging statements to make `--use-json-log` work always (albertony)
29
+
* Adding new code quality tests and fixing the fallout (albertony)
30
+
* config
31
+
* Internal config re-organised to be more consistent and make it available from the rc (Nick Craig-Wood)
32
+
* Avoid remotes with empty names from the environment (albertony)
33
+
* Make listing of remotes more consistent (albertony)
34
+
* Make getting config values more consistent (albertony)
35
+
* Use `--password-command` to set config file password if supplied (Nick Craig-Wood)
36
+
* doc fixes (albertony, crystalstall, David Seifert, Eng Zer Jun, Ernie Hershey, Florian Klink, John Oxley, kapitainsky, Mathieu Moreau, Nick Craig-Wood, nipil, Pétr Bozsó, Russ Bubley, Sam Harrison, Thearas, URenko, Will Miles, yuval-cloudinary)
37
+
* fs: Allow semicolons as well as spaces in `--bwlimit` timetable parsing (Kyle Reynolds)
38
+
* help
39
+
* Global flags help command now takes glob filter (albertony)
40
+
* Make help command output less distracting (albertony)
41
+
* lib/encoder: Add Raw encoding for use where no encoding at all is required, eg `--local-encoding Raw` (URenko)
42
+
* listremotes: Added options for filtering, ordering and json output (albertony)
43
+
* nfsmount
44
+
* Make the `--sudo` flag work for umount as well as mount (Nick Craig-Wood)
45
+
* Add `-o tcp` option to NFS mount options to fix mounting under Linux (Nick Craig-Wood)
0 commit comments