Skip to content

0.22.3

Choose a tag to compare

@jpdillingham jpdillingham released this 09 Apr 14:02
· 490 commits to master since this release
667991f

📢 New Features

@dkschruteBeets added the ability to configure profile pictures! Configure one by specifying the file path in --slsk-picture, by setting SLSKD_SLSK_PICTURE, or by setting the YAML key soulseek.picture.

@samhatter added a right-click context menu to rooms:
image

User-defined scripts were refactored, including some breaking changes. The major (22) version wasn't bumped for these changes because the previous implementation of scripts was broken. Additionally, jq is now available inside of the slskd container to help with scripts, thanks to @onedr0p.

Lastly, some improvements to the way searches are stored in the database should provide some relief to users who are experiencing 'stuck' searches when using external apps for automation. Included with these improvements is a queuing mechanism that caps the number of concurrent searches at 10, enqueuing subsequent searches. This will help with resource contention and should provide some protection against server bans should automation go awry.

What's Changed

New Contributors

Full Changelog: 0.22.2...0.22.3