Skip to content

Commit

Permalink
Update some packages to their newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tranxuanthang committed Sep 21, 2024
1 parent 7bdd9a6 commit 39b921b
Show file tree
Hide file tree
Showing 5 changed files with 823 additions and 784 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LRCGET is the official client of [LRCLIB](https://lrclib.net) service.

## Download

🎉 Latest version: v0.4.0
🎉 Latest version: v0.5.0

Visit the [release page](https://github.com/tranxuanthang/lrcget/releases) to download.

Expand Down Expand Up @@ -88,12 +88,12 @@ If you prefer to contact by email:

- [x] Choose multiple directories
- [x] Support .ogg format
- [ ] Embedded lyrics option ([temporary alternative](https://github.com/TheRedSpy15/lrcput))
- [x] Embedded lyrics option
- [x] Optimize performance for loading large music library (https://github.com/tranxuanthang/lrcget/issues/19)
- [ ] Playlist Filter feature
- [ ] Playlist Sort feature
- [x] Playlist Search feature
- [ ] Volume control
- [x] Volume control
- [x] Mark song as instrumental (https://github.com/tranxuanthang/lrcget/issues/36)

## Development
Expand All @@ -105,7 +105,7 @@ To start developing the application, you need to do the [prerequisites](https://
For example, you need the following components to start the development in Windows:

- Microsoft Visual Studio C++ Build Tools
- Rust 1.64.0 or higher
- Rust 1.81.0 or higher
- NodeJS v16.18.0 or higher

Start the development window with the following command:
Expand Down
188 changes: 94 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/vue-virtual": "^3.1.2",
"@tauri-apps/api": "^1.5.0",
"@tauri-apps/api": "^1.6.0",
"codemirror": "^6.0.1",
"lodash": "^4.17.21",
"lrc-kit": "github:tranxuanthang/lrc-kit",
Expand All @@ -24,7 +24,7 @@
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.1",
"@tauri-apps/cli": "^1.6.2",
"@vitejs/plugin-vue": "^3.0.1",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
Expand Down
Loading

0 comments on commit 39b921b

Please sign in to comment.