0.25.65
19th May, 2026
Fixed
- Fix an issue about resuming from background on iOS (#888).
- Now Chunk Splitter:
V3: Fine Deduplicationis working fine again (#866).- It has some drawbacks, such as fewer chunks being generated. However, it makes less transfer and storage when the files are modified but not completely changed.
- Unsynchronised local changes (which means changes that have not been sent) are now correctly preserved as a conflict (Thank you so much for @SeleiXi!).
- Avoid creating a new revision when the current and conflicted revisions have identical content (Thank you so much for @daichi-629).
Improved
- Improved the error verbosity on concurrent processing during the start-up process.
- Now the
reportincludes recent logs (of verbosityverboseeven settings is not set toverbose). - Updating logs is now debounced to avoid excessive updates during rapid log generation.
- Added a
Generate full report for opening the issue with debug infocommand to the command palette, which generates a report without opening the settings dialogue.