mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
* fix(review): resolve obsidian bot validation errors (metadata, lint, ui) * feat(release): prepare version 4.1.0 * fix(ci): add semantic-release configuration
11 lines
333 B
JSON
11 lines
333 B
JSON
{
|
|
"id": "speechnote",
|
|
"name": "Speech to Text",
|
|
"version": "4.1.0",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
|
|
"author": "Taesun Lee",
|
|
"authorUrl": "https://github.com/asyouplz",
|
|
"fundingUrl": "",
|
|
"isDesktopOnly": false
|
|
}
|