mirror of
https://github.com/Spotifyd/spotifyd.git
synced 2026-04-25 15:45:51 +03:00
-
v0.3.4 Stable
released this
2022-12-15 05:20:51 +03:00 | 230 commits to master since this release📅 Originally published on GitHub: Thu, 15 Dec 2022 16:10:24 GMT
🏷️ Git tag created: Thu, 15 Dec 2022 02:20:51 GMTAdded
- Implement the
PropertiesChangedandSeekedevents for the MPRIS-interface (#1025) - Add
cache_sizeconfiguration option (#1092) - Add
dbus_typeconfiguration option (#954) - Added formal documentation of the minimum required Rust version - which is currently 1.62 ([#1127])
Changed
- Improvements to the documentation (#894, #955, #1030, #1039, #1054, #1055, #1067)
- Fix cumulating delay in
on_song_change_hook(#1059) - Only enable one of zeroconf discovery and password-authentication at the same time (#1059)
- Convert mainloop to using
async/await(#1059) - Upgrade
rspotifydependency to0.11.5(#1079) - Improve error reporting (#1108)
- Make
spotifydbus name unique (#1100)
Note: If you were relying on the consistent bus name oforg.mpris.MediaPlayer2.spotifyd,
you can adapt your script e.g. by querying the name likeqdbus | grep "org.mpris.MediaPlayer2.spotifyd" - Fix wrong handling of credential cache (#1121)
Removed
- Replace redundant
reqwestdependency (#1120)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
spotifyd-linux-armhf-default.sha512
0 downloads ·
2026-02-28 14:55:14 +03:00 · 166 B -
spotifyd-linux-armhf-default.tar.gz
0 downloads ·
2026-02-28 14:55:16 +03:00 · 6.3 MiB -
spotifyd-linux-armhf-full.sha512
0 downloads ·
2026-02-28 14:55:16 +03:00 · 163 B -
spotifyd-linux-armhf-full.tar.gz
0 downloads ·
2026-02-28 14:55:17 +03:00 · 6.3 MiB -
spotifyd-linux-armhf-slim.sha512
0 downloads ·
2026-02-28 14:55:18 +03:00 · 163 B -
spotifyd-linux-armhf-slim.tar.gz
0 downloads ·
2026-02-28 14:55:19 +03:00 · 4.1 MiB -
spotifyd-linux-armv6-slim.sha512
0 downloads ·
2026-02-28 14:55:19 +03:00 · 163 B -
spotifyd-linux-armv6-slim.tar.gz
0 downloads ·
2026-02-28 14:55:20 +03:00 · 4.1 MiB -
spotifyd-linux-default.sha512
0 downloads ·
2026-02-28 14:55:21 +03:00 · 160 B -
spotifyd-linux-default.tar.gz
0 downloads ·
2026-02-28 14:55:22 +03:00 · 6.6 MiB -
spotifyd-linux-full.sha512
0 downloads ·
2026-02-28 14:55:22 +03:00 · 157 B -
spotifyd-linux-full.tar.gz
0 downloads ·
2026-02-28 14:55:23 +03:00 · 6.7 MiB -
spotifyd-linux-slim.sha512
0 downloads ·
2026-02-28 14:55:24 +03:00 · 157 B -
spotifyd-linux-slim.tar.gz
0 downloads ·
2026-02-28 14:55:25 +03:00 · 4.2 MiB -
spotifyd-macos-default.sha512
0 downloads ·
2026-02-28 14:55:25 +03:00 · 160 B -
spotifyd-macos-default.tar.gz
0 downloads ·
2026-02-28 14:55:26 +03:00 · 4.2 MiB -
spotifyd-macos-full.sha512
0 downloads ·
2026-02-28 14:55:27 +03:00 · 157 B -
spotifyd-macos-full.tar.gz
0 downloads ·
2026-02-28 14:55:28 +03:00 · 4.2 MiB -
spotifyd-macos-slim.sha512
0 downloads ·
2026-02-28 14:55:28 +03:00 · 157 B -
spotifyd-macos-slim.tar.gz
0 downloads ·
2026-02-28 14:55:31 +03:00 · 2.8 MiB
- Implement the