Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: syncthing | Distribution: openSUSE Tumbleweed |
Version: 2.0.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Tue Aug 12 12:22:18 2025 |
Group: Productivity/Networking/File-Sharing | Build host: reproducible |
Size: 24674894 | Source RPM: syncthing-2.0.0-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://syncthing.net/ | |
Summary: Continuous File Synchronisation |
Syncthing is an application that synchronises files across multiple devices. This means the creation, modification or deletion of files on one machine will automatically be replicated to other devices.
MPL-2.0
* Tue Aug 12 2025 Marius Kittler <marius.kittler@suse.com> - Update to 2.0.0 This is the first release of the new 2.0 series. Expect some rough edges and keep a sense of adventure! Major changes: * Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. * The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag --log-level sets the default log level for all packages, and the STTRACE environment variable and GUI has been updated to set log levels per package. The --verbose and --logflags command line options have been removed and will be ignored if given. * Deleted items are no longer kept forever in the database, instead they are forgotten after six months. If your use case require deletes to take effect after more than a six month delay, set the - -db-delete-retention-interval command line option or corresponding environment variable to zero, or a longer time interval of your choosing. * Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. -home must be given as --home. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See syncthing --help and syncthing serve --help for details. * Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. * A "default folder" is no longer created on first startup. * Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. * The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. * Tue Jul 01 2025 Marius Kittler <marius.kittler@suse.com> - Update to 1.30.0 * Fixes fix(protocol): avoid deadlock with concurrent connection start and close by @calmh in #10140 fix(syncthing): avoid writing panic log to nil fd by @ardevd in #10154 * Features feat(config): expose folder and device info as metrics (fixes #9519) by @calmh in #10148 * Other build: properly propagate build tags to Debian build by @calmh in #10144 chore(protocol): don't start connection routines a second time by @imsodin in #10146 chore(protocol): only allow enc. password changes on cluster config by @imsodin in #10145 * Mon Jun 02 2025 Marius Kittler <marius.kittler@suse.com> - Update to 1.29.7 * Fixes fix(config): deep copy configuration defaults (fixes #9916) by @hazemKrimi in #10101 fix(config): mark audit log options as needing restart (fixes #10099) by @marbens-arch in #10100 fix(versioner): fix perms of created folders (fixes #9626) by @ashishbhate in #10105 fix(syncthing): ensure both config and data dirs exist at startup (fixes #10126) by @calmh in #10127 fix(gui): update uncamel() to handle strings like 'IDs' (fixes #10128) by @luckman212 in #10131 * Features feat(gui): close a modal when pressing ESC after switching modal tabs (fixes #9489) by @hazemKrimi in #10092 * Other chore(gui): add Serbian (sr) translation template by @acolomb in #10116 build: reactivate golangci-lint by @calmh in #10118 chore: move golangci-lint & meta to separate PR-only workflow by @calmh in #10119 refactor: use slices.Contains to simplify code by @pullmerge in #10121 build: process for automatic release tags by @calmh in #10133 refactor: use slices package for sort by @mrclmr in #10132 refactor: use slices package for sorting by @mrclmr in #10136 docs: general notes about v2 coming by @calmh in #10135 build: add labeler workflow for PRs by @calmh in #10143 * Tue May 06 2025 Marius Kittler <marius.kittler@suse.com> - Update to 1.29.6 * Version 1.29.5 was left out as it only contained a fix relevant on Windows * Bugfixes and enhancements: chore(lib): expose model methods to obtain progress by @pixelspark in #9886 feat(gui): explanation to options enabled or disabled per folder type by @tomasz1986 in #9367 fix(gui): validate device ID in canonical form (fixes #7291) by @mathias4833 in #10006 fix(config): remove discontinued primary STUN server (fixes #10008) by @marbens-arch in #10009 fix(stun): better error handling (ref #10008) by @calmh in #10010 chore(config): remove discontinued secondary STUN servers (fixes #10011) by @marbens-arch in #10012 chore(fs): speed up case normalization by @bt90 in #10013 build(deps): update dependencies by @calmh in #10020 feat(fs, config): add support for custom filesystem type construction by @pixelspark in #9887 build: replace underscore in Debian version by @bt90 in #10032 chore(model): add metric for total number of conflicts by @swenske in #10037 fix(config): properly apply defaults when reading folder configuration by @pixelspark in #10034 fix(config): zero filesystemtype is "basic" by @calmh in #10038 build: push artifacts to Azure by @calmh in #10044 chore(config): resolve primary STUN servers via SRV record by @bt90 in #10031 chore(fs): changes to allow Filesystem to be implemented externally by @pixelspark in #10040 fix(strings): differentiate setup(n) and set(v) up by @systemcrash in #10024 fix(gui): mark unseen disconnected devices as inactive by @tomasz1986 in #10048 fix(syncthing): use separate lock file instead of locking the certificate (fixes #10053) by @calmh in #10054 feat(api, gui): allow authentication bypass for metrics by @swenske in #10045 chore: add missing copyright in new files from infra branch by @calmh in #10055 fix(osutil): give threads same I/O priority on Linux by @TheCreeper in #10063 chore(syncthing): remove support for TLS 1.2 sync connections by @calmh in #10064 chore(gui): update dependency copyrights, add script for periodic maintenance by @rasa in #10067 chore(api): log X-Forwarded-For by @bt90 in #10035 feat(config): add option for audit file (fixes #9481) by @marbens-arch in #10066 chore(gui): use go list --deps for dependency list by @rasa in #10071 fix(strelaysrv): make the session limiter session-dependent (fixes #10072) by @szu17dmy in #10073 * Tue Apr 01 2025 Marius Kittler <marius.kittler@suse.com> - Update to 1.29.4 * Bugfixes: [#9990]: Tildes break directory autocomplete * Wed Mar 12 2025 Marius Kittler <marius.kittler@suse.com> - Update to 1.29.3 * Bugfixes: [#9929]: Unintelligible error message "setting metadata: lookup failed" * Thu Jan 16 2025 Marius Kittler <marius.kittler@suse.com> - Remove signature validation for now The signature is valid but GPG nevertheless exits with a non-zero return code. This problem has been discussed with upstream. The discussion hasn't been conclusive but it might be an issue with GPG itself. Until this is fixed I am removing the signature. * Sun Jan 12 2025 Marius Kittler <marius.kittler@suse.com> - Update to 1.29.2 * Bugfixes: [#9913]: panic: string field contains invalid UTF-8 [recovered] * Thu Jan 09 2025 Marius Kittler <marius.kittler@suse.com> - Update to 1.29.1 * Bugfixes: [#9904]: The browse API response has changed as of Syncthing v1.29.0 [#9906]: Deadlocks randomly, occasionally [#9907]: The response of "pending" APIs has changed as of Syncthing v1.29.0 [#9909]: Login into UI (Browser) not working anymore * Mon Jan 06 2025 Marius Kittler <marius.kittler@suse.com> - Update to 1.29.0 * Bugfixes: [#9855]: GUI address unix socket broken [#9872]: When socket files are in a folder that needs to be synced on linux, some files were not synced until the socket files were removed [#9875]: Clarify log message for ignored folders * Other issues: [#9870]: Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml * Tue Dec 03 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.28.1 * Bugfixes: [#9400]: Folder overlap not detected when using tilde [#9590]: WebUI table column widths broken on iPhone 12 Pro Max and wider [#9686]: Sync status stays at 'Syncing xx%" when remote device pauses the folder. [#9757]: Firefox, dark theme: device ID is hard to read [#9775]: Junctions as dirs doesn't work anymore [#9776]: Disabled checkbox panels don't respect dark theme [#9783]: gui: Address override not respected in fresh default config [#9821]: panic: runtime error: index out of range [-1] * Enhancements: [#9725]: Ignoring symbolic links when syncing on android as well * Wed Oct 16 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.28.0 * Bugfixes: [#9597]: Filenames with extended characters not ignored correctly on macOS [#9668]: The Web UI defaults to Filipino on Finnish browsers. [#9670]: lib/api: /svc/lang disregards the passed quality values [#9719]: Unable to establish/maintain multiple connections due to connection priority error * Enhancements: [#9715]: Lower the log level of "already connected to this device" to DEBUG (is: INFO) * Fri Sep 06 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.12 * Bugfixes: [#9677]: Syncthing v1.27.11 on desktop claims there are Local Additions for all folders from Android v1.27.10 * Tue Sep 03 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.11 * Other issues: [#9629]: Housekeeping: chmod -x non-executable files * Tue Aug 06 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.10 * Bugfixes: [#9455]: lib/api tests unreliable, failing ~50% of the time on Fedora Linux [#9499]: Data race in fakeFS (testing) * Remove resume service (and the related patch harden_syncthing-resume.service.patch) as it was removed upstream * Tue Jul 02 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.9 * Enhancements: [#9552]: gui: Use localised time in duration * Tue Jun 04 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.8 * Bugfixes: [#9506]: gui: Favicon not working in Firefox bookmarks * Enhancements: [#9527]: Device connection state metric * Wed May 08 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.7 * Bugfixes: [#9503]: lib/nat: panic: runtime error: index out of range * Tue Apr 09 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.6 * Bugfixes: [#9498]: Files spookily out of sync in 1.27.5 - Update bundled dependencies as usual; the update of quic-go from v0.41.0 to v0.42.0 will address CVE-2024-22189, see boo#1222487 * Tue Apr 02 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.5 * Bugfixes: [#9371]: Deleting or renaming directories when syncing xattrs or ownership causes empty dir tree to get "put back" by ST [#9407]: IndexHandler can get stuck in an undesired loop [#9417]: CPU usage increases after folder scans (and hence, over time) [#9469]: Better wrapping for device and folder names in sharing lists * Enhancements: [#8972]: Open share settings when clicking 'shared with' [#9470]: Show encryption status for devices sharing folder * Tue Mar 05 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.4 * Bugfixes: [#9369]: Panic in ignore matching on invalid UTF-8 from filesystem watcher [#9435]: syncthing should be cgroup aware * Enhancements: [#9339]: File system watcher should skip ignored directories in more cases [#9357]: Set GOMAXPROCS quota aware in Linux containers * Other issues: [#9386]: typo in folder_sendrecv.go refrences nonexistent type dbUpdateShourtcutFile [#9389]: typo: Complection → Completion ? * Tue Feb 06 2024 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.3 * Bugfixes: [#9039]: Sync from Linux to Mac with ownership - Local additions after rescan [#9241]: Versions path does not honor tilde (~) shortcut * Enhancements: [#8616]: Add CLI completion [#9151]: Add "stay logged in" checkbox to login dialog * Other issues: [#9267]: Inconsistent version requirements in lib/build and lib/upgrade [#9313]: Different lengths used for short device IDs in UI * Mon Feb 05 2024 Marius Kittler <marius.kittler@suse.com> - Make syncthing-relaysrv package resolvable by using systemd users to create the required user and group * Tue Jan 09 2024 Kyle Scheuing <kyle@kylescheuing.com> - Update to 1.27.2 * Bugfixes: [#9041]: cli subcommand does not use STHOMEDIR env var [#9183]: Filesystem watching (kqueue) is enabled … with a lot of files [#9274]: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write") * Enhancements: [#7406]: Add UPnP support for IPv6 * Other Issues: [#9247]: Embed binary releases signing key as a file instead of hardcoding a string [#9287]: quic-go v0.40.1 (CVE-2023-49295) * Mon Dec 11 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.1 * Bugfixes: [#9253]: Permission error on folder causes "connection error" dialog when opening folder editor [#9269]: panic: nil pointer dereference in (*indexHandlerRegistry).startLocked * Other issues: [#9274]: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write") * Tue Dec 05 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.27.0 * Bugfixes: [#9179]: spurious log file in $XDG_CONFIG_HOME [#9189]: Discovery Returns IP [#9208]: Display error in 1.26 with login screen * Enhancements: [#9178]: Default config (state) dir on Unixes should be ~/.local/state/syncthing ($XDG_STATE_HOME/syncthing) [#9200]: Login form: login button should have an id attribute * Wed Nov 15 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.26.1 * Bugfixes: [#9208]: Display error in 1.26 with login screen * Tue Nov 07 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.26.0 * Bugfixes: [#9072]: Omitting %s from LDAP search filter results in corrupt search filter [#9106]: Posting config with invalid versioner type causes panic [#9120]: Deduplicated files on Windows aren't treated as regular files any more (Go 1.21) [#9133]: Syncthing Docker container fails to start if underlying filesystem doesn't support chown [#9143]: traefik no longer url escape X-Forwarded-Tls-Client-Cert header [#9149]: Favicon is stuck in notify state * Enhancements: [#4137]: Use a real login screen + sessions instead of HTTP basic auth * Wed Oct 04 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.25.0 * Bugfixes: [#8274]: Usage report transport type is wrong for QUIC [#8482]: Discovery server keeps duplicate entries [#9019]: Web GUI loses config changes when doing multiple modifications (e.g. on slow hardware or remotely) [#9112]: panic: counter cannot decrease in value [#9123]: Hashed passwords via API are hashed again * Enhancements: [#141]: Use multiple simultaneous TCP connections [#5607]: Move footer links to header * Tue Sep 05 2023 Martchus <martchus@gmx.net> - Update to 1.24.0 * Bugfixes: [#8965]: v1.23.6 introduces untrusted sharing regression * Enhancements: [#5175]: Record more performance metrics [#7456]: Announce IPv6 ULA [#7973]: Restore versions file filter should be case insensitive [#8767]: Check interface for FlagRunning * Other issues: [#9021]: panic: bug: ClusterConfig called on closed or nonexistent connection [#9034]: Build with Go 1.21 out of the box * Wed Aug 09 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.13.7 * Bugfixes: [#6597]: setLowPriority should not increase process priority when already lower (in Windows) [#7698]: ursrv: unrealistic uptime data, likely due to unset RTC (1970-01-01) [#8958]: Extended attribute filter editor should be enabled when "send extended attributes" is checked [#8967]: Shared With list ends with comma on 1 device [#9001]: relaysrv crash after some weeks of operation * Enhancements: [#8890]: Do not autoexpand tilde sign (~) to an absolute home directory path [#8957]: Add environment variables for --home, --conf, and --data [#8968]: Error for Windows invalid file names should indicate the invalid character or name part * Other issues: [#8973]: 1.23.6 docker image no longer available for linux/arm/v7 [#8983]: Integrate govulncheck * Tue Jul 04 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.13.6 * Bugfixes: [#7638]: favicon not working Firefox & derivative browsers [#8899]: Omitting %s from LDAP bind DN sends corrupted bind DN string to LDAP server [#8920]: Untrusted device should be disallowed from being an introducer [#8960]: relaysrv and discosrv docker images haven't been updated for more than year * Tue Jun 06 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.13.5 * This release fixes CVE-2022-46165 “Cross-site Scripting (XSS) in Web GUI” * Bugfixes: [#8503]: "syncthing cli config devices add" reflect error when using --addresses flag [#8764]: Ignore patterns creating during folder addition are not loaded [#8778]: Tests fail on Windows with Go 1.20 [#8779]: Test cleanup fails all model tests on Windows on Go 1.20 [#8859]: Incorrect handling of path for auto accepted folder * Other issues: [#8799]: "fatal error: checkptr: converted pointer straddles multiple allocations" in crypto tests * Wed Apr 05 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.23.4 - Bugfixes: [#8851]: "Running global migration to fix encryption file sizes" on every start * Tue Apr 04 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.23.3 * Bugfixes: [#5408]: Selection of time in versions GUI not possible without editing the string inside the textfield [#8277]: Mutual encrypted sharing doesn't work (both sides with password) [#8556]: Increased file size when sharing between encrypted devices [#8599]: Key generation at connect time is slow for encrypted connections * Enhancements: [#7859]: Allow sub-second watcher delay (use case: remote development) * Other issues: [#8828]: cmd/stdiscosrv: TestDatabaseGetSet flake * Fri Mar 10 2023 Jakob Lorenz <proprietaer1@mailbox.org> - Adding a desktop file for the Web UI * Tue Mar 07 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.23.2 * Bugfixes: [#8749]: Relay listener does not restart sometimes * Enhancements: [#8660]: GUI editor for xattr filter patterns [#8781]: gui: Remove duplicate Spanish translation * Other issues: [#8768]: Update quic-go for Go 1.20 * Tue Feb 07 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.23.1 * Bugfixes: [#8325]: "accept: function not implemented" after upgrading to syncthing v1.20.1 * Mon Jan 02 2023 Marius Kittler <marius.kittler@suse.com> - Update to 1.23.0 * Bugfixes: [#8572]: Incorrect rescan interval on auto accepted encrypted folder [#8646]: Perhaps the list of devices contains empty elements [#8686]: Properly indicate whether a connection is "LAN" or not in the GUI * Tue Dec 06 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.22.2 * Bugfixes: [#3744]: Folders with custom icons not deletable on Windows [#8570]: Incorrect rescan interval when add encrypted folder with watch for changes enabled [#8592]: Newly added "connection type" icon and text in device info is slightly misaligned [#8630]: Enabling rate limit drastically reduces network performance [#8654]: Conflicts created on Android on files modified by other devices [#8657]: Xattrs not properly applied to directories, causes rescan/resync loop [#8661]: webgui complains about not set password in ldap mode [#8682]: syncthing generate command writes the deviceId to stderr instead of stdout as INFO * Enhancements: [#2771]: Add mailto link to "Show ID" dialog, for sending device ID via email [#7703]: Show if devices have not connected in a long time [#8638]: Use healtcheck endpoint for docker [#8686]: LAN detection via subnetmask * Other issues: [#8601]: Build fails due to setting xattrs that affect SELinux, "permission denied" [#8679]: Bump quic-go * Wed Nov 02 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.22.1 * Bugfixes: [#8084]: Scope ID should be filtered out of IPv6 addresses when using Remote GUI [#8569]: Periodic connection losses to webui because docker image doesn't support upgrade [#8594]: Extended attributes are only synced one way * Enhancements: [#3987]: Private relay server with authentication [#8244]: Show connection type in Remote Devices [#8430]: Add HTTP health check without using API Token * Tue Oct 04 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.22.0 * Bugfixes: [#3868]: gui: Auto select of device ID is broken on Internet Explorer [#7068]: "Restore Versions" GUI breaks when path exists as both directory and file [#7965]: Trash Can File Versioning always throws errors on restore (even when succeeded) [#7988]: Unexpected cleanup behavior for Simple File Versioning [#8529]: WebGUI is displayed incorrectly on "tablet sized" screens * Enhancements: [#2698]: Sync extended file attributes on supported file systems [#7603]: WebUI tooltip inconsistencies [#8506]: macOS Monterey 12.5.1 aliases break after sync * Tue Sep 06 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.21.0 * Bugfixes: [#8219]: REST API: db/completion no output when one folder is paused [#8479]: Panic in failure reporting * Enhancements: [#1329]: Add support for syncing ownership of files [#7981]: Show likely status of disconnected devices [#8296]: Auto-accepted receive-encrypted folders should have more sensible defaults [#8323]: Show internally used paths in the GUI for debugging [#8448]: Remove "restart on wakeup" functionality * Wed Aug 03 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.20.4 * Bugfixes: [#7458]: Syncthing announces address of interface which is down [#8479]: Panic in failure reporting * Enhancements: [#8007]: Support listing the discovered devices using the cli * Tue Jul 05 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.20.3 * Bugfixes: [#8369]: Shared device names are missing from "Edit Folder -> Sharing" [#8376]: Chrome Autofill Breaks Authentication [#8386]: Ignore patterns with wildcard and non-ASCII characters don't work as expected * Enhancements: [#8393]: Warn if two devices are introducers to each other * Thu Jun 09 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.20.2 * Bugfixes: [#7289]: TCP port 0 is announced in the LAN beacon [#8314]: https://relays.syncthing.net/endpoint contains non-valid URLs with spaces [#8355]: Upgrading from v1.19.2 to v1.20.x now requires chmod for syncing files * Enhancements: [#8264]: Include default ignore patterns in the GUI's advanced configuration editor [#8310]: Indicate folders / devices where the remote end is paused. * Wed May 04 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.20.1 * Bugfixes: [#8320]: Spurious failure of new connections ("unknown (newer?) version of the protocol" etc) * Tue May 03 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.20.0 * Bugfixes: [#7855]: Watching for changes using too many system resources on BSDs (kqueue) [#8020]: Dangling symlink prevents filesystem watcher on Solaris [#8232]: Missing include file endlessly spams log [#8258]: The latest version does not support go1.18 compilation!! [#8261]: TypeError: Cannot read properties of null (reading 'status') in the GUI after killing Syncthing * Enhancements: [#8202]: Indicate folders / devices where the remote end has not accepted sharing. [#8282]: Change default log format to include date * Other issues: [#8279]: Simplify tests using T.TempDir * Tue Apr 05 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.19.2 * Enhancements: [#8180]: Make error message upon reaching the free space quota more clear * Wed Mar 02 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.19.1 * Bugfixes (1.19.1): [#7850]: junctionsAsDirs requires folder pause and resume to trigger [#7924]: notify: File mode change events not emitted on MacOS/FSEvents watcher [#8083]: Device ID should be read-only and "nearby devices" should be hidden when adding a new pending device [#8143]: Behavior of discovery server doesn't match documentation [#8145]: Folder ID not editable in add folder dialog * Enhancements (1.19.1): [#7942]: Improve error message about folder marker outside of folder [#8130]: CLI: add command to print pending folders offered by specific device * Bugfixes (1.19.0): [#8103]: API: /rest/system/connections has misleading "total" entries * Enhancements (1.19.0): [#7428]: Add ignore patterns to folder defaults [#8090]: Allow specifying ports in --generate * Fri Jan 14 2022 Marius Kittler <marius.kittler@suse.com> - Update to 1.18.6 * Enhancements: [#8050]: Display a warning when the ignore delete option is enabled [#8068]: Request: show pending devices/folders in CLI
/usr/bin/syncthing /usr/lib/systemd/system/syncthing@.service /usr/lib/systemd/user/syncthing.service /usr/share/applications/syncthing-ui.desktop /usr/share/doc/packages/syncthing /usr/share/doc/packages/syncthing/AUTHORS /usr/share/doc/packages/syncthing/CONDUCT.md /usr/share/doc/packages/syncthing/CONTRIBUTING.md /usr/share/doc/packages/syncthing/README.md /usr/share/licenses/syncthing /usr/share/licenses/syncthing/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Aug 15 22:31:53 2025