Hi, thanks for the new release 
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…