Skip to content

Latest commit

 

History

History
105 lines (62 loc) · 2.88 KB

File metadata and controls

105 lines (62 loc) · 2.88 KB

Changelog

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

The format is based on Keep a Changelog.

[0.6.3] - 2026-03-28

Added

  • Fuzzy search filter for path completion suggestions when adding collections

[0.6.2] - 2026-03-28

Fixed

  • Path completion no longer excludes dot-directories (e.g. ~/.claude/) when adding collections

[0.6.1] - 2026-03-25

Changed

  • Switch to scoped npm package @alexzeitler/lazyqmd
  • Use absolute GitHub URLs for README images (npm compatibility)

[0.6.0] - 2026-03-25

Added

  • Local .qmd/ index support: when a .qmd/index.yml exists in the current working directory, lazyqmd automatically uses the project-local index instead of the global one (reference implementation)

[0.5.0] - 2026-03-19

Added

  • Context management: edit collection context inline with x (improves qmd query expansion)
  • Cleanup shortcut c to clear caches and vacuum DB
  • Collection detail view shows path and current context

[0.4.0] - 2026-03-19

Added

  • Advanced search options: full document output (Ctrl+F), explain scores (Ctrl+E), all matches (Ctrl+A), min-score filter (Ctrl+S), candidate limit (Ctrl+L)
  • Structured query support: lex:, vec:, hyde:, expand: prefixes in search input
  • Options status bar below search input showing active toggles
  • Updated README with full documentation of search features, theming, and CLI

Fixed

  • Large command output (>64KB) was truncated due to pipe buffer limits
  • Search results list not clearing when no results found
  • Explain field parsed as object instead of string

[0.3.0] - 2026-03-19

Added

  • Theming support with Tokyo Night as default theme
  • Theme cascade: Omarchy auto-detection -> config overrides -> defaults
  • All UI colors configurable via theme section in ~/.config/lazyqmd/options.json

[0.2.4] - 2026-03-19

Added

  • lazyqmd self-update command to update to latest GitHub release

[0.2.3] - 2026-03-19

Added

  • --version / -v flag to print version and exit

[0.2.2] - 2026-03-19

Fixed

  • Version display in footer was hardcoded; now reads from package.json

[0.2.1] - 2026-03-19

Fixed

  • Collection names with spaces (e.g. "LogSeq Inbox") not appearing in sidebar

[0.2.0] - 2026-03-17

Changed

  • Switch to global install via bun install -g

[0.1.0] - 2026-03-16

Added

  • Terminal UI for browsing qmd collections with OpenTUI
  • Sidebar with collection list and detail view
  • Full-text and semantic search via qmd MCP
  • Document viewer with markdown rendering
  • Live preview in browser with auto-reload on file change
  • File browser with fuzzy filter for collections
  • Collection management (add, rename, delete)
  • Embedding and index update shortcuts
  • Editor integration (opens in $EDITOR)