Skip to content

Releases: butttons/obi

v0.0.3

26 Feb 07:47
2ce02b3

Choose a tag to compare

Features

  • Add word_count and size_bytes to list, map, and read output

Refactor

  • Rename DOT_OBSIDIAN_PATH env var to OBI_VAULTS_PATH

v0.0.2

25 Feb 11:47
019b70b

Choose a tag to compare

Features

  • Scaffold project with vault discovery, config loading, and note parsing
  • Zod schemas for all command outputs with type inference
  • Full CLI: vaults, map, context, schema, read, toc, links, list, query, search, recent, unread
  • TOON default output with --json fallback

Fixes

  • Rename all config paths from dot-obsidian to obi

Housekeeping

  • CI workflow for type-check and tests
  • Release workflow with cross-platform binaries and npm publish
  • README with install options, binary downloads, and usage docs