Releases: Supersonic-Music/Supersonic-Server
Releases · Supersonic-Music/Supersonic-Server
Supersonic Server v1.2.1
Fix bugs to do with auto_user_music
Full Changelog: v1.2...v1.2.1
Supersonic Server 1.2
- Switch to using Waitress for Flask instead of the built-in development server for security reasons.
- Add emoji to Lightyear's output so it doesn't like out of place.
- Fix major bug encountered when a song had a '.' in the name.
- Make auto_user_music less scary and add more comments so it is more welcoming and easy to config.
Full Changelog: v1.1...v1.2
Supersonic Server 1.1
- Adds the Lightyear system!
- Font styling changes in web UI
- Adding CORS support to fix issues with HTTP when on the same computer
Full Changelog: v1.0...v1.1
Supersonic Server 1.0
Built-In Web Index Updates
- Newly styled
- Dark mode by default
- Displays statistics about your music collection
QOL Updates
- Automatically manages your CAL_DIR for you. If it exists it will be regenerated. If it does not exists it will be birthed.
This update is intended to make it so that it can be used nicely by a user without any strange intervention required.
Sonic Screwdriver 0.2
- Separates 'name' and 'path' for songs in JSON. This allows the server to deliver a name for songs to the client however it likes, instead of the client being forced to decide what the songs should be called.
Sonic Screwdriver 0.1
Initial Release
- It works?