Euterpe v1.2.0 Release Notes

Release Date: 2018-07-29 // over 5 years ago
  • Album artwork support is added into the server. Now artwork will be searched on disk or if configured - using the Cover Art Archive. For this new API endpoints are created for working with the artwork.

    All static files are bundled into the binary. This makes installation and uninstallation easier. On top of that because we now use upx the binary is much smaller than before. Apparently "more is less" contrary to what commander Pike says.

    🔧 When configured with authentication HTTPMs will now have 3 new options for authentication with JWT tokens: HTTP cookie, Authorization: Bearer and via query parameter token. At the moment there is no public API for generating tokens but the interactive web login.

    🚀 On the development front - dependencies are now vendored using dep instead of govendor. Also, from this version forward releases will be made from the master branch instead of release/X branches. The latter will be abandoned.