We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec184db commit 46d7da6Copy full SHA for 46d7da6
2 files changed
README.md
@@ -71,7 +71,7 @@ Developers can create interfaces for `spotify-cmd-daemon` using `/tmp/spotify-cm
71
* Displaying tracks from specific albums or playlists.
72
* MPRIS D-Bus interface support to reduce server queries.
73
* `spotify-cmd-ui`: A ncurses-based UI for track display and control, working with the same daemon.
74
-* Search functionality.
+* ~~Search functionality.~~ [Done in 0.1.4]
75
* Support for other resource types like artists.
76
77
## License
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="spotify-cmd",
9
- version="0.1.3",
+ version="0.1.4",
10
packages=find_packages(),
11
install_requires=[
12
'argparse==1.4.0',
0 commit comments