Skip to content

Latest commit

 

History

History
121 lines (88 loc) · 6.59 KB

CHANGELOG.md

File metadata and controls

121 lines (88 loc) · 6.59 KB

Changelog

v1.3.0 (2023-12-05)

Full list of changes: https://github.com/maximelouet/spotly/compare/v1.2.4...v1.3.0

Changed

  • Upgrade dependencies (9f370d3, c1d2143, e3f1414)
  • Cache preflight requests for one hour to reduce unnecessary traffic between front and API (a5bf481)
  • Add timeout for all front requests (6ea11d8)
  • Show clearer errors when API is down (4e42dba, 264beb1)

v1.2.4 (2021-03-20)

Full list of changes: https://github.com/maximelouet/spotly/compare/v1.2.3...v1.2.4

Changed

  • Upgrade dependencies (63222e6, 9621b32)
  • Rename the API environment variable PORT to LISTEN_PORT and add a LISTEN_IP environment variable. Default values are unchanged. (f313ea8)
  • Fix Genius lyrics fetching for songs containing "^" (c24ee8a)

v1.2.3 (2020-11-05)

Full list of changes: https://github.com/maximelouet/spotly/compare/v1.2.2...v1.2.3

Changed

  • Fix Spotly-Version header not being sent on authenticated requests (595e3ac)
  • Fix documentation for running the frontend with Docker (09e1b0d)

v1.2.2 (2020-11-05)

Full list of changes: https://github.com/maximelouet/spotly/compare/v1.2.1...v1.2.2

Changed

  • Remove more Spotify song suffixes to find more lyrics (e64e454)
  • Send Spotly-Version to the API for easier deployments (a6f3161)
  • Log more infos in the API, including Spotly-Version (0b68052)
  • Add ability to trust proxy forward headers in the API for logging purposes (f398663)
  • Simplify Docker builds and improve their settings consistency (6a60503)

v1.2.1 (2020-08-26)

Security release, no new features.

Full list of changes: https://github.com/maximelouet/spotly/compare/v1.2.0...v1.2.1

v1.2.0 (2020-05-10)

Full list of changes: https://github.com/maximelouet/spotly/compare/v1.1.0...v1.2.0

Added

  • Warn about low song popularity when lyrics are not found (f280444)

Changed

  • Display non-breaking spaces when needed to avoid breaking before "?" or "!" for example (a563804)
  • Remove more non-lyrics Genius annotation lines (2f3db4f, da35b05, 9652255)
  • Remove more Spotify song suffixes to find more lyrics (86c5312)
  • Fix lyrics fetching for song/artists containing special characters (846198f, 16f913d, 73c6e83, 0dc3145)

v1.1.0 (2020-05-06)

Full list of changes: https://github.com/maximelouet/spotly/compare/v1.0.0...v1.1.0

Added

Changed

  • Remove more Spotify song suffixes to find more lyrics (6bf1e6f, bf59e1c)
  • Improve Genius lyrics fetching for "feat" songs (23c2609)
  • Improve lyrics fetching for artists with special characters such as "+", "&" and "ø" (3741465)
  • Fix random Genius lyrics parsing errors resulting in Musixmatch being used (5620398, a584204)
  • Fix positioning of "Log in with Spotify" button's Spotify logo on small devices, including Kiwi Browser (4039f55)
  • Improve Genius lyrics fetching for artists or songs containing "/" or ":" (85586ab)

v1.0.0 (2020-05-03)

Initial official release.