Skip to content

Commit

Permalink
Improve the change log entry for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsmile committed May 29, 2021
1 parent 6e13f1c commit 1e6de5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
* 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**

* Fix the bug where non-ASCII searches were case sensitive
* Fix a bug where some tracks were associated with the wrong album
* Media files with uppercase extensions will not be included in the library
* 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.
* Fixed a bug where there might be duplicate tracks if the library in config.json was ending at "/"
* 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 - 2020-08-24

Expand Down

0 comments on commit 1e6de5e

Please sign in to comment.