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 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