Skip to content

VeloWrite v0.2.6 Preview

Choose a tag to compare

@ken-water ken-water released this 12 Aug 14:06
· 14 commits to main since this release

VeloWrite v0.2.6 Preview

This preview build focuses on the reliability work needed before deeper Pro features: local assets, Split view scrolling, restore previews, and regression coverage.

Added

  • Relative image path handling in Markdown preview, so nearby image assets render from the current Markdown file folder on Windows, macOS, and Linux.
  • Automated coverage for relative image paths, Windows paths, rendered image alt text, and Markdown rendering stability.

Changed

  • Split view scroll syncing is limited to Split mode and now reduces stale scroll handoff between the editor and preview panes.
  • History restore previews now use clearer restored/replaced labels, stronger change markers, and preserved long-line layout.

Fixed

  • Windows drive paths such as C:\Users\...\notes are no longer treated like URL schemes during asset resolution.
  • Markdown image alt text is preserved when VeloWrite resolves local image paths.

Verification

  • npm run release:check passed.
  • 80 automated tests passed.

Known preview limits

  • Windows installers are unsigned, so SmartScreen may warn.
  • macOS DMG builds are unsigned and may trigger Gatekeeper warnings.
  • Important Markdown files should still be backed up while testing preview builds.