mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
chore(release): 4.0.8 [skip ci]
## [4.0.8](https://github.com/asyouplz/SpeechNote/compare/v4.0.7...v4.0.8) (2026-02-19) ### ♻️ Code Refactoring * **ui:** consolidate settings architecture and wave3 fixes ([#67](https://github.com/asyouplz/SpeechNote/issues/67)) ([f62f8ee](f62f8eec5a))
This commit is contained in:
parent
f62f8eec5a
commit
37cbe944c8
5 changed files with 12 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## [4.0.8](https://github.com/asyouplz/SpeechNote/compare/v4.0.7...v4.0.8) (2026-02-19)
|
||||
|
||||
### ♻️ Code Refactoring
|
||||
|
||||
* **ui:** consolidate settings architecture and wave3 fixes ([#67](https://github.com/asyouplz/SpeechNote/issues/67)) ([f62f8ee](https://github.com/asyouplz/SpeechNote/commit/f62f8eec5adee5c0c4a22498102490a3851d7e61))
|
||||
|
||||
## [4.0.7](https://github.com/asyouplz/SpeechNote/compare/v4.0.6...v4.0.7) (2026-02-04)
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "speechnote",
|
||||
"name": "Speech to Text",
|
||||
"version": "4.0.7",
|
||||
"version": "4.0.8",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Convert audio recordings to text using multiple AI providers (OpenAI Whisper, Deepgram)",
|
||||
"author": "Taesun Lee",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.7",
|
||||
"version": "4.0.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.7",
|
||||
"version": "4.0.8",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.3.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.7",
|
||||
"version": "4.0.8",
|
||||
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -22,5 +22,6 @@
|
|||
"4.0.4": "0.15.0",
|
||||
"4.0.5": "0.15.0",
|
||||
"4.0.6": "0.15.0",
|
||||
"4.0.7": "0.15.0"
|
||||
"4.0.7": "0.15.0",
|
||||
"4.0.8": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue