Releases: slskd/slskd
0.17.8
What's Changed
- Revert "add x86 and freebsd runtime targets" by @jpdillingham in #907
Full Changelog: 0.17.6...0.17.8
0.17.6
Note that the build for this release failed and there are no associated binaries. If there were they would be the same as the previous release.
What's Changed
- Document reverse proxy config for Apache and IIS by @jpdillingham in #903
- Add x86 and freebsd runtime targets by @jpdillingham in #906
Full Changelog: 0.17.5...0.17.6
0.17.5
Note that this is a breaking change for users using the Relay feature. Configuration of Agents is changing from:
relay:
enabled: true
mode: controller
agents:
some_instance:
secret: <a secret value between 16 and 255 characters>... where the Agent's name is derived from the map key (in this case, some_instance), to:
relay:
enabled: true
mode: controller
agents:
literally_anything:
instance_name: some_instance
secret: <a secret value between 16 and 255 characters>... where the Agent's name is specified in the instance_name field. The map key (in this case, literally_anything) is ignored.
See #892 for more details.
What's Changed
- Trying to speed up the performance of the Browse tab. by @mattgoldspink in #881
- Bump dns-packet from 5.3.1 to 5.4.0 in /src/web by @dependabot in #882
- Bump webpack from 5.73.0 to 5.76.1 in /src/web by @dependabot in #889
- Use
instance_namefrom Relay Agent config instead of map key by @jpdillingham in #892 - Base 64 encode the
X-Relay-Filenameheader by @jpdillingham in #894
Full Changelog: 0.17.4...0.17.5
0.17.4
What's Changed
- Fix versioning in docker by @jpdillingham in #876
- Move dotnet bundle location within the Docker container to /slskd by @jpdillingham in #877
- Move .NET bundle extraction location to /.net, set proper permissions by @jpdillingham in #880
Full Changelog: 0.17.3...0.17.4
0.17.3
Note that default ports for the application have changed from:
- 5000 -> 5030 (HTTP)
- 5001 -> 5031 (HTTPS)
- 50000 -> 50300 (Soulseek)
This was necessary to avoid conflicts with the AirPlay receiver on macOS, along with a ton of other things that use port 5000. Most users will be unaffected, and if you are and you'd prefer to keep the old ports, simply set them in config or your docker setup.
What's Changed
- Wrap each set of routes in a Switch (Fix UI navigation) by @jpdillingham in #872
- Change default ports for HTTP, HTTPS, and Soulseek to 5030, 5031, and 50300, respectively by @jpdillingham in #862
- Revert "Change default ports for HTTP, HTTPS, and Soulseek to 5030, 5031, and 50300, respectively" by @jpdillingham in #874
- Revert Revert of default port change by @jpdillingham in 6de4763 (directly to master, whoops!)
- Improve setup docs by @jpdillingham in #875
- Adding dark mode support. by @mattgoldspink in #856
Full Changelog: 0.17.2...0.17.3
0.17.2
What's Changed
- Revert back to catch-all route by @jpdillingham in #870
Full Changelog: 0.17.1...0.17.2
0.17.1
What's Changed
- Fix version check (again) by @jpdillingham in #865
- Suppress ASP0014 by @jpdillingham in #866
- Fix routing bug preventing system page from loading by @jpdillingham in #868
Full Changelog: 0.17.0...0.17.1
0.17.0
🏁 Share Scanning at Scale
Also, check out the new Relay mode!
What's Changed
- Update several actions to versions that use node 16 by @jpdillingham in #850
- Update a couple actions that were missed by @jpdillingham in #851
- Always show file size when downloads are cancelled or pending by @mattgoldspink in #854
- Relay cleanup and polish by @jpdillingham in #858
- Fix browser reload to stay on the same page by @mattgoldspink in #857
Full Changelog: 0.16.40...0.17.0
0.16.40
What's Changed
- Simplify docker caching by @jpdillingham in #845
- Fix bug with validation of ContentPath by @jpdillingham in #847
- Update browserslist by @jpdillingham in #848
- Fix bug parsing semantic version by @jpdillingham in #849
Full Changelog: 0.16.39...0.16.40
0.16.39
What's Changed
- Add documentation for the Relay feature by @jpdillingham in #841
- Bump json5 from 1.0.1 to 1.0.2 in /src/web by @dependabot in #836
- Adjust a few Relay logs by @jpdillingham in #843
- Improve Relay agent reconnect logic by @jpdillingham in #844
Full Changelog: 0.16.38...0.16.39