Skip to content

Releases: atbeta/notefast

v0.52.0

Choose a tag to compare

@atbeta atbeta released this 08 Aug 09:28

0.52.0 (2026-08-08)

Features

  • server,web: client error telemetry to backend (1f3af40)
  • web: lazy-load secondary routes (entities / graph / settings / share) (48512c0)
  • web: route-level error boundary isolates crashes (f0d16bf)
  • web: server health probe + offline banner (3351b99)
  • web: shared useAiCapabilities + toolbar hint when AI unconfigured (4f5137f)
  • web: useApiMutation hook with network-error retry (5f4e080)

Bug Fixes

  • ci: lighthouse CLI v13 output-path syntax (49a8e81)
  • web: IME composition guard for shortcuts + selection bubble (7df2fb5)

v0.51.0

Choose a tag to compare

@atbeta atbeta released this 08 Aug 04:00

0.51.0 (2026-08-08)

Features

  • web: custom context menu for reading and preview doc areas (f3d166d)
  • web: drop capture panel and bookmarklet generator (9077e62)

Bug Fixes

  • web: drive palette mask opacity and blur in single rAF (c0bad24)

v0.50.0

Choose a tag to compare

@atbeta atbeta released this 07 Aug 20:17

0.50.0 (2026-08-07)

Features

  • entities: merge substring duplicate suggestions directly instead of writing term-dict (38bd3fa)
  • server: capture channel readiness — CORS '*', write-scope enforcement, optional notebook, tag normalize (f4734f1)
  • server: prune entity_changes after sync compaction (35d6688)
  • web: capture settings panel with bookmarklet generator (6039482)
  • web: editor math preview and selection bubble with streaming refine (fff994d)
  • web: render LaTeX math in AI chat messages (3510549)

Bug Fixes

  • server: strip inline think blocks from /ai/write stream (8277158)
  • server: warn loudly when unauthenticated mode combines with CORS '*' (7d7c62b)
  • web: fall back to selection-start anchor and prefer the higher end for multi-line selections (6f9f750)
  • web: show actual merge direction in entity suggestion rows (fc4e4c1)

v0.49.0

Choose a tag to compare

@atbeta atbeta released this 07 Aug 10:49

0.49.0 (2026-08-07)

Features

  • web: effective entity description with dictionary priority (27e2262)
  • web: MCP config example supports OpenCode and Claude/Cursor (2f4ed30)
  • web: structured entity dictionary editor with import/export (d406917)

Bug Fixes

  • web: CJK fallbacks for monospace stacks (tags/entities/code) (267ca38)
  • web: clarify account security section without shell detection (c4702e4)
  • web: Ctrl+J toggle stale closure breaks consecutive use (2806ca3)
  • web: smooth graph hover dimming transitions (f7fdc87)

v0.48.0

Choose a tag to compare

@atbeta atbeta released this 07 Aug 06:36

0.48.0 (2026-08-07)

Features

  • web: tag picker popover for reusing existing tags (c5aa3ce)

Bug Fixes

  • web: drive palette backdrop blur with rAF for smooth fade (2d4df7e)

v0.47.1

Choose a tag to compare

@atbeta atbeta released this 07 Aug 04:24

0.47.1 (2026-08-07)

Bug Fixes

  • clients: drop unsupported fileAssociations icon on tauri (223f374)

v0.47.0

Choose a tag to compare

@atbeta atbeta released this 07 Aug 04:14

0.47.0 (2026-08-07)

Features

  • clients: dedicated markdown document icon for .md association (0136915)
  • trash: permanent delete and empty trash (ff8177b)
  • web: honest local-link hint in share dialog (db11513)
  • web: pinned views sorted by name for predictable order (ad0a8ec)
  • web: show document creation time in list and doc header (f921be4)
  • web: sidebar count badges for queues and audit views (2d44249)
  • web: surface built-in MCP in settings panel (9e676d0)

Bug Fixes

  • server: tag and ai-exclude edits no longer bump updated_at (836e175)
  • sync: archive export save dialog and honest import feedback (9b9f907)
  • web: code block body is a flush solid block under the header (6324e25)
  • web: command palette backdrop blur animates with fade-in (a43f54d)

v0.46.0

Choose a tag to compare

@atbeta atbeta released this 07 Aug 00:56

0.46.0 (2026-08-07)

Features

  • add doc trash with restore and MCP delete_doc tool (0a8f4a4)
  • import: dedupe file-open imports via source path upsert (2e63913)
  • mcp: add document share tools (share_doc / get_share / unshare_doc) (df3be33)
  • web: render LaTeX math in reading view (675d7ab)

Bug Fixes

  • ai: surface doc_id/block_id in chat context, validate list_docs status (104d216)
  • markdown: preserve list markers and blank lines between blocks (47ed3a4)

v0.45.0

Choose a tag to compare

@atbeta atbeta released this 05 Aug 20:13

0.45.0 (2026-08-05)

Features

  • graph: auto-merge spelling variants, adopt substring candidates via dictionary (c797964)
  • macos: hidden title bar, web-drawn top area follows theme (fd50562)
  • macos: open-to-import for Markdown files + SSE watchdog (46631ad)
  • search: add user-declared entity term-dictionary (term-dict) (13c6ef6)
  • search: freeze CJK prefix strip list, drop noun-head verbs (f25ed2c)
  • search: strip CJK trailing question suffixes and normalize full-width forms (933b1b1)
  • tauri: bilingual NSIS installer (English + SimpChinese) (0f144bc)
  • tauri: open-to-import for Markdown files on Windows (fda9cde)
  • web: subtle transition polish + fix preferences API path (10613b5)

Bug Fixes

  • web: skip leave-overlay for same-route navigations (0b85ebc)

v0.44.0

Choose a tag to compare

@atbeta atbeta released this 05 Aug 10:47

0.44.0 (2026-08-05)

Features

  • search: strip CJK question prefixes so '什么是XXX' hits 'XXX是什么' (221135c)
  • tauri: polish the startup splash screen (8693b5f)
  • web: add export button to document top bar (4cc6079)
  • web: per-image sync badge with single-image upload (0db970c)

Bug Fixes

  • web: CRLF documents crashed the editor (Selection outside of document) (7b00076)