Skip to content

0.25.56+patched4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Apr 10:54
· 318 commits to main since this release
d59b5dc

0.25.56+patched4

6th April, 2026

Fixed

  • Remote configuration URIs are now correctly encrypted when saved after editing in the settings dialogue.
  • Fixed an issue where devices could no longer upload after another device performed 'Fresh Start Wipe' and 'Overwrite remote' in Object Storage mode (#848).
    • Each device's local deduplication caches (knownIDs, sentIDs, receivedFiles, sentFiles) now track the remote journal epoch (derived from the encryption parameters stored on the remote).
    • When the epoch changes, the plugin verifies whether the device's last uploaded file still exists on the remote. If the file is gone, it confirms a remote wipe and automatically clears the stale caches. If the file is still present (e.g. a protocol upgrade without a wipe), the caches are preserved and only the epoch is updated. This means normal upgrades never cause unnecessary re-processing.