v0.1.0-beta.2
Pre-release
Pre-release
·
170 commits
to main
since this release
⚠️ 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
- db: pre-migration backup, transactional migrations, friendly failure (749d696)
- ui: standard keyboard shortcuts + macOS menu bar + Settings keyboard list (64b41b4)
- db: WAL journal for per-keystroke autosave; contain dev DBs in db/ (402188d)
- db: trigram FTS5 search index (replaces the LIKE scan) (5e4603e)
- docs: TODO — mark app icon/packaging + CI as done (75e620b)
- docs: TODO — collect completed items in a Completed section at the bottom (f41f3d2)
- docs: TODO — tab tear-off + PDF TOC done; add cross-window tab drag (7ec327e)
- app: Open in new window moves the tab instead of duplicating it (34da100)
- gpui-pdf: require a drag (not a click) to create a highlight (6d7ac12)
- pdf: group bulleted highlights into a nested markdown list (86c28f2)
- gpui-pdf: TOC panel + clickable in-page links (c9f9fea)
- gpui-pdf: detect PDF outline / table of contents (bdfb7c2)
- docs: TODO — add Contents TOC + PDF follow-ups (fallback, outline, forms) (504f16a)
- sidebar: show the new-page + button in the collapsed rail too (af941d9)
- markdown: render as highlighted text (cb60e27)
- app: Esc exits markdown edit mode (back to the rendered view) (87e1238)
- markdown: configurable list indent (edit + render match) + render polish (6b1d11b)
- settings: fix Installed-themes list + give PDF render its own category (fd21eab)
- slash: backspace inside a doubled bracket pair duplicated instead of deleting (cf36ee8)
- cross-OS test fixes: PDF scrollbar, highlight row drift, sidebar + (9432ff3)
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2