All Versions
14
Latest Version
Avg Release Cycle
191 days
Latest Release
1048 days ago

Changelog History
Page 1

  • v1.5.0 Changes

    August 03, 2021

    What is New

    • The project is finally renamed to "Euterpe"! If you have the old version, uninstall it manually as the new installer will not recognize it.

    • ๐Ÿ’ป The web UI playlist has been improved. Everything is neatly ordered now.

    • ๐Ÿฑ The -local-fs flag was added which allows using assets from the file system instead of the bundled into the binary static files.

    ๐Ÿ› Bug fixes

    • ๐Ÿ’ป The artwork view in the web UI is finally a square so most common album artworks are now fully visible.
  • v1.4.1 Changes

    May 25, 2021

    What is New

    • โž• Added dark mode to web UI, your eyes will be thankful!
    • The local file system is used as HTTP root when running in debug (-D) mode
  • v1.4.0 Changes

    April 26, 2021

    What is New

    • ๐Ÿ’ป Track duration is returned from the API and is shwon in the web UI
    • โž• Added support for artist images: /v1/artist/{id}/image
    • The artist ID is included in the search results for every track
    • ๐Ÿ‘ There is support for album artwork or artist image thumbnails by appending ?size=small
    • โž• Added the 'rescan' command. Running httpms -rescan will cause all of the tracks in the database to be scanned for changes in their metadata. Useful for when the id3 metadata scanning is improved in further versions.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed: non-ASCII searches were case sensitive
    • ๐Ÿ›  Fixed: some tracks were associated with the wrong album
    • ๐Ÿ›  Fixed: media files with uppercase extensions were not included in the library
    • ๐Ÿ›  Fixed: there might be duplicate tracks if the library in config.json was ending at "/"
  • v1.3.1 Changes

    August 24, 2020
    • ๐Ÿ’ป Show album artwork in the web UI.
    • ๐Ÿšš Cleanup database on startup. Artists and albums without tracks are removed.
  • v1.3.0 Changes

    January 06, 2019
    • Connecting with devices via QR code is now possible.
    • ๐Ÿ’ป Explicitly show which format a media file is in the web UI.
  • v1.2.2 Changes

    July 31, 2018

    ๐Ÿ›  Two small bug fixes:

    • ๐Ÿ“œ A regression in config parsing where duration values (such as "20ms") could not be parsed.

    • ๐Ÿ›  Fix a bug where the address scheme in generated QR barcode is always http.

  • v1.2.1 Changes

    July 31, 2018

    โž• Added a page for generating token in a QR barcode suitable for scaning in the HTTPMS mobile app.

  • v1.2.0 Changes

    July 29, 2018

    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.

  • v1.1.0 Changes

    September 01, 2017

    ๐Ÿ“š A new API endpoint is included: /browse/. Using it one can browse through all artists or albums in paginated manner. See [here](README.md#browse) for its full documentation.

  • v1.0.4 Changes

    March 08, 2017

    ๐Ÿ”„ Changes

    • ๐Ÿ”„ Changed the library for scanning mp3 files meta information. This would hopefully improve the accuracy.

    • ๐Ÿ’ป The web UI now supports multiple albums with the same name. They would be individually listed in the album filter.

    ๐Ÿ†• New Stuff

    • Now one can share search, artist and album selections, along with the currently playing track by just copying the URL.

    • ๐Ÿ’ป The UI is greatly improved on devices with small screens. This comes on the cost of exclusion of some features. On such devices one wouldn't be able to use suffle and repeat. Also, no direct download of albums or tracks. The main reason for these ommisions is that the original jPlayer theme was completely unaware of small devices. Future patches may bring the features back.