@involvex/youtube-music-cli 0.0.37 → 0.0.38

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,4 +1,8 @@
1
- ## [0.0.37](https://github.com/involvex/youtube-music-cli/compare/v0.0.36...v0.0.37) (2026-02-22)
1
+ ## [0.0.38](https://github.com/involvex/youtube-music-cli/compare/v0.0.36...v0.0.38) (2026-02-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **search:** prevent 'q' key from triggering quit when typing in search bar ([32cd888](https://github.com/involvex/youtube-music-cli/commit/32cd888afcabc30d10988491da12c653cb5175d5))
2
6
 
3
7
  ## [0.0.36](https://github.com/involvex/youtube-music-cli/compare/v0.0.35...v0.0.36) (2026-02-22)
4
8
 
@@ -124,7 +124,7 @@ function MainLayout() {
124
124
  dispatch({ category: 'TOGGLE_PLAYER_MODE' });
125
125
  }, [dispatch]);
126
126
  // Global keyboard bindings
127
- useKeyBinding(KEYBINDINGS.QUIT, handleQuit, { bypassBlock: true });
127
+ useKeyBinding(KEYBINDINGS.QUIT, handleQuit);
128
128
  useKeyBinding(KEYBINDINGS.SEARCH, goToSearch);
129
129
  useKeyBinding(KEYBINDINGS.PLAYLISTS, goToPlaylists);
130
130
  useKeyBinding(KEYBINDINGS.PLUGINS, goToPlugins);
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@involvex/youtube-music-cli",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "- A Commandline music player for youtube-music",
5
5
  "repository": {
6
6
  "type": "git",