Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.9.25 #192

Merged
merged 32 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
798c9c2
update screencapture-kit
solaoi Nov 5, 2024
aa8c9cc
change import style to crate.io on whisper-rs
solaoi Nov 6, 2024
3d75493
Bump cross-spawn from 7.0.3 to 7.0.6
dependabot[bot] Dec 5, 2024
cb78b4f
Merge pull request #186 from solaoi/dependabot/npm_and_yarn/cross-spa…
solaoi Dec 5, 2024
c499d0e
Bump nanoid from 3.3.7 to 3.3.8
dependabot[bot] Dec 14, 2024
7968c22
Merge pull request #187 from solaoi/dependabot/npm_and_yarn/nanoid-3.3.8
solaoi Dec 30, 2024
f55e289
Merge branch 'main' into feature/change-import-style-to-crate-on-whis…
solaoi Dec 30, 2024
1b556df
update whisper-rs
solaoi Dec 30, 2024
40716ff
Merge pull request #183 from solaoi/feature/change-import-style-to-cr…
solaoi Dec 30, 2024
e69f7c8
Merge branch 'main' into feature/update_screen-capture-kit
solaoi Dec 30, 2024
daab918
update screencapturekit-rs
solaoi Dec 30, 2024
9d3301a
Merge pull request #181 from solaoi/feature/update_screen-capture-kit
solaoi Dec 30, 2024
c471613
update rust libs
solaoi Dec 30, 2024
66e723e
add note with cpal version
solaoi Dec 30, 2024
4d65e12
fix overflow bug
solaoi Dec 30, 2024
3d1bf36
handle notify_decoding_state_is_finalized_rx pre-drop situation
solaoi Dec 31, 2024
6aa1713
Merge pull request #188 from solaoi/feature/update-rust-libs
solaoi Dec 31, 2024
cd17b4f
updater frontend packages
solaoi Dec 31, 2024
9fb35a3
Merge pull request #189 from solaoi/feature/update-frontend-packages
solaoi Dec 31, 2024
ca0caf4
Markdownで外部イメージも参照可能へ
solaoi Jan 1, 2025
e8ad293
スクロールバーをカスタマイズ
solaoi Jan 1, 2025
01462f8
軽微な修正
solaoi Jan 1, 2025
5819662
remove window buttons
solaoi Jan 1, 2025
c0503c6
refactor button color
solaoi Jan 1, 2025
781a7be
fix h1 margin
solaoi Jan 1, 2025
4aea0db
サイドバーのスタイル及びメモの編集/削除機能の追加
solaoi Jan 1, 2025
dbdbcce
markdown要素のスタイルを微調整
solaoi Jan 1, 2025
10a503f
ハイブリッド音声認識をリファクタ
solaoi Jan 2, 2025
0199d38
Merge pull request #190 from solaoi/feature/refactoring_style
solaoi Jan 2, 2025
319e6e1
add openai models
solaoi Jan 2, 2025
4ae35ba
Merge pull request #191 from solaoi/feature/add-openai-models
solaoi Jan 2, 2025
8ced7dd
update to v0.9.25
solaoi Jan 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lycoris",
"private": true,
"version": "0.9.24",
"version": "0.9.25",
"type": "module",
"license": "MIT",
"engines": {
Expand All @@ -16,34 +16,34 @@
"debug:rs": "RUST_BACKTRACE=1 tauri dev --verbose"
},
"dependencies": {
"@szhsin/react-menu": "^4.2.2",
"@szhsin/react-menu": "^4.2.3",
"@tauri-apps/api": "^1.6.0",
"dayjs": "^1.11.13",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.1",
"html2canvas": "^1.4.1",
"markdown-to-jsx": "^7.5.0",
"mermaid": "^11.2.0",
"markdown-to-jsx": "^7.7.2",
"mermaid": "^11.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-h5-audio-player": "^3.9.3",
"react-medium-image-zoom": "^5.2.8",
"react-toastify": "^10.0.5",
"react-medium-image-zoom": "^5.2.13",
"react-toastify": "^11.0.2",
"recoil": "^0.7.7",
"tauri-plugin-clipboard-api": "1.1.4",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#release",
"zenn-content-css": "^0.1.155"
"zenn-content-css": "^0.1.158"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.1",
"@tauri-apps/cli": "^1.6.3",
"@types/markdown-it": "^14.1.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"daisyui": "^3.9.4",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.6"
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.6"
}
}
Loading
Loading