v1.29.7-ls185
·
3 commits
to master
since this release
CI Report:
https://ci-tests.linuxserver.io/linuxserver/syncthing/v1.29.7-ls185/index.html
LinuxServer Changes:
Rebase to Alpine 3.21.
Remote Changes:
Syncthing 2 is coming
Syncthing version 1.x will soon be replaced by Syncthing version 2.x.
Version 2 brings a new database format and various cleanups, but remains
protocol compatible with Syncthing 1.
More detailed information about Syncthing 2 can be found in the release
notes at https://github.com/syncthing/syncthing/releases.
This release is also available as:
- APT repository: https://apt.syncthing.net/
- Docker image:
docker.io/syncthing/syncthing:1.29.7
orghcr.io/syncthing/syncthing:1.29.7
({docker,ghcr}.io/syncthing/syncthing:1
to follow just the major version)
What's Changed
Fixes
- fix(config): deep copy configuration defaults (fixes #9916) by @hazemKrimi in syncthing/syncthing#10101
- fix(config): mark audit log options as needing restart (fixes #10099) by @marbens-arch in syncthing/syncthing#10100
- fix(versioner): fix perms of created folders (fixes #9626) by @ashishbhate in syncthing/syncthing#10105
- fix(syncthing): ensure both config and data dirs exist at startup (fixes #10126) by @calmh in syncthing/syncthing#10127
- fix(gui): update
uncamel()
to handle strings like 'IDs' (fixes #10128) by @luckman212 in syncthing/syncthing#10131
Features
- feat(gui): close a modal when pressing ESC after switching modal tabs (fixes #9489) by @hazemKrimi in syncthing/syncthing#10092
Other
- chore(gui): add Serbian (sr) translation template by @acolomb in syncthing/syncthing#10116
- build: reactivate golangci-lint by @calmh in syncthing/syncthing#10118
- chore: move golangci-lint & meta to separate PR-only workflow by @calmh in syncthing/syncthing#10119
- refactor: use slices.Contains to simplify code by @pullmerge in syncthing/syncthing#10121
- build: process for automatic release tags by @calmh in syncthing/syncthing#10133
- refactor: use slices package for sort by @mrclmr in syncthing/syncthing#10132
- refactor: use slices package for sorting by @mrclmr in syncthing/syncthing#10136
- docs: general notes about v2 coming by @calmh in syncthing/syncthing#10135
- build: add labeler workflow for PRs by @calmh in syncthing/syncthing#10143
New Contributors
- @hazemKrimi made their first contribution in syncthing/syncthing#10092
- @pullmerge made their first contribution in syncthing/syncthing#10121
- @ashishbhate made their first contribution in syncthing/syncthing#10105
- @mrclmr made their first contribution in syncthing/syncthing#10132
Full Changelog: syncthing/syncthing@v1.29.6...v1.29.7