Skip to content

Releases: roar-jar/obsidian-voice-workflow

0.4.0

26 Jun 04:54

Choose a tag to compare

Voice Workflow 0.4.0

  • Adds Ollama Local as a no-key AI summary provider.
  • Adds Notion-like meeting metadata, consent confirmation, participants, agenda, and agent instruction controls.
  • Stores meeting metadata in note frontmatter and archives audio/transcript in the note.
  • Improves performance by reducing preview STT frequency, capping rendered transcript feed items, increasing audio processing buffer size, caching note list lookups, and avoiding settings writes on every plugin load.
  • Replaces browser fetch/FormData STT upload with Obsidian requestUrl-compatible multipart handling for community plugin review readiness.

Required release assets are attached individually: main.js, manifest.json, styles.css.

0.3.0

21 Mar 07:26

Choose a tag to compare

Voice Workflow 0.3.0

  • Prepare first public community-plugin release
  • Right-sidebar recording, live transcript, template-based summary, and archive workflow
  • Multi-provider summary support: OpenAI, Claude, Gemini
  • STT routing support for macOS, Windows-ready fallback structure, and OpenAI-compatible APIs
  • Desktop-only release for Obsidian 1.5.12 or later

Note: Windows support is implemented structurally but has not yet been validated on a physical Windows device.