diff --git a/README.md b/README.md index 9e0fa8b..001eea5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-[![Version](https://img.shields.io/badge/version-3.0.1-blue.svg)](https://github.com/asyouplz/SpeechNote/releases) +[![Version](https://img.shields.io/badge/version-3.0.4-blue.svg)](https://github.com/asyouplz/SpeechNote/releases) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![Obsidian](https://img.shields.io/badge/obsidian-%3E%3D0.15.0-purple.svg)](https://obsidian.md) [![OpenAI](https://img.shields.io/badge/OpenAI-Whisper%20API-orange.svg)](https://platform.openai.com/docs/guides/speech-to-text) @@ -473,7 +473,12 @@ If this project helped you: ## Recent Updates -### ๐Ÿš€ v3.0.1 (Latest) - Enterprise Architecture & Performance +### ๐Ÿš€ v3.0.4 (Latest) - Settings Stability & Deepgram Cleanup +- ๐Ÿ› ๏ธ **Settings Stability**: Improves plugin settings reliability +- ๐Ÿงน **Deepgram Refactor**: Cleanup and refactor for provider integration +- ๐Ÿงฉ **General Fixes**: Minor bug fixes and improvements + +### v3.0.1 - Enterprise Architecture & Performance - ๐Ÿ—๏ธ **Clean Architecture**: Domain-driven design with clear separation of concerns - ๐ŸŽฏ **Modular Structure**: Organized into application, core, domain, infrastructure layers - โšก **Performance Monitoring**: Built-in performance benchmarking and memory management @@ -954,7 +959,12 @@ SpeechNote/ ## ์ตœ๊ทผ ์—…๋ฐ์ดํŠธ -### ๐Ÿš€ v3.0.1 (์ตœ์‹ ) - ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ์•„ํ‚คํ…์ฒ˜ ๋ฐ ์„ฑ๋Šฅ +### ๐Ÿš€ v3.0.4 (์ตœ์‹ ) - ์„ค์ • ์•ˆ์ •ํ™” ๋ฐ Deepgram ์ •๋ฆฌ +- ๐Ÿ› ๏ธ **์„ค์ • ์•ˆ์ •ํ™”**: ํ”Œ๋Ÿฌ๊ทธ์ธ ์„ค์ • ์‹ ๋ขฐ์„ฑ ๊ฐœ์„  +- ๐Ÿงน **Deepgram ๋ฆฌํŒฉํ„ฐ๋ง**: ๊ณต๊ธ‰์ž ํ†ตํ•ฉ ๊ตฌ์กฐ ์ •๋ฆฌ +- ๐Ÿงฉ **๊ธฐํƒ€ ์ˆ˜์ •**: ์†Œ์†Œํ•œ ๋ฒ„๊ทธ ์ˆ˜์ • ๋ฐ ๊ฐœ์„  + +### v3.0.1 - ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ์•„ํ‚คํ…์ฒ˜ ๋ฐ ์„ฑ๋Šฅ - ๐Ÿ—๏ธ **ํด๋ฆฐ ์•„ํ‚คํ…์ฒ˜**: ๊ด€์‹ฌ์‚ฌ ๋ถ„๋ฆฌ๋ฅผ ๊ฐ–์ถ˜ ๋„๋ฉ”์ธ ์ฃผ๋„ ์„ค๊ณ„ - ๐ŸŽฏ **๋ชจ๋“ˆ์‹ ๊ตฌ์กฐ**: application, core, domain, infrastructure ๋ ˆ์ด์–ด๋กœ ๊ตฌ์„ฑ - โšก **์„ฑ๋Šฅ ๋ชจ๋‹ˆํ„ฐ๋ง**: ๋‚ด์žฅ ์„ฑ๋Šฅ ๋ฒค์น˜๋งˆํ‚น ๋ฐ ๋ฉ”๋ชจ๋ฆฌ ๊ด€๋ฆฌ diff --git a/manifest.json b/manifest.json index 6f24129..d0fbe73 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "speech-to-text", "name": "Speech to Text", - "version": "3.0.3", + "version": "3.0.4", "minAppVersion": "0.15.0", "description": "Convert audio recordings to text using multiple AI providers (OpenAI Whisper, Deepgram)", "author": "Taesun Lee", diff --git a/package-lock.json b/package-lock.json index 841a66a..a5383e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-speech-to-text", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-speech-to-text", - "version": "3.0.3", + "version": "3.0.4", "license": "MIT", "dependencies": { "@deepgram/sdk": "^3.9.0" diff --git a/package.json b/package.json index a4293f3..88d534c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speech-to-text", - "version": "3.0.3", + "version": "3.0.4", "description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index dbbb9c6..1901585 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "3.0.0": "0.15.0", "3.0.1": "0.15.0", "3.0.2": "0.15.0", - "3.0.3": "0.15.0" + "3.0.3": "0.15.0", + "3.0.4": "0.15.0" } \ No newline at end of file