Skip to content

Releases: lydavid/MusicSearch

v1.1.0-beta.4

16 Mar 07:51
Compare
Choose a tag to compare
v1.1.0-beta.4 Pre-release
Pre-release

1.1.0-beta.4 (2024-03-16)

Features

  • convert details to CMP and MVI; use Circuit for navigation (#777) (65f0ce5)

v1.1.0-beta.3

05 Mar 07:49
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release

1.1.0-beta.3 (2024-03-05)

Bug Fixes

  • clicking on search items after coming from Spotify screen, Now Playing screen, or adb deep link works again (c38679f)

v1.1.0-beta.2

28 Feb 07:51
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

1.1.0-beta.2 (2024-02-28)

Features

  • desktop: support OAuth to MusicBrainz (#754) (3d1f8d9)

v1.1.0-beta.1

17 Jan 07:49
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2024-01-17)

Features

  • Updated .github/workflows/publish-production (#687) (059b459)

v1.0.1-beta.1

11 Jan 07:49
Compare
Choose a tag to compare
v1.0.1-beta.1 Pre-release
Pre-release

1.0.1-beta.1 (2024-01-11)

Bug Fixes

  • use system's timezone instead of UTC (74f07d5)

v1.0.0

26 Nov 16:40
Compare
Choose a tag to compare

1.0.0 (2023-11-26)

Bug Fixes

  • allow retry on NoTransformationFoundException (requested json but got xml) (d83065c)
  • apply core library desugaring to all Android modules (a15cdff)
  • crash when clicking into Spotify screen (9ecf53d)
  • crash when space is typed into search screen's search bar (2daa60b), closes #629
  • display release country count in release list item after visiting the release (daf4eb4)
  • do not make unnecessary refresh token calls, only when current token has expired (2876cf3), closes #415
  • do not manually add application/json, it's already added (34fcf06)
  • enable core library desugaring to resolve crash on Android below API 26 (a7b09a7)
  • fix theme (f3f5456)
  • full screen text padding (1778b03)
  • pass inc to api impl so that we query for artist-credits during browse (045bf9e), closes #402
  • search query change does not scroll to top (e979c6b), closes #302
  • send auth bearer token when browsing by collection without waiting for 401 (8413784), closes #416
  • show loading spinner in profile card between the MB token fetch and user info fetch request (0a9374d)
  • try fmt=json to fix xml response issue (c7195a3), closes #241
  • use the newly acquired access token during token refresh (28028db)

Features

  • cache network responses using OkHttp cache (8fa0303), closes #400
  • log network headers with timber (fd55c6b), closes #408
  • log non-404 ClientRequestException for image url fetches (9896cdd), closes #410
  • migrate dagger/hilt to koin for multiplatform DI (#434) (147bc9c)
  • migrate retrofit to ktor for MusicBrainz module (#396) (ef39a0e)
  • migrate room to sqldelight for multiplatform database (#455) (8485f42)
  • retry http request up to 3 times on server response error (7bc7b06), closes #409
  • show full-screen message when search history is empty instead of "Recent searches" without trash icon (693305e)
  • support MusicBrainz OAuth refresh so that user will stay logged in until they click log out (ad79187), closes #415
  • use Lyricist for localization (#504) (8c93ef6)

BREAKING CHANGES

  • renamed database to musicsearch.db, changed some order, default values, and constraints

v1.0.0-beta.9

26 Nov 15:32
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

1.0.0-beta.9 (2023-11-26)

Reverts

  • Revert "chore: move appAuthRedirectScheme" (1c0b22e)

v1.0.0-beta.8

26 Nov 07:49
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

1.0.0-beta.8 (2023-11-26)

Bug Fixes

  • crash when space is typed into search screen's search bar (2daa60b), closes #629
  • search query change does not scroll to top (e979c6b), closes #302

v1.0.0-beta.7

15 Oct 07:58
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

1.0.0-beta.7 (2023-10-15)

Bug Fixes

  • crash when clicking into Spotify screen (9ecf53d)

v1.0.0-beta.6

09 Oct 07:55
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2023-10-09)

Bug Fixes

  • full screen text padding (1778b03)