Skip to content

v0.1.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jun 19:35
· 135 commits to main since this release
b323078

⚠️ 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

  • tabs: cap long titles with an ellipsis + tooltip (b323078)
  • tabs: pad the close × off the tab's right edge (5dcae82)
  • sidebar: collapsible namespace nodes in the recent tree (2ff5dc6)
  • sidebar: vertical indent guides down nested subpages (b8c42dc)
  • sidebar: make section headers stand out — accent label + hairline rule (84d698a)
  • sidebar: pin pages to a Favorites group (right-click → Add to favorites) (6252c59)
  • pdf: move the live viewer entity when its tab moves to another window (3c9d1fc)
  • images: hand decoded bitmaps across on tab moves + decode a few in parallel (dfb9b59)
  • perf: load the journal feed lazily + free mermaid bitmaps on view change (499cff2)
  • todo: add Whiteboards (Logseq-style freeform canvas) to the roadmap (908e3ce)
  • readme: document tabs & multi-window, mermaid, and right-click Edit (efadd55)
  • tabs: drag a tab to reorder, move between windows, or tear off a new one (16f2a63)
  • sidebar: truncate over-long titles with an ellipsis + tooltip (ef16263)
  • editor: right-click → Edit to enter edit mode on any page/journal day (35736bd)
  • mermaid: trim the diagram hit-box to the image edge (0cda4be)
  • mermaid: Esc closes the diagram lightbox (904c0b7)
  • mermaid: click a diagram to expand it in a lightbox (1ab2c0e)
  • markdown: render mermaid diagrams (pure-Rust, themed) (ad33e5c)
  • license: add GPL-3.0 LICENSE file (91bb010)
  • todo: log shipped fit-images + sidebar h-scroll under Completed (a253184)
  • search: type-aware results — find PDF and image files, filter by kind (fd3c859)
  • pdf: open password-protected PDFs behind a prompt (1ac1af6)
  • todo: note splitting the reusable crates into their own repos (b26badb)
  • markdown: fix link clicks being swallowed by click-to-caret (aaaf83a)
  • images: ⌘⇧I fits width-less images too, shrinking to half-column (c658b1c)
  • images: per-image horizontal scroll + ⌘⇧I to fit oversized images (260abf0)
  • sidebar: scroll horizontally when a page title overflows the rail (7f77770)
  • import: split Logseq's glued image runs so each renders as a block image (7ce5b92)
  • images: decode note images downscaled, serialized, and freed on view change (197e251)
  • import: Logseq graph importer with an extensible reader/engine split (879f8ad)
  • click-to-caret: keep the clicked line under the cursor; port to journal (dac5d67)
  • click-to-caret: clicking the rendered page edits at the click position (870b3b3)
  • find-in-page: rendered-text search with highlight, count, scroll-to (00bd27e)
  • settings: configurable date/time format for /date, /time, templates (845cad7)
  • repo: add CHANGELOG, Dependabot, and funding config (20ee8f3)

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