Skip to content

v0.2.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 15:35
· 26 commits to main since this release
dbb2185

⚠️ Pre-release. Published for testing. Behaviour and artifacts are not final.

What's Changed

  • ci(release): pre-fetch deps so cargo-packager can't swallow a fetch failure (dbb2185)
  • feat(editor): inline live-preview markdown styling (WYSIWYG W1) (e509b30)
  • refactor(editor): drop the gpui-component compat shims (dcd1498)
  • docs: drop winget pending-review notice (now merged into winget-pkgs) (bd45676)
  • perf(images): cap decoded image edge at 1280px (was 2048) (c569ad1)
  • feat(m7): migrate journal + page body editors to gpui-editor (5a25f02)
  • chore(m7): add gpui-editor + spellcheck deps and bind editor keys (1876cba)
  • feat(editor): expose caret + caret-bounds accessors for host integration (M7 prep) (b15efba)
  • feat(editor): right-click menu polish — scroll, dismiss-outside, cursor, hover (305e30c)
  • feat(spellcheck): native OS spell-check (macOS + Windows) wired into the editor (M6) (5db41cb)
  • feat(editor): right-click suggestions menu + diagnostic remap (M5b) (929da1c)
  • feat(editor): diagnostics — wavy underlines + set_diagnostics API (M5a) (e119dbf)
  • feat(editor): movement polish — visual Up/Down, word jumps, multi-click (M4) (a9f6857)
  • feat(editor): undo/redo with edit coalescing (M3) (83b7299)
  • feat(editor): soft-wrap + content-driven height (M2) (cfa7e9d)
  • feat(editor): scaffold gpui-editor — a from-scratch multi-line text editor (b597691)

Full Changelog: v0.2.0-beta.1...v0.2.0-beta.2