Skip to content

Commit

Permalink
Merge pull request #86 from solaoi/main
Browse files Browse the repository at this point in the history
update to v0.9.5
  • Loading branch information
solaoi authored Nov 27, 2023
2 parents 070a34d + db9dff8 commit cdf74bd
Show file tree
Hide file tree
Showing 7 changed files with 2,269 additions and 1,212 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/solaoi/lycoris)](https://github.com/solaoi/lycoris/releases)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/solaoi?color=db61a2)](https://github.com/sponsors/solaoi)
[![PIXIV FANBOX](https://img.shields.io/badge/%E5%AF%84%E4%BB%98-PIXIV%20FANBOX-ff69b4)](https://solaoi.fanbox.cc/)
![MacOs](https://shields.io/badge/MacOS--9cf?logo=Apple&style=social)

外部データ通信無しで、リアルタイム音声認識で文字起こしを行う音声ノートアプリケーションです。

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lycoris",
"private": true,
"version": "0.9.4",
"version": "0.9.5",
"type": "module",
"license": "MIT",
"engines": {
Expand All @@ -28,14 +28,15 @@
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/markdown-it": "^13.0.7",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.5",
"postcss": "^8.4.21",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2",
"vite": "^4.2.1"
"vite": "^4.2.3"
}
}
Loading

0 comments on commit cdf74bd

Please sign in to comment.