Skip to content

v0.28.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jul 16:49

Delta since previous beta (v0.28.0-beta.1) — 1 new changeset.

Patch Changes

  • Fix git rename detection for non-ASCII filenames in two more places. A shared doc or folder whose name contains non-ASCII characters (umlauts, accents, CJK) that is renamed on the remote now reports its correct new location instead of showing as deleted, and version-timeline entries recover the real document name instead of garbled text. All git path-listing now routes through a single NUL-safe helper (git-paths.ts) so this class of bug cannot recur at new call sites.