-
v1.11.0 Stable
released this
2026-01-24 14:27:09 +00:00 | 25 commits to master since this release📅 Originally published on GitHub: Sat, 24 Jan 2026 14:27:44 GMT
🏷️ Git tag created: Sat, 24 Jan 2026 14:27:09 GMT✨ New Features
828b94a- configurable activity button for searching active song on another platform (commit by @ReallyWeirdCat)
♻️ Refactors
7ec612d- remove button_enabled parameter and implement support for two buttons (commit by @ReallyWeirdCat)
📝 Documentation Changes
b1920e8- update readme to document button configuration (commit by @ReallyWeirdCat)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.10.0 Stable
released this
2026-01-06 21:38:56 +00:00 | 32 commits to master since this release📅 Originally published on GitHub: Tue, 06 Jan 2026 21:39:26 GMT
🏷️ Git tag created: Tue, 06 Jan 2026 21:38:56 GMT✨ New Features
6de3816- addoriginaldatetag/formatting token (commit by @JakeStanger)
🐛 Bug Fixes
c0f6c6c- systemd: remove mpd requirement (commit by @JakeStanger)
♻️ Refactors
bb0900b- fix new clippy warnings (commit by @JakeStanger)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.9.0 Stable
released this
2025-08-21 23:34:19 +01:00 | 75 commits to master since this release📅 Originally published on GitHub: Thu, 21 Aug 2025 22:35:11 GMT
🏷️ Git tag created: Thu, 21 Aug 2025 22:34:19 GMT✨ New Features
c0cb562- allow configuring status display (commit by @fxzzi)7491c72- nix packaging (commit by @fxzzi)
🐛 Bug Fixes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.8.1 Stable
released this
2025-06-22 15:53:30 +01:00 | 100 commits to master since this release📅 Originally published on GitHub: Sun, 22 Jun 2025 14:57:40 GMT
🏷️ Git tag created: Sun, 22 Jun 2025 14:53:30 GMT✨ New Features
0697293- timestamp "both" mode, progress bar (commit by @fxzzi)
🐛 Bug Fixes
f395b30- error if song title is one char long (commit by @JakeStanger)865621c- not sending ready event on connect (commit by @JakeStanger)
♻️ Refactors
e759103- reduce idle check time to 3 seconds (commit by @JakeStanger)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.8.0 Stable
released this
2025-02-13 20:13:59 +00:00 | 140 commits to master since this release📅 Originally published on GitHub: Thu, 13 Feb 2025 20:14:02 GMT
🏷️ Git tag created: Thu, 13 Feb 2025 20:13:59 GMT✨ New Features
07eec2b- change status message from "playing" to "listening to" (commit by @JakeStanger)
🐛 Bug Fixes
59f7ddf- not reconnecting if discord restarted (commit by @JakeStanger)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.7.3 Stable
released this
2024-06-13 22:13:15 +01:00 | 233 commits to master since this release📅 Originally published on GitHub: Thu, 13 Jun 2024 21:13:50 GMT
🏷️ Git tag created: Thu, 13 Jun 2024 21:13:15 GMT♻️ Refactors
9e153e4- reduce calls to mpd server (commit by @JakeStanger)
📝 Documentation Changes
0fd70aa- readme: update arch packages (commit by @JakeStanger)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.7.2 Stable
released this
2024-03-15 23:50:52 +00:00 | 282 commits to master since this release📅 Originally published on GitHub: Fri, 15 Mar 2024 23:51:26 GMT
🏷️ Git tag created: Fri, 15 Mar 2024 23:50:52 GMT🐛 Bug Fixes
bba3015- not retrying discord connection (commit by @JakeStanger)558c3e1- crashes when duration/elapsed missing (commit by @JakeStanger)6e7d1e9- error when setting activity with strings over 128 bytes (commit by @JakeStanger)
♻️ Refactors
3b46dcc- fix clippy warnings (commit by @JakeStanger)a31e88d- update dependencies to latest versions (commit by @JakeStanger)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.7.1 Stable
released this
2023-07-09 18:02:29 +01:00 | 393 commits to master since this release📅 Originally published on GitHub: Sun, 09 Jul 2023 17:03:04 GMT
🏷️ Git tag created: Sun, 09 Jul 2023 17:02:29 GMT♻️ Refactors
36ac27f- usediscord_presencecrate (commit by @JakeStanger)
📝 Documentation Changes
4bf1415- readme: add systemd unit info (commit by @JakeStanger)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.7.0 Stable
released this
2023-06-14 20:28:34 +01:00 | 406 commits to master since this release📅 Originally published on GitHub: Wed, 14 Jun 2023 19:29:21 GMT
🏷️ Git tag created: Wed, 14 Jun 2023 19:28:34 GMT✨ New Features
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.6.0 Stable
released this
2023-03-29 20:44:02 +01:00 | 428 commits to master since this release📅 Originally published on GitHub: Wed, 29 Mar 2023 19:40:06 GMT
🏷️ Git tag created: Wed, 29 Mar 2023 19:44:02 GMT✨ New Features
22803a1- album art: improve algorithm for finding covers (commit by @JakeStanger)
♻️ Refactors
b88467f- replace thread sleeps with tokio sleeps (commit by @JakeStanger)a0421a8- replace config impl withuniversal-config, better serde standards (commit by @JakeStanger)4c22c0e- fix various clippy warnigns (commit by @JakeStanger)0066565- replace mpd code withmpd-utilscrate (commit by @JakeStanger)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 04:15:26 +01:00