Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@lydavid lydavid released this 17 Sep 02:59

1.5.0 (2024-09-17)

Bug Fixes

  • add many-body force to help separate nodes; draw text under node rather than from center; handle dark mode; update node colors (151bbcf)
  • always use the name/title from entity lookup api (debf0ab), closes #1010
  • crash when intent is null (805a329)
  • disambiguate recording name (87ad8a2)
  • increase minimum graph node size and draw text centered below node (2729a43), closes #1038
  • make status bar visible in all themes (8411f0f)
  • persist top app bar filter mode when popping off backstack; request keyboard focus on end of query rather than beginning (efcf128), closes #1037
  • remove list item placement animation due to occasional visual glitch (0ab917f), closes #1038
  • show snackbar informing user of the status when adding artists to collection (11991b6), closes #1014
  • support refresh from menu item for artist and collection list (a3b401b), closes #1031

Features

  • display wikipedia summary in artist details screen (#1062) (97c5fb8)
  • hide details image when filtering text so that it's not necessary to always dismiss keyboard (6361693)
  • include ipi and isni codes for artists (a29fee4)
  • include ipi and isni codes for labels (cb57251)
  • load image and wikipedia extract asynchronously after loading artist to reduce time spent looking at a fullscreen spinner (#1072) (363fe50), closes #1063
  • support filtering artists and recordings by name in collaboration graph (9a9b969)
  • support login from snackbar from artist screen (7e3af50)
  • support refreshing release cover arts (b92d9da), closes #1082
  • support swipe to refresh from for release details (6abe4a7), closes #148