This release updates the CLI to use subcommands and adds the subcommands
cli (previously standalone stcli utility) and decrypt (for offline
verifying and decrypting encrypted folders).
With this release we invite everyone to test the “untrusted (encrypted)
devices” feature. You should not use it yet on important production
data. Thus UI controls are hidden behind a feature flag. For more
information, visit:
Bugfixes
#7198: Removing a folder and re-adding it again (untrusted) makes it not sync until restart
#7385: infinite filesystem recursion due to missing file id
#7419: panic “Snapshot(): database is closed” on start after wiping database
#7429: “Ignore Patterns” tab disappears after visiting “Folder Defaults”
#7434: Non-DNS-like computer name fails creation of HTTPS certificate
As noted in the release notes, stcli is now integrated, however, it seem to have a side-effect of slightly changed flags.
I’m getting this when my v.1.14 scripts try to start ST after the upgrade:
syncthing: error: unknown flag --config, did you mean "--conf"?
changing the command in my scripts from syncthing --config=<dir> to syncthing --conf=<dir> fixes that.
Docs still mention the --config as the flag to use btw.
Not sure if the change to pre-syncthing cli <stuff> flags was intentional, but it changes the interface, which may break scripts/automation for people…