Skip to content

Releases: dtcooper/raspotify

0.43.0

03 Nov 00:09
f6c4b0d
Compare
Choose a tag to compare
Update README.md

0.42.9

30 Oct 05:37
516a0e4
Compare
Choose a tag to compare

Vendor a version of librespot with updated deps, quality of life and bug fixes. This will allow us (well me really,lol) to fix bugs faster.

0.42.8

29 Oct 16:17
Compare
Choose a tag to compare
Run cargo update during librespot build

0.42.7

16 Oct 08:34
a755352
Compare
Choose a tag to compare
Update README.md

0.42.6

18 Sep 18:17
Compare
Choose a tag to compare

Special thanks to @blubbafett for their help in getting this release sorted.

0.42.5: Make librespot abort on panic and not hang

17 Sep 00:38
Compare
Choose a tag to compare
The downside to this is that we won't get tracebacks on panics, but I think that's Ok for the most part, as error handling in librespot has gotten much better in recent releases.

The upsides are that systemd should beable to restart the Raspotify service now if/when librespot panics and since we're no longer using any of the traceback info we can strip the binary making the .deb about half the size. (not that it was huge in the 1st place)

0.42.4

26 Aug 13:55
8358fd4
Compare
Choose a tag to compare

The headlining feature of this release is the option to make Raspotify/librespot use a tmpfs for it's /tmp to reduce disk I/O if the user so desires.

See #567 for details and thanks to @d1vzero for the idea.

0.42.3

12 Aug 16:37
09fc355
Compare
Choose a tag to compare

Rebuild against the newly released Rust 1.63.0.

0.42.2: Update AUTHOR

09 Aug 04:07
e1fd9df
Compare
Choose a tag to compare
List myself the maintainer of the .deb

0.42.1: Update build.sh

05 Aug 16:53
ec8989c
Compare
Choose a tag to compare
Make the librespot match the number of digits that librespot reports as it's build version when calling `librespot -h`.