Skip to content

v0.1.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jun 20:09
· 87 commits to main since this release
9b6ea6f

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

ℹ️ Platform support.

macOS (arm64 + amd64) is the primary dev target, exercised on every release.
Windows builds are verified periodically; Linux less often, as gpui's Linux backend is the least-mature of the three.
Issues on any platform are welcome at https://github.com/packetThrower/zorite/issues.

What's Changed

  • gpui-whiteboard: add README + refresh crate docs (9b6ea6f)
  • whiteboard: copy / cut / paste elements (9b5e4a5)
  • TODO: collect finished whiteboard work under Completed (5a529c4)
  • whiteboard: z-order controls (bring to front / send to back) (2a269e6)
  • whiteboard: rotate images in 90° steps (84f49e3)
  • whiteboard: image uploads (tool / paste / drag-drop) (dddef8e)
  • whiteboard: fix tooltips lingering / sticking on the toolbar (f8664f2)
  • whiteboard: split toolbar into Shapes / Lines / Text (d86e311)
  • whiteboard: templates as a dedicated modal gallery (28818ad)
  • whiteboard: readable popover surfaces (picker, flyout, menu) (50fe82f)
  • whiteboard: reusable templates (save selection, stamp from cards) (130b455)
  • whiteboard: snap-to-grid while holding Option (0e4cf28)
  • whiteboard: diamond, triangle, rounded-rect, star, hexagon (dbf4fb3)
  • whiteboard: toolbar categories + tool flyouts (0067ceb)
  • TODO: tick whiteboard tooltips + keyboard shortcuts (183e86b)
  • whiteboard: keyboard shortcuts (fbd9ece)
  • whiteboard: toolbar tooltips (5b4748d)
  • TODO: tick multiple-board management (7b34e73)
  • whiteboard: flat SVG toolbar icons; de-emoji search chips (0d3cc53)
  • search: find whiteboards by title (+ a Whiteboards filter chip) (fd02adc)
  • whiteboards: multiple boards + a Whiteboards sidebar section (467155b)
  • whiteboard: pan tool (hand), default tool (b015f8e)
  • whiteboard: one selection box for a multi-selection (a716e9a)
  • whiteboard: fix clippy lints (CI was red) (f4b5923)
  • TODO: more whiteboard follow-ups (c4672e2)
  • TODO: note whiteboard group-resize + custom-font follow-ups (e7ce553)
  • whiteboard: group rotation + resize for multi-selection (fe8ccbe)
  • whiteboard: snap rotation to horizontal / vertical (9af19e2)
  • whiteboard: rotate text + resize rotated box-like elements (c20fd9a)
  • whiteboard: render text as vector outlines (font module) (1a69659)
  • whiteboard: shape fill + opacity in the color picker (f374e04)
  • whiteboard: per-element color + a custom gradient picker (29c5c01)
  • whiteboard: element rotation (2f77f7e)
  • whiteboard: marquee + multi-select (df167bb)
  • whiteboard: Phase 6 — page-card embeds + page links (5bf6544)
  • whiteboard: Phase 5 — on-canvas text + resize polish (471da37)
  • whiteboard: Phase 4b — resize/endpoint handles + a clearer selection (a767db8)
  • whiteboard: Phase 4 — select, move, delete, undo/redo (b71d7a4)
  • whiteboard: Phase 3 — shape tools (rect/ellipse/line/arrow) + palette (f68c30d)
  • whiteboard: clip canvas painting to the board's bounds (dad931e)
  • whiteboard: Phase 2 — freehand pen + stroke persistence (6d30e0f)
  • whiteboard: Phase 1 — pan/zoom camera + world-space grid (af9794d)
  • whiteboard: Phase 0 — gpui-whiteboard crate + tab/persistence wiring (79eca22)
  • docs: add printing & export design doc (0cecc78)
  • docs: add whiteboard architecture design doc (c22df5c)
  • docs: list the 99 bundled Lucide icons (IconName variants) (d05af20)
  • todo: add auto-linking existing page titles as you type (dfafb14)
  • icon: hide a Z in the note rows' negative space (e1fc396)

Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4