@involvex/youtube-music-cli 0.0.25 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [0.0.26](https://github.com/involvex/youtube-music-cli/compare/v0.0.25...v0.0.26) (2026-02-20)
2
+
1
3
  ## [0.0.25](https://github.com/involvex/youtube-music-cli/compare/v0.0.24...v0.0.25) (2026-02-20)
2
4
 
3
5
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@involvex/youtube-music-cli",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "- A Commandline music player for youtube-music",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -46,9 +46,6 @@ scoop install mpv yt-dlp
46
46
 
47
47
  # With Chocolatey
48
48
  choco install mpv yt-dlp
49
-
50
- # With winget
51
- winget install mpv yt-dlp
52
49
  ```
53
50
 
54
51
  </details>
@@ -99,13 +96,23 @@ bun install -g @involvex/youtube-music-cli
99
96
  brew install involvex/youtube-music-cli/youtube-music-cli
100
97
  ```
101
98
 
102
- ### Winget
99
+ ### GitHub Releases
103
100
 
104
101
  ```bash
105
- winget install Involvex.YoutubeMusicCLI
102
+ https://github.com/involvex/youtube-music-cli/releases
106
103
  ```
107
104
 
108
- > Maintainers: tag pushes trigger `.github/workflows/homebrew-publish.yml` and `.github/workflows/winget-publish.yml`. Homebrew uses the tap format `involvex/youtube-music-cli/youtube-music-cli`, so ensure the formula file exists on the default branch at `Formula/youtube-music-cli.rb` for the tap installation to work. Winget needs `WINGETCREATE_TOKEN` (GitHub PAT with `public_repo`) and a one-time initial submission to winget-pkgs before automated updates can run.
105
+ ### Install Script (bash)
106
+
107
+ ```bash
108
+ curl -fssl https://raw.githubusercontent.com/involvex/youtube-music-cli/main/scripts/install.sh | bash
109
+ ```
110
+
111
+ ### Install Script (PowerShell)
112
+
113
+ ```powershell
114
+ iwr https://raw.githubusercontent.com/involvex/youtube-music-cli/main/scripts/install.ps1 | iex
115
+ ```
109
116
 
110
117
  ### From Source
111
118