Skip to content

Tags: bt90/syncthing

Tags

v1.14.0-rc.2

Toggle v1.14.0-rc.2's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.14.0-rc.2

This release adds configurable device and folder defaults.

The output format of the [/rest/db/browse
endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has
changed.

Bugfixes:

- syncthing#5426: Old device removed from introducer isn't removable from other devices
- syncthing#6086: Default Folder uses different config than user-created folders
- syncthing#7257: Rescan All button should be greyed out when all folders are paused.
- syncthing#7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files
- syncthing#7267: GUI log tailing is broken if closed when scrolled up
- syncthing#7268: Data requests block each other, and some API requests, due to casefs lock contention
- syncthing#7270: Data requests block API requests that also touch the filesystem
- syncthing#7273: Data requests block adding new folder
- syncthing#7280: Stopped folder not synchronizing after a rescan
- syncthing#7284: Do not touch .stignore on saving folder config when ignore patterns have not changed
- syncthing#7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration
- syncthing#7333: Encrypted folder fails to serve files < 1024 bytes
- syncthing#7347: “TypeError: Cannot set property ‘connected’ of undefined” error when removing devices
- syncthing#7354: Error message when external versioning fails is ambiguous
- syncthing#7371: junctionsAsDirs requires Syncthing restart to trigger

Enhancements:

- syncthing#944: Handle info labels that are longer than available space
- syncthing#4224: Editable default values for folders, devices
- syncthing#5187: Remove pending folders if remote device no longer announces them
- syncthing#6949: Visual eye sore on Advanced Configuration page.
- syncthing#7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall

Other issues:

- syncthing#7344: Very slow tests due to encryption token generation

v1.14.0-rc.1

Toggle v1.14.0-rc.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
imsodin Simon Frei
v1.14.0

This release adds configurable device and folder defaults.

The output format of the [/rest/db/browse
endpoint](https://docs.syncthing.net/rest/db-browse-get.html) has
changed.

Bugfixes:

- syncthing#5426: Old device removed from introducer isn't removable from other devices
- syncthing#6086: Default Folder uses different config than user-created folders
- syncthing#7257: Rescan All button should be greyed out when all folders are paused.
- syncthing#7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files
- syncthing#7267: GUI log tailing is broken if closed when scrolled up
- syncthing#7268: Data requests block each other, and some API requests, due to casefs lock contention
- syncthing#7270: Data requests block API requests that also touch the filesystem
- syncthing#7273: Data requests block adding new folder
- syncthing#7280: Stopped folder not synchronizing after a rescan
- syncthing#7284: Do not touch .stignore on saving folder config when ignore patterns have not changed
- syncthing#7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration
- syncthing#7333: Encrypted folder fails to serve files < 1024 bytes

Enhancements:

- syncthing#4224: Editable default values for folders, devices
- syncthing#5187: Remove pending folders if remote device no longer announces them
- syncthing#6949: Visual eye sore on Advanced Configuration page.
- syncthing#7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall

Other issues:

- syncthing#7344: Very slow tests due to encryption token generation

v1.13.1

Toggle v1.13.1's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.13.1

This release adds configuration options for min/max connections (see
https://docs.syncthing.net/advanced/option-connection-limits.html) and
moves the storage of pending devices/folders from the config to the
database (see
https://docs.syncthing.net/dev/rest.html#cluster-endpoints).

Bugfixes:

- syncthing#7005: panic: nil pointer dereference because (*db.Lowlevel)getMetaAndCheck() returns nil
- syncthing#7076: File not detected due to watching reporting events on old, deleted path
- syncthing#7165: Connections aren't actually closed when closing a protocol connection
- syncthing#7184: Spurious unexpected directory in untrusted folder
- syncthing#7197: In Recent Changes, the Device column is empty
- syncthing#7231: panic: deadlock detected at fmut

Enhancements:

- syncthing#7176: Active connections min/max setting
- syncthing#7178: Pending devices and folders should live in the database instead of configuration

Other issues:

- syncthing#6551: Test failure because of umask

v1.13.0

Toggle v1.13.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
imsodin Simon Frei
v1.13.0

This release adds configuration options for min/max connections (see
https://docs.syncthing.net/advanced/option-connection-limits.html) and
moves the storage of pending devices/folders from the config to the
database (see
https://docs.syncthing.net/dev/rest.html#cluster-endpoints).

Bugfixes:

- syncthing#7005: panic: nil pointer dereference because (*db.Lowlevel)getMetaAndCheck() returns nil
- syncthing#7076: File not detected due to watching reporting events on old, deleted path
- syncthing#7165: Connections aren't actually closed when closing a protocol connection
- syncthing#7184: Spurious unexpected directory in untrusted folder
- syncthing#7197: In Recent Changes, the Device column is empty
- syncthing#7231: panic: deadlock detected at fmut

Enhancements:

- syncthing#7176: Active connections min/max setting
- syncthing#7178: Pending devices and folders should live in the database instead of configuration

Other issues:

- syncthing#6551: Test failure because of umask

v1.13.0-rc.1

Toggle v1.13.0-rc.1's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.13.0

This release adds configuration options for min/max connections (see
https://docs.syncthing.net/advanced/option-connection-limits.html) and
moves the storage of pending devices/folders from the config to the
database (see
https://docs.syncthing.net/dev/rest.html#cluster-endpoints,
https://docs.syncthing.net/events/pendingdeviceschanged.html, and
https://docs.syncthing.net/events/pendingfolderschanged.html).

Bugfixes:

- syncthing#7005: panic: nil pointer dereference because (*db.Lowlevel)getMetaAndCheck() returns nil
- syncthing#7076: File not detected due to watching reporting events on old, deleted path
- syncthing#7165: Connections aren't actually closed when closing a protocol connection
- syncthing#7184: Spurious unexpected directory in untrusted folder
- syncthing#7197: In Recent Changes, the Device column is empty
- syncthing#7231: panic: deadlock detected at fmut

Enhancements:

- syncthing#7176: Active connections min/max setting
- syncthing#7178: Pending devices and folders should live in the database instead of configuration

Other issues:

- syncthing#6551: Test failure because of umask

v1.12.1

Toggle v1.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.12.1

Bugfixes:

- syncthing#7075: Invalid names are allowed and "auto accepted" in folder root path on Windows
- syncthing#7122: Sometimes indexes for some folders aren't sent after starting Syncthing
- syncthing#7137: [Untrusted] Remove Unexpected Items leaves things behind
- syncthing#7138: Wrong theme on selection
- syncthing#7144: Quic spamming address resolving
- syncthing#7152: Restart of Syncthing with receive-encrypted folder creates sync-conflicts, adds as unexpected items
- syncthing#7153: Deleted locally changed items still shown as locally changed

Enhancements:

- syncthing#4824: Allow specifying remote expected web UI port which would generate a href somewhere
- syncthing#7117: Ignore fsync errors when saving ignore files

v1.12.1-rc.1

Toggle v1.12.1-rc.1's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.12.1-rc.1

Bugfixes:

- syncthing#7075: Invalid names are allowed and "auto accepted" in folder root path on Windows
- syncthing#7122: Sometimes indexes for some folders aren't sent after starting Syncthing
- syncthing#7137: [Untrusted] Remove Unexpected Items leaves things behind
- syncthing#7138: Wrong theme on selection
- syncthing#7144: Quic spamming address resolving
- syncthing#7152: Restart of Syncthing with receive-encrypted folder creates sync-conflicts, adds as unexpected items
- syncthing#7153: Deleted locally changed items still shown as locally changed

Enhancements:

- syncthing#4824: Allow specifying remote expected web UI port which would generate a href somewhere
- syncthing#7117: Ignore fsync errors when saving ignore files

v1.12.0

Toggle v1.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.12.0

This release adds a new config REST API. Also adds initial support for
untrusted (encrypted) devices, for testing purposes only. (Separate
documentation to be provided on how to enable and test this
functionality.)

Bugfixes:

- syncthing#5360: Dangling symlink prevents filesystem watcher on FreeBSD
- syncthing#6664: Panic due to internal folder context used on exported methods
- syncthing#7063: panic: runtime error: invalid memory address or nil pointer dereference
- syncthing#7077: GUI stuck with "id is not defined" error when trying to ignore non-existent folder
- syncthing#7098: File deletions are not being synced in newly shared folders

Enhancements:

- syncthing#6540: Config PATCH/PUT/DELETE API
- syncthing#7099: Add a html message to GUI when javascript is disabled
- syncthing#7108: Certificate for relaysrv with better naming

v1.12.0-rc.4

Toggle v1.12.0-rc.4's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.12.0-rc.4

This release adds a new config REST API. Also adds initial support for
untrusted (encrypted) devices, for testing purposes only. (Separate
documentation to be provided on how to enable and test this
functionality.)

Bugfixes:

- syncthing#5360: Dangling symlink prevents filesystem watcher on FreeBSD
- syncthing#6664: Panic due to internal folder context used on exported methods
- syncthing#7063: panic: runtime error: invalid memory address or nil pointer dereference
- syncthing#7077: GUI stuck with "id is not defined" error when trying to ignore non-existent folder
- syncthing#7098: File deletions are not being synced in newly shared folders

Enhancements:

- syncthing#6540: Config PATCH/PUT/DELETE API
- syncthing#7099: Add a html message to GUI when javascript is disabled
- syncthing#7108: Certificate for relaysrv with better naming

v1.12.0-rc.3

Toggle v1.12.0-rc.3's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.12.0-rc.3

This release adds a new config REST API. Also adds initial support for
untrusted (encrypted) devices, for testing purposes only. (Separate
documentation to be provided on how to enable and test this
functionality.)

Bugfixes:

- syncthing#5360: Dangling symlink prevents filesystem watcher on FreeBSD
- syncthing#6664: Panic due to internal folder context used on exported methods
- syncthing#7063: panic: runtime error: invalid memory address or nil pointer dereference
- syncthing#7077: GUI stuck with "id is not defined" error when trying to ignore non-existent folder
- syncthing#7098: File deletions are not being synced in newly shared folders

Enhancements:

- syncthing#6540: Config PATCH/PUT/DELETE API
- syncthing#7099: Add a html message to GUI when javascript is disabled
- syncthing#7108: Certificate for relaysrv with better naming