gui, man, authors: Update docs, translations, and contributors

This commit is contained in:
Syncthing Release Automation
2022-04-18 03:54:08 +00:00
parent 3907cb0693
commit 100142067d
28 changed files with 69 additions and 42 deletions
+20 -1
View File
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "SYNCTHING-CONFIG" "5" "Apr 05, 2022" "v1.19.2" "Syncthing"
.TH "SYNCTHING-CONFIG" "5" "Apr 13, 2022" "v1.19.2" "Syncthing"
.SH NAME
syncthing-config \- Syncthing Configuration
.SH SYNOPSIS
@@ -1515,6 +1515,13 @@ detailed in /advanced/option\-insecure\-allow\-old\-tls\-versions\&.
<untrusted>false</untrusted>
<remoteGUIPort>0</remoteGUIPort>
</device>
<ignores>
<line>!foo2</line>
<line>// comment</line>
<line>(?d).DS_Store</line>
<line>*2</line>
<line>qu*</line>
</ignores>
</defaults>
.ft P
.fi
@@ -1546,6 +1553,18 @@ applies to folders automatically accepted from a remote device.
Even sharing with other remote devices can be done in the template by
including the appropriate \fI\%folder.device\fP element underneath.
.UNINDENT
.INDENT 0.0
.TP
.B ignores
New in version 1.19.0.
.sp
Template for the ignore patterns applied to new
folders. These are copied to the \fB\&.stignore\fP file when a folder is
automatically accepted from a remote device. The GUI uses them to pre\-fill
the respective field when adding a new folder as well. In XML, each pattern
line is represented as by a \fB<line>\fP element.
.UNINDENT
.SS Listen Addresses
.sp
The following address types are accepted in sync protocol listen addresses.