Skip to content

Latest commit

 

History

History
311 lines (166 loc) · 13.2 KB

File metadata and controls

311 lines (166 loc) · 13.2 KB

Changelog

0.7.0 (2026-03-24)

Features

  • close modals by clicking the backdrop veil (#71) (d08236d)

Documentation

  • screenshots: update feature screenshots [skip ci] (e3ffe3b)

0.6.0 (2026-03-24)

Features

Documentation

  • screenshots: update feature screenshots [skip ci] (dedb5fd)

0.5.1 (2026-03-23)

0.5.0 (2026-03-20)

Features

  • full-page settings modal on mobile (#54) (35588e1)

Documentation

  • screenshots: update feature screenshots [skip ci] (7c27092)

0.4.1 (2026-03-20)

Documentation

  • screenshots: update feature screenshots [skip ci] (d075eda)

0.4.0 (2026-03-20)

Features

  • unified docs space, wizard with remote repo form, image fixes (#23) (d1858ed)

Documentation

  • screenshots: update feature screenshots [skip ci] (08e699a)

0.3.1 (2026-03-15)

Documentation

  • screenshots: update feature screenshots [skip ci] (2ba2ebb)

0.3.0 (2026-03-14)

Features

  • ui: default sidebar to closed on mobile viewports (#31) (fce5ddf)

0.2.1 (2026-03-12)

0.2.0 (2026-03-11)

Features

  • web: isolate preview deployment storage from production and other PRs (#29) (b3b832e)

Documentation

  • screenshots: update feature screenshots [skip ci] (142a488)

0.1.32 (2026-03-11)

Bug Fixes

  • ci: remove unnecessary build dependency on lint and test-unit (#28) (89a7e28)

Documentation

  • screenshots: update feature screenshots [skip ci] (867fac4)

0.1.31 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (aed646c)

0.1.30 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (4215d80)

0.1.29 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (38cddd3)

0.1.28 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (a13e87f)

0.1.27 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (c65e568)

0.1.26 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (2191eae)

0.1.25 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (d7081d0)

0.1.24 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (1011488)

0.1.23 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (22feb8b)

0.1.22 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (98919cc)

0.1.21 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (594ee4d)

0.1.20 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (2bd653e)

0.1.19 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (1f5b921)

0.1.18 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (15eeb0b)

0.1.17 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (9658b09)

0.1.16 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (1066fc0)

0.1.15 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (00b8a63)

0.1.14 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (0f06753)

0.1.13 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (e383db2)

0.1.12 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (db698d8)

0.1.11 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (b398225)

0.1.10 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (6e074af)

0.1.9 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (b5e825d)

0.1.8 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (b71610c)

0.1.7 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (d773ae6)

0.1.6 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (edb80ca)

0.1.5 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (4e30503)

0.1.4 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (28f04ac)

0.1.3 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (58bb0b0)

0.1.2 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (3e90690)

0.1.1 (2026-03-09)

Documentation

  • screenshots: update feature screenshots (eb56c41)

0.1.0 (2026-03-05)

Features

  • make commit hash on about page a clickable link to GitHub (#21) (2f6b84a)

0.0.2 (2026-03-05)

Bug Fixes

  • restore dry-run debug output with git checkout cleanup (3efb60f)

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2026-03-04

Added

  • Core Engine: StorageBackend abstraction with BrowserFs, LocalFs, and Git backends
  • Markdown Parser: CommonMark + GFM + Cept extensions with block tree model
  • Database Engine: Schema, CRUD, filter, sort, group, formulas, relations, rollups
  • Search Index: Client-side full-text search with relevance scoring
  • Template Engine: 13 built-in templates across 5 categories
  • Editor: TipTap-based block editor with 15+ block types
    • Slash command menu, inline formatting toolbar, drag-and-drop reordering
    • Column layouts, mentions, math equations (KaTeX), Mermaid diagrams
  • Navigation: Sidebar page tree, breadcrumbs, command palette (Cmd+K)
  • Knowledge Graph: D3 force-directed layout with local/global views, time-lapse animation
  • Databases: Table, Board, Calendar, Map, Gallery, List views
    • Inline and linked database views
    • All property types with dedicated editors
  • Git Integration: Auto-commit, branch strategies, conflict resolution, sync engine
  • Collaboration: Yjs CRDT with signaling server, presence awareness, offline queue
  • Cross-Platform: Web (PWA), Desktop (Electrobun/Electron), Mobile (Capacitor)
  • Import/Export: Notion ZIP importer, Obsidian vault importer, Markdown/HTML exporter
  • Auto-Updater: GitHub Releases-based update checking for desktop
  • CI/CD: Release workflows for web, desktop, and mobile platforms
  • Documentation: Getting started guides, keyboard shortcuts, migration guides